From 54259250e5016d53314fc6ed5c3eca95af7160e6 Mon Sep 17 00:00:00 2001 From: Sam Ruby Date: Sun, 30 Jan 2000 20:48:33 +0000 Subject: PHP can install and run as a servlet again on Unix. Still todo: allow access to ext/java functionality from within servlet. --- sapi/servlet/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sapi/servlet/Makefile.in') diff --git a/sapi/servlet/Makefile.in b/sapi/servlet/Makefile.in index 51796a2396..2fb9bc785f 100644 --- a/sapi/servlet/Makefile.in +++ b/sapi/servlet/Makefile.in @@ -19,8 +19,8 @@ java.c : ../../ext/java/java.c phpsrvlt.jar : servlet.java ../../ext/java/reflect.java @test -e net || mkdir net @test -e net/php || mkdir net/php - @echo library=sapi>net/php/reflect.properties - @echo library=sapi>net/php/servlet.properties + @echo library=php4>net/php/reflect.properties + @echo library=php4>net/php/servlet.properties @cp servlet.java net/php @cp ../../ext/java/reflect.java net/php javac net/php/reflect.java -- cgit v1.2.1