Menu

Commit [r1015]  Maximize  Restore  History

Release-6-2-1

jost_boekemeier 2010-08-01

changed /trunk/php-java-bridge/examples/php+jsp/jsp+php.jsp
changed /trunk/php-java-bridge/examples/php+jsp/jsp+php2.jsp
changed /trunk/php-java-bridge/examples/php+jsp/jsr223.jsp
/trunk/php-java-bridge/examples/php+jsp/jsp+php.jsp Diff Switch to side-by-side view
--- a/trunk/php-java-bridge/examples/php+jsp/jsp+php.jsp
+++ b/trunk/php-java-bridge/examples/php+jsp/jsp+php.jsp
@@ -20,7 +20,7 @@
 	  // create a custom ScriptContext to connect the engine to the ContextLoaderListener's FastCGI runner 
 	  instance.getEngine().setContext(new PhpCompiledHttpScriptContext(instance.getEngine().getContext(),this,application,request,response));
 	
-	  // diplay hello world
+	  // display hello world
 	  instance.getEngine().put("hello", "eval1: " + Thread.currentThread());
 	  instance.eval();
 	  out.println(((Invocable)instance.getEngine()).invokeFunction("f", new Object[]{1})+"<br>\n");
/trunk/php-java-bridge/examples/php+jsp/jsp+php2.jsp Diff Switch to side-by-side view
Loading...
/trunk/php-java-bridge/examples/php+jsp/jsr223.jsp Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.