Hello guys,
I installed php 5.0.2 with installer.
I tested with phpinfo() and it worked fine.
After that I installed Mysql 4.0.22
This also works fine (from the command line)
I removed the ; in php.ini to enable extension=php_mysql.dll
Also changed extension_dir to c:\php
Copied php_mysql.dll to c:\php
I copyed libmsql.dll to the system32 dir
I gave read and execute rights on he php_mysql.dll
Now when I start whatever .php My server displays
Warning: PHP Startup: Unable to load dynamic library 'C:\php\php_mysql.dll' - Access is denied
I also tried to give hole dir c:\php all rights to everyone but doesn help.
What am I missing ?
I installed php 5.0.2 with installer.
I tested with phpinfo() and it worked fine.
After that I installed Mysql 4.0.22
This also works fine (from the command line)
I removed the ; in php.ini to enable extension=php_mysql.dll
Also changed extension_dir to c:\php
Copied php_mysql.dll to c:\php
I copyed libmsql.dll to the system32 dir
I gave read and execute rights on he php_mysql.dll
Now when I start whatever .php My server displays
Warning: PHP Startup: Unable to load dynamic library 'C:\php\php_mysql.dll' - Access is denied
I also tried to give hole dir c:\php all rights to everyone but doesn help.
What am I missing ?