From:             frix at abv dot bg
Operating system: Windows 2003 Server Enterprice
PHP version:      5.0.2
PHP Bug Type:     MySQL related
Bug description:  Problem running MySQL support under PHP5:"Unable to load dynamic 
library...

Description:
------------
I'm using IIS 6.0 web server and I'm trying to enable MySQL support on my
php-5.0.2. But I recieve an error: Unable to load dynamic library
'C:\Program Files\php-5.0.2-Win32\ext\php_mysql.dll' - The specified
module could not be found. (Note that the path is correct and there IS
php_mysql.dll) I read the information. On the web server i've allowed any
type of scripts and executables to run. In the path variable I've inserted
the path to the php folder ('C:\Program Files\php-5.0.2-Win32'), the path
to the extention folder ('C:\Program Files\php-5.0.2-Win32\ext'). There is
a copy of libmySQL.dll in '%Systemroot%'.

Changes in php.ini (base is the php.ini-dist):
...
extension_dir = "C:\Program Files\php-5.0.2-Win32\ext"
...
extension=php_mysql.dll
...

I'm using the compiled binaries from php.net.

I've tryed everything but nothing help. Please supply more informataion
about this problem. I'm not the only one, who has it (the problem).

With php 4.x.x everythings fine...


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

Reply via email to