This is a discussion on php_msql.dll & php_mysql.dll is found where? within the Windows Web Servers forums, part of the Web Server and Related Forums category; [Sat Jan 01 08:56:05 2005] [notice] Parent: Created child process 224 PHP Warning: PHP Startup: Unable to load ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
[Sat Jan 01 08:56:05 2005] [notice] Parent: Created child process 224
PHP Warning: PHP Startup: Unable to load dynamic library './php_msql.dll' - The specified module could not be found.\r\n in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library './php_mysql.dll' - The specified module could not be found.\r\n in Unknown on line 0 in my php folder where the rest of my php files and folders are I have a: msql.dll libmysql.dll I am doubtfull these are what it talking about.. Anyone know where I can find the: php_msql.dll php_mysql.dll Files? |
|
|||
|
Murdock wrote:
> Found the files so I've now added these lines to httpd: > > #LoadFile C:/PHP/ext/php_msql.dll > #LoadFile C:/PHP/ext/php_mysql.dll > ScriptAlias /php/ext/ "C:/php/ext/" FYI, the #LoadFile lines will do nothing. "#" introduces a comment. If you remove it, then it will have some effect (whether good or bad I don't know). -- Jim Patterson Ottawa, Ont CANADA |
|
|||
|
Ok it was removed due to the fact it is not needed if I dont know what
aliases are needed for it in the first place. the scriptalias i have there currently was useless as that directory is already open. I need to know what loadfile loadmodule I need to script into its core. Thank you though. |