PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Web Services » SOAP » Bug #4828

Filter out E_STRICT errors as well as E_NOTICE in the SOAP_Server error handler

Details

Request #4828Filter out E_STRICT errors as well as E_NOTICE in the SOAP_Server error handler
Submitted2005-07-13 20:53 UTC
Frompear at coffin dot org
Assignedyunosh
StatusClosed
PackageSOAP
PHP Version5.0.4
OSLinux
Roadmaps(Not assigned)

Comments

[2005-07-13 20:53 UTC] pear at coffin dot org

Description:
------------
In SOAP/Server.php line 121, E_NOTICE errors are being filtered out in function _error_handler(). E_STRICT errors are also not important here and should be filtered.

Reproduce code:
---------------
NA

Expected result:
----------------
NA

Actual result:
--------------
NA