Re: [PHP-DEV] sapi/servlet configuration error

2002-12-06 Thread Ray Hunter
I can even get it to compile on linux at all. I keep getting errors with java.c On Thu, 2002-12-05 at 23:36, Sebastian Bergmann wrote: > Ray Hunter wrote: > > Does anyone have an idea about what i need to do to fix this? > > I just tested sapi/servlet with Tomcat 4.1.12 on Windows and the >

Re: [PHP-DEV] sapi/servlet configuration error

2002-12-06 Thread Akos Maroy
Sebastian Bergmann wrote: Ray Hunter wrote: Does anyone have an idea about what i need to do to fix this? I just tested sapi/servlet with Tomcat 4.1.12 on Windows and the segfaults I experienced prior to the Tony's patch are still there: An unexpected exception has been detected in nativ

Re: [PHP-DEV] sapi/servlet configuration error

2002-12-05 Thread Sebastian Bergmann
Ray Hunter wrote: > Does anyone have an idea about what i need to do to fix this? I just tested sapi/servlet with Tomcat 4.1.12 on Windows and the segfaults I experienced prior to the Tony's patch are still there: An unexpected exception has been detected in native code outside the VM. Unexpe

Re: [PHP-DEV] sapi/servlet configuration error

2002-12-05 Thread Tony J. White
On Thu, 5 Dec 2002, Ray Hunter wrote: > This is the line in my Makefile: > > sapi/servlet/java.lo: sapi/servlet/java.c > $(LIBTOOL) --mode=compile $(CC) -Isapi/servlet/ > -I/home/rhunter/src/php4/sapi/servlet/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) > $(EXTRA_CFLAGS) -prefer-pic -c sapi/servlet/jav

Re: [PHP-DEV] sapi/servlet configuration error

2002-12-05 Thread Ray Hunter
This is the line in my Makefile: sapi/servlet/java.lo: sapi/servlet/java.c $(LIBTOOL) --mode=compile $(CC) -Isapi/servlet/ -I/home/rhunter/src/php4/sapi/servlet/ $(COMMON_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) -prefer-pic -c sapi/servlet/java.c -o sapi/servlet/java.lo Is that correct?

Re: [PHP-DEV] sapi/servlet configuration error

2002-12-05 Thread Tony J. White
On Thu, 5 Dec 2002, Ray Hunter wrote: > make: *** No rule to make target `sapi/servlet/java.c', needed by > `sapi/servlet/java.lo'. Stop. It looks like the sapi/servlet/Makefile.frag is not being added to your Makefile. Can you verify that there is no line in your main Makefile that starts with

[PHP-DEV] sapi/servlet configuration error

2002-12-05 Thread Ray Hunter
I am trying to configure php with the servlet and i am getting the following errors: /home/rhunter/src/php4/sapi/servlet/servlet.c: In function `Java_net_php_servlet_startup': /home/rhunter/src/php4/sapi/servlet/servlet.c:261: warning: passing arg 2 of `php_module_startup' from incompatible poi

[PHP-DEV] SAPI Servlet Module

2002-02-26 Thread Sebastian Bergmann
Hey there, with the advent of SUN's Java 2 SDK 1.4, I can now provide some more details to the already reported segfaults of the Servlet SAPI Module: Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D352F7C Function=JVM_CompilerCommand+0x58FE Library=c:\programme\java\jre\b

Re: [PHP-DEV] sapi/servlet

2001-03-13 Thread Ken Gengler
on 3/13/01 8:44 PM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > I'm not sure who's maintaining the sapi/servlet module now... I think it > might be Alex Akilov. Alex has left IBM, I believe and is no longer involved. I'm not sure if Sam Ruby is still involved - have never heard from him. > I

[PHP-DEV] sapi/servlet

2001-03-13 Thread Keith_Wong
Hi everyone, I'm not sure who's maintaining the sapi/servlet module now... I think it might be Alex Akilov. I've been looking at the servlet code... and I'm curious in how the servlet handles multiple threads ? The servlet has some member variables namely.. char slash=System.getPropert