Minor errors halt a script because of E_ERROR
| Bug #22585 | Minor errors halt a script because of E_ERROR | ||||
|---|---|---|---|---|---|
| Submitted: | 2003-03-07 04:41 UTC | Modified: | 2003-03-07 08:08 UTC | ||
| From: | dexter@php.net | Assigned: | |||
| Status: | Closed | Package: | LDAP related | ||
| PHP Version: | 4CVS-2003-03-07 (stable) | OS: | all | ||
| Private report: | No | CVE-ID: | None | ||
[2003-03-07 04:41 UTC] dexter@php.net
Each error messages with E_ERROR level shoud be replaced with E_WARNING level. There is no reason to halt a script after minor problem with database, especially for "Unknown attribute in the data" message.
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2003-03-07 08:08 UTC] iliaa@php.net