Opened 16 years ago
Closed 16 years ago
#9871 closed enhancement (invalid)
Avoid those PHP errors to be logged
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Warnings/Notices | Keywords: | dev-feedback |
Focuses: | Cc: |
Description (last modified by )
It is very surprising to log errors detected by php when under admin.
Removing those errors would help WordPress to be
* faster (php not trying to log those errors) * more reliable * compliant for PHP future versions !
hereattached, log file produced for each admin screen !
Attachments (9)
Change History (15)
#1
@
16 years ago
- Component changed from Optimization to Warnings/Notices
- Keywords needs-patch added
- Milestone changed from Unassigned to Future Release
- Owner Denis-de-Bernardy deleted
- Type changed from defect (bug) to enhancement
instanceof is php5.
Logedit_posts.txt contains a few notices.
Logdashboard.txt contains a warning.
Can you confirm this is with 2.8? E_STRICT shouldn't be raised in trunk.
#2
@
16 years ago
- Description modified (diff)
Due to PHP4 support, Its impossible not to trigger E_STRICT level warnings.
#3
@
16 years ago
- Keywords dev-feedback added; needs-patch removed
is_a is no longer deprecated in PHP 5.3.0: http://www.php.net/manual/en/function.is-a.php
Since most E_STRICT messages are caused by it, I think this report can be resolved as "won't fix" until support to PHP 4 can be dropped.
Note: See
TracTickets for help on using
tickets.
arriving on admin logging page