ID: 40244
User updated by: lists at cyberlot dot net
Reported By: lists at cyberlot dot net
Status: Bogus
Bug Type: Compile Warning
Operating System: Centos 4.4
PHP Version: 5.2.0
New Comment:
Thank you Tony for taking some time to look into this, whats happening
makes a lot more sense now.
Previous Comments:
------------------------------------------------------------------------
[2007-01-26 15:23:56] [EMAIL PROTECTED]
I was wrong, these PEAR classes register some shutdown function, which
generates those warnings and the second call to error_reporting()
enables them.
Still pretty much expected.
------------------------------------------------------------------------
[2007-01-26 15:23:01] lists at cyberlot dot net
Your wrong, Try the following
<?php
$er = error_reporting(0);
include('Mail.php');
$mail_object = Mail::factory('smtp');
$mail_object->send('[EMAIL PROTECTED]','Subject','Body');
?>
If these errors are during compile time, and compile time happens
before all this then why does the above code not report the errors?
------------------------------------------------------------------------
[2007-01-26 15:11:33] [EMAIL PROTECTED]
These messages are generated in compile time, all the functions are
executed AFTER that, so error_reporting(0); does not have any effect
and this is expected behaviour.
------------------------------------------------------------------------
[2007-01-26 15:04:08] lists at cyberlot dot net
They told me to report it to you
http://pear.php.net/bugs/bug.php?id=9950
So the 2 "teams" need to get together and figure this out one way or
the other.
Since this has to do directly with error reporting not disabling
warnings, not with the fact that there are warnings I would tend to
lean towards the php side of things
------------------------------------------------------------------------
[2007-01-26 09:00:14] [EMAIL PROTECTED]
Please report PEAR issues to PEAR people using PEAR bug tracker:
http://pear.php.net
Thank you.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/40244
--
Edit this bug report at http://bugs.php.net/?id=40244&edit=1