Date: 11/19/00
- Next message: giese <email protected>: "[PHP-DEV] PHP 4.0 Bug #7879: mysql_close() is buggy"
- Previous message: sander <email protected>: "[PHP-DEV] PHP 4.0 Bug #7875 Updated: ImageTTFText still mixes up x and y (in some cases?)"
- In reply to: sander <email protected>: "[PHP-DEV] PHP 4.0 Bug #7875 Updated: ImageTTFText still mixes up x and y (in some cases?)"
- Next in thread: Alex Akilov: "Re: [PHP-DEV] Servlet SAPI questions"
- Reply: Alex Akilov: "Re: [PHP-DEV] Servlet SAPI questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello PHP developers-
I was able to successfully build the PHP interpreter as a servlet on Linux,
and I am even able to access it to pull up the phpinfo page and a few other
pages. The problem I have is that I am only able to access something like
two to four scripts before the JVM core dumps. This may be related to some
of the other recent servlet-related bug reports, but what happens to me does
not exactly match, so I thought I'd ask you all about it.
To be a little more specific, I am running Red Hat 6.0 on intel, and I have
tried this with PHP 4.0.0, 4.0.2 and 4.0.3pl1. Same result. I have also
tried it with the following JVMs: IBM 1.1.8 and 1.3, Sun 1.2.2 and 1.3. I
built PHP
using --with-servlet --with-java --without-mysql --without-gd --without-xml
(I was trying to create the simplest interpreter possible). I also tried
building PHP either with or without the option "--disable-posix-threads",
since I wondered if this could be a Linux/Java threading problem. I got the
exact same result under all of these combinations.
Unrelated to this bug, I wanted to ask what the advantages were of using the
PHP interpreter as a servlet vs. using a "cgi servlet", which would contain
a method call to Runtime.exec("php myscript.php").
Sincerest regards,
Chris Todd
Software Engineer
Alabanza Corporation
ctodd <email protected>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: giese <email protected>: "[PHP-DEV] PHP 4.0 Bug #7879: mysql_close() is buggy"
- Previous message: sander <email protected>: "[PHP-DEV] PHP 4.0 Bug #7875 Updated: ImageTTFText still mixes up x and y (in some cases?)"
- In reply to: sander <email protected>: "[PHP-DEV] PHP 4.0 Bug #7875 Updated: ImageTTFText still mixes up x and y (in some cases?)"
- Next in thread: Alex Akilov: "Re: [PHP-DEV] Servlet SAPI questions"
- Reply: Alex Akilov: "Re: [PHP-DEV] Servlet SAPI questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

