ID: 20300 Updated by: [EMAIL PROTECTED] Reported By: mindas at ziedas dot ktu dot lt -Status: Feedback +Status: No Feedback Bug Type: Java related Operating System: Linux Debian/GNU testing PHP Version: 4.2.3-12 New Comment:
No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2003-07-10 21:36:37] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip What was the configure line you used? ------------------------------------------------------------------------ [2003-03-21 04:01:36] mindas at ziedas dot ktu dot lt Sorry guys, this time I was unable to build the PHP at all. Here's an excerpt: (lots of build output before) ext/mysql/libmysql/my_tempnam.o(.text+0x40): In function `my_tempnam': : the use of `tempnam' is dangerous, better use `mkstemp' make[1]: Leaving directory `/usr/src/naujasphp/php4-4.2.3/cgi-build' mv: cannot stat `php': No such file or directory make: *** [build-cgi-stamp] Error 1 If there's any tricks of how to fix this, I'd like to know. ------------------------------------------------------------------------ [2002-11-07 11:22:47] mindas at ziedas dot ktu dot lt Hi, i've encountered a strange bug that causes webserver (Apache 1.3.26-1 in particular) to halt. I'm using PHP/Java combination I've built myself on Debian GNU/Linux (testing, kernel version is 2.4.20-pre7). The killing code is here: <?php mail("[EMAIL PROTECTED]", "111", "111"); $system = new Java('java.lang.System'); mail("[EMAIL PROTECTED]", "222", "222"); ?> The first mail is sent successfully, but not the second one. The most amazing thing is, that eliminating a mail() or Java() call doesn't produce any problems. I mean, they work well separately. But when these calls are together (in my case - even on different PHP classes), it results a webserver lockup. This has been tested on various PHP compilations starting from PHP 4.2.0 and up to the newest STABLE snapshot build. The funniest thing is that this bug is ABSENT on my old PHP/Java build (4.1.2-1). Java version is the same on both cases: [EMAIL PROTECTED]:~$ java -version java version "1.3.1_02" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_02-b02) Java HotSpot(TM) Client VM (build 1.3.1_02-b02, mixed mode) If you need any more details on this, just drop me a message via e-mail. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20300&edit=1