Hello!
I created the directory C:\Programmi\PHP\ext with both libmySQL.dll and php_mysql.dll
next, I modified php.ini in:
extension_dir = "C:\Programmi\PHP\ext"
but the only effect is that the message comes slightly different:
"PHP Startup: Unable to load dynamic library 'C:\Programmi\PHP\ext\php_mysql.dll' - The specified module could not be found."
php_mysql.dll has been removed by C:\windows\system32
In addition, the structure created by php installation is the following:
Directory di C:\Programmi\PHP
24/09/2004 01.31 63.203 install.txt
22/10/2004 22.33 <DIR> BACKUP
24/09/2004 01.31 53.248 php-cgi.exe
24/09/2004 01.31 3.276 license.txt
24/09/2004 01.31 3.481.600 php5ts.dll
22/10/2004 22.33 <DIR> uploadtemp
22/10/2004 22.33 <DIR> sessiondata
[25/10/2004 10.01 <DIR> ext] ------added by myself today
Directory di C:\Programmi\PHP\BACKUP
25/06/1999 10.55 149.504 UNWISE.EXE
13/08/2004 09.43 28.672 IISConfig.exe
Directory di C:\Programmi\PHP\uploadtemp
0 File 0 byte
Directory di C:\Programmi\PHP\sessiondata
0 File 0 byte
[ Directory di C:\Programmi\PHP\ext] ---added by myself today
24/09/2004 01.31 49.152 php_mysql.dll
14/10/2004 20.26 1.069.056 libmySQL.dll
Is it OK?
Bye!