Blog posts
Using SOAP PHP with NTLM Authentication over 2 years
The SOAP-PHP extension does not handle NTLM Authentication used by IIS Server. So how can we solve this issue ? Well, by mixing some PHP modules : - cURL : manage the connection throught NTLM Auth... read more
Propel : Complex ON Clause over 3 years
In propel 1.2.0, there is no way to create a complex join with multiple select inside an ON clause. This article explains how to hack the propel code to make it works. Please, this solution is a... read more
PHP4 & PHP5 on MacOSX over 4 years
This article explains how to set up PHP4 & PHP5 on MacOSX. It has been tested on MacOS 10.4.2 and with the Entropy packages: Entropy-PHP-4.3.11.dmg and Entropy-PHP-5.0.4.dmg. PHP4 & PHP5... read more

