ID:               20300
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         Mail related
 Operating System: Linux Debian/GNU testing
 PHP Version:      4.2.0
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip




Previous Comments:
------------------------------------------------------------------------

[2002-11-07 11:22:47] [EMAIL PROTECTED]

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:

mindas@kiras:~$ 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

Reply via email to