2009-11-01 9 views
0

Je reçois les erreurs suivantes lorsque j'essaie d'exécuter une application PHP après avoir installé IIS FastCGI et PHP 5.3.0 non thread-safe sur Windows XP:[FastCGI PHP/IIS]: Erreur après l'installation de FastCGI et PHP 5.3.0 nts sur Windows

PHP Warning: PHP Startup: Unable to 
load dynamic library 'C:\Program 
Files\PHP\ext\php_enchant.dll' - The 
specified module could not be found. 
in Unknown on line 0 

PHP Warning: PHP Startup: Unable to 
load dynamic library 'C:\Program 
Files\PHP\ext\php_oci8.dll' - The 
specified module could not be found. 
in Unknown on line 0 

PHP Warning: PHP Startup: Unable to 
load dynamic library 'C:\Program 
Files\PHP\ext\php_oci8_11g.dll' - 
The specified module could not be 
found. in Unknown on line 0 

PHP Warning: PHP Startup: Unable to 
load dynamic library 'C:\Program 
Files\PHP\ext\php_pdo_oci.dll' - The 
specified module could not be found. 
in Unknown on line 0 

Comment se débarrasser de cela?

Répondre

1
  1. Vérifiez que l'infraction dll s sont en fait il y a dans le dossier ext
  2. Vérifiez que votre php.ini la valeur extension_dir est entre guillemets
  3. Enfin, consultez la documentation de ces extensions pour les dépendances supplémentaires (par exemple, Je me souviens des extensions Oracle nécessitant quelques dll s qui viennent avec le client Oracle ...)