« Sun picks GPL license for Java code | Main | raidhotadd 修复坏了的软 raid »
November 13, 2006
ntwdmlib.dll 解决 apache 找不到 php 无法成功启动的问题
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。 https://windtear.net/archives/2006/11/13/001138.html http://windtear.net/archives/2006/11/13/001138.html ntwdmlib.dll 解决 apache 找不到 php 无法成功启动的问题 ntwdmlib.dll 放入系统目录即可 (如 system32 %SystemRoot%\system32) LoadModule php5_module "C:/Program Files/PHP/php5apache2.dll" AddType application/x-httpd-php .php PHPIniDir "C:/Program Files/PHP/" [Mon Nov 13 15:32:14 2006] [notice] Apache/2.0.59 (Win32) PHP/5.2.0 configured -- \ resuming normal operations [Mon Nov 13 15:32:14 2006] [notice] Server built: Jul 27 2006 15:55:03 [Mon Nov 13 15:32:14 2006] [notice] Parent: Created child process 3684 PHP Warning: PHP Startup: Unable to load dynamic library \ 'C:\\Program Files\\PHP\\ext\\php_mssql.dll' \ - \xd5\xd2\xb2\xbb\xb5\xbd\xd6\xb8\xb6\xa8\xb5\xc4\xc4\xa3\xbf\xe9\xa1\xa3\r\n \ in Unknown on line 0 [Mon Nov 13 15:32:14 2006] [notice] Child 3684: Child process is running [Mon Nov 13 15:32:14 2006] [notice] Child 3684: Acquired the start mutex. [Mon Nov 13 15:32:14 2006] [notice] Child 3684: Starting 250 worker threads. [Mon Nov 13 15:32:26 2006] [notice] Parent: Received shutdown signal -- \ Shutting down the server. [Mon Nov 13 15:32:26 2006] [notice] Child 3684: Exit event signaled. Child process is ending. [Mon Nov 13 15:32:27 2006] [notice] Child 3684: Released the start mutex [Mon Nov 13 15:32:28 2006] [notice] Child 3684: Waiting for 250 worker threads to exit. [Mon Nov 13 15:32:28 2006] [notice] Child 3684: All worker threads have exited. [Mon Nov 13 15:32:28 2006] [notice] Child 3684: Child process is exiting [Mon Nov 13 15:32:28 2006] [notice] Parent: Child process exited successfully. [Mon Nov 13 15:33:08 2006] [notice] Apache/2.0.59 (Win32) PHP/5.2.0 configured -- \ resuming normal operations [Mon Nov 13 15:33:08 2006] [notice] Server built: Jul 27 2006 15:55:03 [Mon Nov 13 15:33:08 2006] [notice] Parent: Created child process 2312 [Mon Nov 13 15:33:08 2006] [notice] Child 2312: Child process is running [Mon Nov 13 15:33:08 2006] [notice] Child 2312: Acquired the start mutex. [Mon Nov 13 15:33:08 2006] [notice] Child 2312: Starting 250 worker threads. [Mon Nov 13 15:33:19 2006] [notice] Parent: Received shutdown signal -- \ Shutting down the server. [Mon Nov 13 15:33:19 2006] [notice] Child 2312: Exit event signaled. Child process is ending. [Mon Nov 13 15:33:20 2006] [notice] Child 2312: Released the start mutex [Mon Nov 13 15:33:21 2006] [notice] Child 2312: Waiting for 250 worker threads to exit. [Mon Nov 13 15:33:34 2006] [notice] Child 2312: All worker threads have exited. [Mon Nov 13 15:33:34 2006] [notice] Child 2312: Child process is exiting [Mon Nov 13 15:33:34 2006] [notice] Parent: Child process exited successfully. |
Posted by windtear at November 13, 2006 11:28 PM