[wp-trac] [WordPress Trac] #10533: Php 5.3 deprecated errors
WordPress Trac
wp-trac at lists.automattic.com
Sat Aug 1 15:16:03 UTC 2009
#10533: Php 5.3 deprecated errors
------------------------------+---------------------------------------------
Reporter: mrmist | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.9
Component: Warnings/Notices | Version: 2.9
Severity: normal | Keywords: needs-patch
------------------------------+---------------------------------------------
There was a ticket #8701 that was meant to look at this, and it was marked
as fixed 3 months ago. Yet today if I load up trunk in PHP5.3 with
wp_debug on I get
PHP Deprecated: Assigning the return value of new by reference is
deprecated in E:\webpage\svn\trunk\wp-includes\cache.php on line 103 PHP
Deprecated: Assigning the return value of new by reference is deprecated
in E:\webpage\svn\trunk\wp-includes\pomo\mo.php on line 171 PHP
Deprecated: Assigning the return value of new by reference is deprecated
in E:\webpage\svn\trunk\wp-includes\l10n.php on line 407 PHP Deprecated:
Assigning the return value of new by reference is deprecated in
E:\webpage\svn\trunk\wp-includes\query.php on line 61 PHP Deprecated:
Assigning the return value of new by reference is deprecated in
E:\webpage\svn\trunk\wp-includes\theme.php on line 1133 PHP Deprecated:
Assigning the return value of new by reference is deprecated in
E:\webpage\svn\trunk\wp-includes\taxonomy.php on line 617 PHP Deprecated:
Assigning the return value of new by reference is deprecated in
E:\webpage\svn\trunk\wp-includes\widgets.php on line 320
Many of which I guess relate to the use of $foo = & new bah.
But anyway, I look back through that ticket and I see that & ~
E_DEPRECATED was played with a few times, but the final commit never
bothered with it. Should we not have an & ~ E_DEPRECATED in there
somewhere? Otherwise I can't see a way around the error reports.
(I didn't re-open the last ticket as it is old and long.)
Hoping this is one of the first things to change once PHP4 support goes.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10533>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list