php-5.1.0RC1+mysql не подгружается php_mysql.dll

olya_p

Guest
php-5.1.0RC1+mysql не подгружается php_mysql.dll

проблема в следующем:
windows xp, apache 1.3.33, php 5.1.0RC1
extension_dir = c:/php/ext/
при запуске apache пишет, что не может подгрузить библиотеку c:/php/ext/php_mysql.dll - не найден указанный модуль.
если закомментарить строчку extension=php_mysql.dll, то все в порядке

заранее спасибо. извините, если глупый вопрос
 

tony2001

TeaM PHPClub
MySQL is no longer enabled by default, so the php_mysql.dll DLL must be enabled inside of php.ini. Also, PHP needs access to the MySQL client library. A file named libmysql.dll is included in the Windows PHP distribution and in order for PHP to talk to MySQL this file needs to be available to the Windows systems PATH. See the FAQ titled "How do I add my PHP directory to the PATH on Windows" for information on how to do this. Although copying libmysql.dll to the Windows system directory also works (because the system directory is by default in the system's PATH), it's not recommended.
[m]mysql[/m]
 
Сверху