ID:               45512
 Comment by:       synaptic dot axon at gmail dot com
 Reported By:      jianglinchun at live dot com
 Status:           Feedback
 Bug Type:         MySQL related
 Operating System: windows xp(sp3)
 PHP Version:      5.2.6
 New Comment:

Time to get serious, jani...


Previous Comments:
------------------------------------------------------------------------

[2008-07-14 18:19:56] [EMAIL PROTECTED]

Check phpinfo() for what php.ini file is actually loaded and used..

------------------------------------------------------------------------

[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

Reply via email to