From: <php...@li...> - 2011-09-07 20:28:28
|
Hi, > java.io.IOException: File > \\.\pipe\C:\Apache_Software_Foundation\apache-tomcat-6.0.32\temp\JavaBridge64116.socket > not writable this usually means that PHP has crashed during startup so that Java doesn't have a socket to write to. Please check your PHP installation php.ini file. (see result of http://.../phpinfo.php). > I used the msi file for the php and Don't. The PHP installer adds some obscure extensions, which will only work in certain environments (iis for example). Please remove the installed php.ini file and start with the recommended php.ini file from the zip download. You only need the php-cgi.exe and the php5[ts].dll (and optionally some php.ini file, if you want to load additional PHP extensions). Regards, Jost Bökemeier |