diff options
author | Sam Ruby <rubys@php.net> | 2000-01-27 13:44:45 +0000 |
---|---|---|
committer | Sam Ruby <rubys@php.net> | 2000-01-27 13:44:45 +0000 |
commit | 5924c920ec7e1439944d55a58acc95af171e08db (patch) | |
tree | 2a813129726ffd100fbf94077cbc243725d30d57 /ext/rpc/java/Makefile.in | |
parent | 31e34665567658dc6f5a2eaf2bcb8c41cc8aab4c (diff) | |
download | php-git-5924c920ec7e1439944d55a58acc95af171e08db.tar.gz |
PHP now starts up in CGI mode with Kaffe on RedHat Linux 6.1.
status: segfault atexit, npe in jawt - but otherwise both samples work!
Installation needs more work
Diffstat (limited to 'ext/rpc/java/Makefile.in')
-rw-r--r-- | ext/rpc/java/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/rpc/java/Makefile.in b/ext/rpc/java/Makefile.in index e8f0dc4466..44cce3b4da 100644 --- a/ext/rpc/java/Makefile.in +++ b/ext/rpc/java/Makefile.in @@ -19,7 +19,7 @@ php_java.jar : reflect.java @test -e net || mkdir net @test -e net/php || mkdir net/php @cp reflect.java net/php - @echo library=php4>net/php/reflect.properties + @echo library=php_java>net/php/reflect.properties javac net/php/reflect.java @test ! -f reflect.class || mv reflect.class net/php # bug in KJC javac $(JAVA_JAR) php_java.jar net/php/*.class net/php/*.properties |