betz Mon Jun 16 04:10:53 2003 EDT
Modified files:
/phpdoc/en/reference/java configure.xml
Log:
bugfix 23145, jvm.dll only needed for php <=4.0.6
Index: phpdoc/en/reference/java/configure.xml
diff -u phpdoc/en/reference/java/configure.xml:1.2
phpdoc/en/reference/java/configure.xml:1.3
--- phpdoc/en/reference/java/configure.xml:1.2 Fri Jan 10 20:15:32 2003
+++ phpdoc/en/reference/java/configure.xml Mon Jun 16 04:10:52 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<section id="java.installation">
&reftitle.install;
<para>
@@ -12,10 +12,11 @@
<note>
<title>Note to Win32 Users</title>
<simpara>
- In order to enable this module on a Windows environment, you must copy
- <emphasis>jvm.dll</emphasis> from the DLL folder of the PHP/Win32 binary
- package to the SYSTEM32 folder of your windows machine. (Ex:C:\WINNT\SYSTEM32
- or C:\WINDOWS\SYSTEM32)
+ In order to enable this module on a Windows environment with PHP <= 4.0.6,
+ you must copy <emphasis>jvm.dll</emphasis> from the DLL folder of the
+ PHP/Win32 binary package to the SYSTEM32 folder of your windows machine.
+ (Ex:C:\WINNT\SYSTEM32 or C:\WINDOWS\SYSTEM32). For PHP > 4.0.6 you do not
+ need any additional dll file.
</simpara>
</note>
</section>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php