Menu

Diff of /trunk/php-java-bridge/java/README [r459] .. [r460]  Maximize  Restore

Switch to side-by-side view

--- a/trunk/php-java-bridge/java/README
+++ b/trunk/php-java-bridge/java/README
@@ -2,14 +2,14 @@
 Bridge: it doesn't require a Java extension ("java.so" or
 "php_java.dll") installed on the web server.
 
-WARNING: THIS IMPLEMENTATION IS 11 TIMES SLOWER THAN THE C
+WARNING: THIS IMPLEMENTATION IS 10 TIMES SLOWER THAN THE C
 IMPLEMENTATION.
 
 
 Installation
 ------------
 
-* Copy this directory into your web server's PHP include path.
+* Copy the PHP classes to the web server.
 
 * Copy the Java libraries you need into the WEB-INF/lib folder within
   JavaBridge.war and copy JavaBridge.war into the deploy folder of the
@@ -27,8 +27,8 @@
 ?>
 
 * If the J2EE server or servlet engine does not run on the same
-  computer as the web server, change the method
-  Protocol::createHttpHandler() accordingly.
+  computer as the web server, change the JAVA_HOSTS option (see
+  Options.php) accordingly.
 
 
 Mailing List