|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-02-24 06:09 UTC] yohgaki@php.net
[2002-03-31 00:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 08:00:01 2025 UTC |
Setup Redhat 7.1 Jdk 1.31 The sapi servlet code doesn't compile because the code is in a terrible state. hacking the makefiles and some of the java code i managed to get it to compile correctly. i'm pretty much a newbie at this so i'm posting the tentative fixes here. here are the changes i made to the makefile in sapi/servlet: phpsrvlt.jar : servlet.java ../../ext/java/reflect.java $(mkinstalldirs) net/php @echo library=php4>net/php/reflect.properties @echo library=php4>net/php/servlet.properties @cp ../../ext/java/reflect.java . javac ./reflect.java @test ! -f reflect.class || mv reflect.class net/php javac ./servlet.java @test ! -f servlet.class || mv servlet.class net/php $(JAVA_JAR)v phpsrvlt.jar net/php/*.class net/php/*.properties @rm -rf net i removed the formatter servlet because it's useless