On Fri 3. Jan 2003 17:06 +0100 Giuseppe Tanzilli - CSF <[EMAIL PROTECTED]> wrote:
> My dev system is based on: Redhat8/sun jdk 1.4.1/tomcat 4.1.18 > > I cannot get it compile, but fixed this looking to php4.2.3 :-)) > I attached the patch, that make it compile. I can verify that Makefile entries for servlet extension are correct after applying the patch. My system is Solaris 8/Sun JDK 1.4.1_04/iPlanet Web Server 6.0SP5 (servlet.jar from iPlanet). Successfull compilation still requires editing Makefile variables SERVLET_CLASSPATH and EXTRA_INCLUDES to point to servlet.jar and Java include directories, respectively. > I see phpinfo data in the example script, > I get echo command executed, > but it crash at the end of php function calls, On my setup phpinfo() works without problems, but the results are not satisfactory. For example, most _SERVER["..."] variables are missing. Short test for dynamic processing (see <http://naschira.utu.fi:8080/test.php>) works also works. (Example stolen from localtime function documentation comments.) However, all responses include a visible "HTTP/1.0 200 X" string in output. -- Jari Lehtonen Unix & Network Services University of Turku, Computing Center -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php