bonjour,
je tente de réinistaller une BDD mysql existante avec les pages php associées sur un nouveau serveur.
La version à porter :
- php 2.2.6
- mysql 3.23.49
- serveur windows 2000
La version que nous avons installé (easyphp):
- php 5.4.2
- mysql 5.5.27
-serveur windows 2008 R2 64 bits
Tout s'est bien passé, mais j'ai besoin d'accéder aux fonctions ldap de php (ldap_connect notamment).
Après avoir fouillé sur les forums, il fau activer "extension=php_ldap.dll" dans apache/PHP.ini, ce que j'ai fait
Après redémarrage d'easyphp, une erreur survient :
Dans error.log :the programm can't start because libsasl.dll is missing from your computer. Try reinstalling the programm to fix this problemLe fichier php_ldap existe bien pourtant.PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\Program Files (x86)\\easyphp\\php\\php546x130320101032\\ext\\php_ldap.dll' - The specified module could not be found.\r\n in Unknown on line 0".
sur http://php.net/manual/de/install.windows.extensions.php, il est mentionné que
Pouvez vous me dire où ca coince ?PHP <= 4.2.0 requires libsasl.dll (bundled), PHP >= 4.3.0 requires libeay32.dll, ssleay32.dll (bundled)
Partager