From:             jianglinchun at live dot com
Operating system: windows xp(sp3)
PHP version:      5.2.6
PHP Bug Type:     *Extensibility Functions
Bug description:  php_mysql.dll can't be loaded

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 bug report at http://bugs.php.net/?id=45512&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=45512&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=45512&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=45512&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=45512&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=45512&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=45512&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=45512&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=45512&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=45512&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=45512&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=45512&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=45512&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=45512&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=45512&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=45512&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=45512&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=45512&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=45512&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=45512&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=45512&r=mysqlcfg

Reply via email to