]> granicus.if.org Git - php/commitdiff
Fix bug 5619 - explain how to add to the classpath on Win32 machines.
authorSam Ruby <rubys@php.net>
Thu, 27 Jul 2000 18:57:23 +0000 (18:57 +0000)
committerSam Ruby <rubys@php.net>
Thu, 27 Jul 2000 18:57:23 +0000 (18:57 +0000)
Reported by: "Carl S. in 't Veld" <cveld@bigfoot.com>

ext/java/README
ext/rpc/java/README

index 52dadd0a899f6ea24b7048c1f9d049769f8931a7..c639eb817de4ae5db9cf4d917fc7b9325afa7b73 100644 (file)
@@ -56,6 +56,11 @@ Build and execution instructions:
    another JVM/platform combination, please let me know, particularly if
    a unique build or execution setup was required.
 
+   Note for Windows users: semi-colons (";") mark the beginning of 
+   comments in php.ini files, so if you wish to add to the classpath,
+   make sure that the entire string is in quotes.  See the JDK 1.1.8
+   instructions below for an example.
+
    This function has been tested in both CGI and Apache (apxs) modes.  As
    the current design requires shared libraries, this support can not be
    linked statically into Apache.
index 52dadd0a899f6ea24b7048c1f9d049769f8931a7..c639eb817de4ae5db9cf4d917fc7b9325afa7b73 100644 (file)
@@ -56,6 +56,11 @@ Build and execution instructions:
    another JVM/platform combination, please let me know, particularly if
    a unique build or execution setup was required.
 
+   Note for Windows users: semi-colons (";") mark the beginning of 
+   comments in php.ini files, so if you wish to add to the classpath,
+   make sure that the entire string is in quotes.  See the JDK 1.1.8
+   instructions below for an example.
+
    This function has been tested in both CGI and Apache (apxs) modes.  As
    the current design requires shared libraries, this support can not be
    linked statically into Apache.