ID: 45512 Updated by: [EMAIL PROTECTED] Reported By: jianglinchun at live dot com -Status: Open +Status: Feedback -Bug Type: *Extensibility Functions +Bug Type: MySQL related Operating System: windows xp(sp3) PHP Version: 5.2.6 New Comment:
Check phpinfo() for what php.ini file is actually loaded and used.. Previous Comments: ------------------------------------------------------------------------ [2008-07-14 15:30:12] jianglinchun at live dot com Description: ------------ I have problem with configure php_mysql for php-5.2.6-Win32. The same problem: 1. http://we.designandco.de/2008/06/19/php-526-win32-wtf-happened-to-the-mysql-extension/ 2. http://www.nabble.com/PHP-5.2.6-integrating-MYSQL-5.0.51b-on-APACHE-2.0.63-%2B-Windows-XP-SP2)-td17201936.html ------begin httpd.conf------ #php LoadFile "D:\open source\php\php-5.2.6-Win32\php5ts.dll" LoadModule php5_module "D:\open source\php\php-5.2.6-Win32\php5apache2_2.dll" PHPIniDir "D:\open source\php\php-5.2.6-Win32" AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps ------end httpd.conf------ ------begin php.ini------ ; Directory in which the loadable extensions (modules) reside. extension_dir = "D:\open source\php\php-5.2.6-Win32\ext" ------begin php.ini------ Reproduce code: --------------- When those code are executed. <?php phpinfo(); ?> mysql will be found nowhere. Expected result: ---------------- php_mysql.dll should be loaded! Actual result: -------------- php_mysql.dll doesn't loaded ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=45512&edit=1