diff options
| author | Sam Ruby <rubys@php.net> | 2000-07-27 18:57:23 +0000 |
|---|---|---|
| committer | Sam Ruby <rubys@php.net> | 2000-07-27 18:57:23 +0000 |
| commit | ed2b68a9c37c9f41188b7e9f09e29d2d4d3713e8 (patch) | |
| tree | 23b0c83bbeed04cb57a7462125b9b92039cfc68f | |
| parent | 3bca4e220d98913cf944e642f883a87b438b412b (diff) | |
| download | php-git-ed2b68a9c37c9f41188b7e9f09e29d2d4d3713e8.tar.gz | |
Fix bug 5619 - explain how to add to the classpath on Win32 machines.
Reported by: "Carl S. in 't Veld" <cveld@bigfoot.com>
| -rw-r--r-- | ext/java/README | 5 | ||||
| -rw-r--r-- | ext/rpc/java/README | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/ext/java/README b/ext/java/README index 52dadd0a89..c639eb817d 100644 --- a/ext/java/README +++ b/ext/java/README @@ -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. diff --git a/ext/rpc/java/README b/ext/rpc/java/README index 52dadd0a89..c639eb817d 100644 --- a/ext/rpc/java/README +++ b/ext/rpc/java/README @@ -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. |
