From b6055685d070947e684f0d9de1bd422ebf4d77f2 Mon Sep 17 00:00:00 2001 From: Daniel Beckham Date: Tue, 26 Jun 2001 14:08:25 +0000 Subject: [PATCH] additional grammer correction git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50220 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/java.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/java.xml b/functions/java.xml index 04b14d8b48..08b78f3044 100644 --- a/functions/java.xml +++ b/functions/java.xml @@ -4,12 +4,12 @@ There are two possible ways to bridge PHP and Java: you can either - integrate Java into PHP or, which is the more stable and efficient - solution, integrate PHP into a Java Servlet environment. + integrate Java into PHP, which is the more stable and efficient + solution, or integrate PHP into a Java Servlet environment. The former is provided by ext/java, the latter by a SAPI module that interfaces with the Servlet server. - + PHP 4 ext/java provides a simple and effective means for creating and invoking methods on Java objects from PHP. The JVM is created using JNI, and everything runs in-process. Build instructions for ext/java can be