I love developing usable and rich web applications using the latest techniques available.

Installing PHP5 soap extension on Leopard 10.5.5

While working a new project of mine, SoapSource: a soap datasource for Cakephp, I wanted to make use of PHP’s SOAP extension. As I figured out quickly the default install of PHP on Mac OS X Leopard isn’t compiled with the SOAP extension enabled. So I thought; that’s easy, just recompile PHP with the SOAP extension enabled.. However I encountered some serious problems.
It appears to be impossible to compile a 64bit version of PHP on Mac OS, there’s some sort of bug with ‘libiconv’.
So next idea, recompile Apache in 32bit, Mysql in 32bit and ofcourse PHP in 32bit… well again I didn’t succeed, so I reverted all my changes back to the original settings after a day of hard work and frustrations.

Read the full article

17/12/2008 at 7:46 pm — Comments (42)

SWFUploadComponent for CakePHP

If you’ve followed the comments on my posts about SWFUpload you’ve probably noticed that James Revilini was working on a SWFUpload component for CakePHP to make our lifes a little easier.
2 days ago James finished his component. And above all he also made some great documentation on the Bakery, so what are you waiting for? start implementing it!

26/03/2007 at 5:47 pm — Comments (7)