From: <php...@li...> - 2010-07-07 16:44:18
|
Hi, this has been fixed in version 6.2.1. The EngineFactory is gone. You can now run a standard script engine in a servlet environment by decorating the ScriptContext. Please see http://php-java-bridge.sourceforge.net/pjb/server/documentation/API/php/java/script/PhpSecureScriptContext.html for an example. A PhpServletDecorator should provide concrete implementations of getHttpServletRequest(), ..., to provide the values from the closed-over environment. Regards, Jost Bökemeier |