From:             xfuture00 at hotmail dot com
Operating system: WIN XP PRO
PHP version:      5.0.3
PHP Bug Type:     MySQL related
Bug description:  Fail Loading Extensions

Description:
------------
I want to run a open source website testing on my localhost..

First, I was failed to load PHP 4.3.x with Apache 2.0.x, then i switch to
PHP 5.0.x (which i installed both installer and zip files) and Apache was
successfully loaded.
Then i wish to use MySQL as my database system, i knew that the PHP 5 did
not load the extension as well, so i did changed few lines in php.ini 

; Directory in which the loadable extensions (modules) reside.
extension_dir ="C:\PHP\ext"
&&&&&&&&&&&&&
uncomment: extension=php_mysql.dll

And when the time i restart apache 2.0, The Mysql extension was failed to
load.

on the other side, i have uncomment mbstring.dll and gd2.dll ..and these 2
extensions are able to load!! 

so in my opinion, there is an error with php_mysql.dll ,
i have uploaded a reference picture into free web.

http://xfuture.freeserverhost.com/fail.JPG

and my MySQL version is 4.1.2 .

Thanks for helping and looking forward your replies.

Reproduce code:
---------------
; Directory in which the loadable extensions (modules) reside.
extension_dir ="C:\PHP\ext"
&&&&&&&&&&&&&
uncomment: extension=php_mysql.dll

Expected result:
----------------
Load Successfully


-- 
Edit bug report at http://bugs.php.net/?id=31414&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31414&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31414&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31414&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=31414&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=31414&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=31414&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=31414&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=31414&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=31414&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=31414&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=31414&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=31414&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=31414&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31414&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=31414&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=31414&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=31414&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31414&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=31414&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31414&r=mysqlcfg

Reply via email to