Home » Web Services » SOAP » Bug #4828
Filter out E_STRICT errors as well as E_NOTICE in the SOAP_Server error handler
Details
| Request #4828 | Filter out E_STRICT errors as well as E_NOTICE in the SOAP_Server error handler |
|---|---|
| Submitted | 2005-07-13 20:53 UTC |
| From | pear at coffin dot org |
| Assigned | yunosh |
| Status | Closed |
| Package | SOAP |
| PHP Version | 5.0.4 |
| OS | Linux |
| 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