|
||||||||
![]() |
DownloadPHP Servlet SAPI Changes Replace the files in "php_4.3.4/sapi/servlet" to get the servlet SAPI work in a multithreaded environment. PHP has to be compiled using this switches (change the path to your locations): ./configure --with-tsrm-pthreads --with-servlet=/opt/resin --with-java=/opt/java --prefix=/opt/php-4.3.4 |