|
From: <php...@li...> - 2010-05-27 11:12:36
|
Hi, the problem is always the same: user has copied php_xxx.dll version /p/ into the ext dir which causes PHP version /q/ to crash. > cgi\php-cgi.exe -c > cgi\conf.d\mysql.ini -d > extension_dir=cgi\ext -i It might make sense to create such a test script (Unix .sh or Windows .bat file) in the WEB-INF/cgi folder and to refuse to start the FastCGIServlet if the test script fails. Furthermore we should move the php_cgi.exe to WEB-INF/cgi/x86-windows, WEB-INF/cgi/amd64-windows respectively. And the FastCGIServlet should obey the "ProgramFiles" environment setting, which is not necessarily set to c:\Program Files\ Regards, Jost Bökemeier |