trigger_error() problems
- From: amiroch@xxxxxxxxxxxxx (Alexander A Miroch)
- Date: Thu, 27 Sep 2007 12:42:38 +0400
Hi,
my php is 5.2.4 compiled in apache1.3.37 as module
I have some trouble with trigger_error function
code
<?
trigger_error ('error',E_USER_ERROR);
?>
I get 500 error status (Internal server error) and a record in my error log.
And this
<?
ob_flush();
trigger_error ('error',E_USER_ERROR);
?>
returns 200 and I have no message in my error log.
is it ok ?
Thanks.
--
Alexander A Miroch
.
- Prev by Date: Re: SimpleXMLElement is not Simple
- Next by Date: Re: [PHP] [Fwd: Attachment Size and Memory limit with php and FC6 System]
- Previous by thread: SimpleXMLElement is not Simple
- Next by thread: Replacing XML nodes based on internal condition, then re-sorting
- Index(es):
Relevant Pages
|