How to set specific environment variables for Apache service run on Windows
- by Jimm Chen
I'm facing a problem. I use xampp 1.7.7 on Windows which installs a Apache service. I find that I have to some tweak to have all PHP modules load properly.
For example, php_ldap.dll cannot be loaded.
It is mysterious why it cannot be loaded until I tried to run httpd.exe from command line, which reveals that libsasl.dll cannot be founded.
…