« Microsoft SQL Server/Introduction » : différence entre les versions

Contenu supprimé Contenu ajouté
Ligne 19 :
*# Télécharger les .dll sur http://www.microsoft.com/en-us/download/details.aspx?id=20098 (SQL30)
*# Les copier dans C:\PROGRA~2\EasyPHP\binaries\php\php_runningversion\ext
*# Les ajouter dans C:\PROGRA~2\EasyPHP\binaries\php\php_runningversion\php.ini via les trois lignes suivantes<ref>http://www.php.net/manual/fr/ref.pdo-sqlsrv.php</ref> :
*#:extension=php_sqlsrv_54_ts.dll
*#:extension=php_pdo_sqlsrv_54_ts.dll
*#:extension=php_pdo.dll
*# Redémarrer EasyPHP puis vérifier que la ligne pdo_sqlsrv s’est bien ajoutée dans http://127.0.0.1/home/index.php?page=php-page&display=extensions
* Dans PHP 5.5 on obtient toujours <code>Fatal error: Call to undefined function sqlsrv_connect()</code>.