diff options
author | Dan Kalowsky <kalowsky@php.net> | 2002-11-02 20:18:10 +0000 |
---|---|---|
committer | Dan Kalowsky <kalowsky@php.net> | 2002-11-02 20:18:10 +0000 |
commit | bbb798315e3ebc53c1ccd161173a878c58639e6b (patch) | |
tree | 8214ef532ee16172c3c8ec70dc24c783e7aebebb /ext/rpc/java | |
parent | ec3b50b8bb8555cb1f629a127e0f4be24686d391 (diff) | |
download | php-git-bbb798315e3ebc53c1ccd161173a878c58639e6b.tar.gz |
Bug #20148 suggested work around for now.
Diffstat (limited to 'ext/rpc/java')
-rw-r--r-- | ext/rpc/java/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/rpc/java/README b/ext/rpc/java/README index 7a84db5be8..571cb9ef76 100644 --- a/ext/rpc/java/README +++ b/ext/rpc/java/README @@ -241,3 +241,7 @@ Guidance for when these instructions don't work. If all else fails, "man dlopen" on Unix systems will give more insight on what the system is trying to do internally. + + There have been some issues where users need to create a symbolic link + from java.so to libphp_java.so. If you notice a large number of unexplained + crashes in your webserver log file, try doing this. |