I have started up apache 1.3.19 on windows98 with php404.
Recently, php is worked quite well.
However, after i added these line to the php.ini to test the java extension function,
i cannot load any php page anymore,
the server response time seems to become very slow and even cannot show the page.
Can anyone help?
java.class.path="c:\php\extensions\php_java.jar;C:\jdk1.3\jre\lib;C:\jdk1.3\jre\bin\"
java.home="C:\jdk1.3\bin;C:\jdk1.3\jre\bin\"
java.library.path="c:\php\extensions\;C:\jdk1.3\jre\bin\"
java.library=C:\jdk1.3\jre\bin\classic\jvm.dll
extension=php_java.dll