From: <php...@li...> - 2010-06-11 10:11:09
|
Hi Sravan, thank you very much for this bug report. This is a regression. We have added security checks to JavaProxy.php, see NEWS file and http://php-java-bridge.cvs.sourceforge.net/viewvc/php-java-bridge/php-java-bridge/server/buildJavaProxy.php?view=markup Since version 6.x the java/JavaProxy.php cannot read your .php file anymore. Please change the php_include_java option to "Off" - <init-param><param-name>php_include_java</param-name><param-value>On</param-value></init-param> + <init-param><param-name>php_include_java</param-name><param-value>Off</param-value></init-param> and include Java.inc in each of your PHP scripts. I will fix this in the CVS head and change the install instructions. Thanks again for reporting this issue. Regards, Jost Bökemeier |