[wp-trac] [WordPress Trac] #10533: Php 5.3 deprecated errors
WordPress Trac
wp-trac at lists.automattic.com
Sun Nov 1 10:50:32 UTC 2009
#10533: Php 5.3 deprecated errors
------------------------------+---------------------------------------------
Reporter: mrmist | Owner: westi
Type: defect (bug) | Status: accepted
Priority: normal | Milestone: 2.9
Component: Warnings/Notices | Version: 2.9
Severity: normal | Keywords: has-patch dev-feedback commit
------------------------------+---------------------------------------------
Comment(by dd32):
> After the joys I had with this before I'm going to get 5.3 installed
somewhere first though :-)
Luckily it installs nearly anywhere just as easily as PHP 5.2 did now :)
For the record, All i've been doing is modifying it to this: (on PHP 5.3),
I've not once seen anything related to E_STRICT yet.
{{{
error_reporting(E_ALL & ~E_DEPRECATED);
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10533#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list