I'm running a phpBB3 message board and decided to update EasyPHP from 5.3.2 to 5.3.3. Since updating it appears that EasyPHP5.3.3 doesn't have the php_ldap.dll library by default. I grabbed the latest php_ldap.dll (PHP 5.3.3) from the php website, but LDAP doesn't want to function. I have completely removed any trace of 5.3.2 from my system. I even downgraded to 5.2.10, but have been also having issues with that version.
Checking the PHP extensions in the EasyPHP configuration menu, it shows php_ldap in red, stating that is has dependency problems.
LDAP worked just fine with 5.3.2, what's going on with 5.3.3?
Even after your suggestion Armour, it is still giving me issues. When I transferred over the fresh php folder and copied over the libsasl.dll to the apache/bin folder, EasyPHP didn't like the php modules enabled by default (php_bz2, php_mysql and others I don't know of the top of my head.)
Thanks for the help so far. I might try 5.2.10 again and try to work out the kinks.
After moving back to 5.2.10 and looking over my configs a couple more times, I manages to get ldap working without any issues.
Before with 5.2.10, a fresh install was giving me a "Unexpected end of Apache" which ended up as me changing the ports from 80 to 81, and everything was working as normal.
I tried using 5.3.3 VC6 libraries from the PHP website also in EasyPHP5.3.3, but it wasn't coorperating.
Once again, thanks for all of your suggestions on this!