ID: 10876
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Closed
Bug Type: Scripting Engine problem
Operating System: WINNT 4.0 SP6 + Apache 3.12, php
PHP Version: 4.0.5
New Comment:

No feedback. Reopen if you still have this problem
with PHP 4.0.7 (soon to be released) or with latest CVS 
snapshot.



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

[2001-07-15 13:54:53] [EMAIL PROTECTED]

Unable to reproduce under the latest CVS.  Please try a recent snapshot from 
www.zend.com/snapshots/ and see if the problem persists.

------------------------------------------------------------------------

[2001-05-15 08:07:45] [EMAIL PROTECTED]

Some comments.
It happen when Output_buffering=on only, if output_buffering=off all is ok

------------------------------------------------------------------------

[2001-05-15 07:48:00] [EMAIL PROTECTED]

I use WINNT 4.0+SP6+Apache 1.3.12+php 4.0.5 as apache module
I got Apache main thread error each time, if die() or exit() function placed in file 
which included from switch-case operator like this:

code example

tdie.php
<?
$a=1;
switch ($a) {
  case 1:
    include("testdie.php");
    break;
}
?>

testdie.php
<?
die("qq");
?>


------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=10876&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to