I would like to use MS SQL with my PHP scripts. So, I installed MS SQL server, enabled extension in PHP.INI and tried to use mssql_connect. Unfortunatly it says the function doesn't exists. When I checked PHPINFO no MSSQL was loaded. When I checked Apache log it says:
Code: Select all
Thu Nov 09 14:39:20 2006] [notice] Child 956: All worker threads have exited.
[Thu Nov 09 14:39:20 2006] [notice] Child 956: Child process is exiting
[Thu Nov 09 14:39:20 2006] [notice] Parent: Child process exited successfully.
[Thu Nov 09 14:39:24 2006] [notice] Parent: Created child process 2484
PHP Warning: PHP Startup: Unable to load dynamic library 'c:\\php\\ext\\php_mssql.dll' - The specified module could not be found.\r\n in Unknown on line 0Marek