Autoren Archiv

Facebook for (PHP) Developers

geschrieben am 02.12.2011 von Stephan Hochdoerfer

Am 19.01.2012 tritt sich die PHP Usergroup Frankfurt zum ersten Mal in 2012. Ich werde zu diesem Anlass den Vortag Facebook for (PHP) Developers präsentieren und von unseren Erfahrungen aus drei Jahren Entwicklung mit der Facebook API berichten.

PHPBenelux 2012 Konferenz

geschrieben am 26.11.2011 von Stephan Hochdoerfer

Vom 27.01.2012 bis zum 28.01.2012 findet in Antwerpen die PHPBenelux Konferenz statt. Ich freue mich mit dem Vortag “The state of DI in PHP” als Sprecher dabei sein zu dürfen. Neben vielen interessanten Vorträgen werden Workshops mit Matthew Weier O’Phinney, Ivo Jansch, Fabien Potencier und Thorsten Rinne angeboten. Der Early Bird Kartenvorverkauf läuft zur Zeit noch, so dass Karten recht günstig zu erwerben sind.

PHP Barcelona Conference 2011

geschrieben am 06.09.2011 von Stephan Hochdoerfer

Am 28.10.2011 und 29.10.2011 findet in Barcelona die PHP Barcelona Conference 2011 statt. Ich freue mich in diesem Jahr als Sprecher mit dem Vortag “Real World Dependency Injection” dabei sein zu dürfen.

PHP, Openssl and the private key

geschrieben am 08.08.2011 von Stephan Hochdoerfer

Just as a side note, since I lately got some trouble passing the private key to the openssl_pkey_get_private() function. I was following a hint on the net but I did not succeed. The reason was a slight misunderstanding on my side: You can pass the private key to the function in two ways: Either a string containing the private key or a string containing location of the private key file on the harddisk. The latter one was the one I was struggling with. In case you want to use a file that contains the private key you need to pass the protocol identifier. If the protocol identifier is missing the function seems to think the string contains the private key, not the location of the private key. So, if you want to refer to the file /tmp/private.key the string needs to look this: file:///tmp/private.key

Liquibase goes Phing

geschrieben am 05.08.2011 von Stephan Hochdoerfer

I am happy to announce that bitExpert will contribute the Liquibase Phing codebase to the Phing project. The transition phase will start pretty soon. Unfortunately this means that the source code will no longer be maintained on github, instead the Phing subversion repository will be the new home for the extension.