Articles

Using SOAP PHP with NTLM Authentication 5 months ago

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 Authentication - Stream Functions : Create a NT...
4 comments , tags : soap ntlm php

Installer Django Sur OVH.net 11 months ago

Cet article explique comment installer django sur les serveurs mutualisés d'ovh.com. Django ne peut fonctionner seulement en mode cgi, donc la performance ne sera pas au rendez-vous. Mais cela conviendra tres bien pour des sites a faible fréquenta...
7 comments , tags : django

Propel : Complex ON Clause about 1 year ago

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 quick and dirty hack and may not work on all data...
1 comment , tags : propel php

ISO8601 Week Number Format over 2 years ago

Introduction The ISO8601 defines how to calculate the week number from a gregorian date. The week number is used in industry or any important organisations to manage projects and ressources. You can find more information about this format...
0 comments , tags : javascript

PHP4 & PHP5 on MacOSX over 2 years ago

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 cannot run on the same Apache server. The idea is...
0 comments , tags : php