Parallel Instances of PHP on Windows
Firstly, PHP has very little dependencies. It does not need any files copied to the system root as many installation instructions state (with the exception of certain PHP extensions). PHP…
PHP5 & ADSI (Active Directory Service Interfaces)
Extending on Wez Furlongs article at zend on Com… Firstly lets clear up a little introduction to ADSI and its relevance to Com. Active Directory Service Interfaces (ADSI) abstracts the…
Internationalization and Localization
Recently I have been researching into multi-lingual content, admittedly I have never properly looked into the concepts of Internationalization and Localization (i18n, l10n) before. Whilst reading the ICU documents. I…