Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71237 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2637 invoked from network); 18 Jan 2014 09:59:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2014 09:59:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=lists@rotorised.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=lists@rotorised.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain rotorised.com from 117.55.227.20 cause and error) X-PHP-List-Original-Sender: lists@rotorised.com X-Host-Fingerprint: 117.55.227.20 mta20-d1.ip2.cbr1.mail-filtering.com.au Received: from [117.55.227.20] ([117.55.227.20:34754] helo=mta20-d1.ip2.cbr1.mail-filtering.com.au) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 78/00-02050-A905AD25 for ; Sat, 18 Jan 2014 04:59:56 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApQDAOpP2lKva64TjGdsb2JhbAA/GoNDvAGBCBYOAQEBJzyCJQEBAQR4ARALDQEEBgkWDwkDAgECAQ8oDgYBDAEFAgEBFodXAxAONr4PDYVWF4xrgSdtB4Q4AQOWNAGDHYR+P4VuiHo X-IPAS-Result: ApQDAOpP2lKva64TjGdsb2JhbAA/GoNDvAGBCBYOAQEBJzyCJQEBAQR4ARALDQEEBgkWDwkDAgECAQ8oDgYBDAEFAgEBFodXAxAONr4PDYVWF4xrgSdtB4Q4AQOWNAGDHYR+P4VuiHo X-IronPort-AV: E=Sophos;i="4.95,679,1384261200"; d="scan'208";a="268933504" Received: from unknown (HELO ub005lcs09.cbr.the-server.net.au) ([175.107.174.19]) by smtp-data2.ironport2.cbr1.mail-filtering.com.au with ESMTP; 18 Jan 2014 20:59:51 +1100 Received: from 217.33.96.58.static.exetel.com.au ([58.96.33.217]:64995 helo=[192.168.1.238]) by ub005lcs09.cbr.the-server.net.au with esmtpa (Exim 4.82) (envelope-from ) id 1W4Sgw-000F3E-71; Sat, 18 Jan 2014 20:59:50 +1100 Message-ID: <52DA50A2.6030506@rotorised.com> Date: Sat, 18 Jan 2014 20:00:02 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Sherif Ramadan , Arvids Godjuks CC: PHP internals References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 5.5 to 5.6 cleanup From: lists@rotorised.com (Ryan McCue) Sherif Ramadan wrote: > On Fri, Jan 17, 2014 at 8:55 PM, Sherif Ramadan wrote: >> In fact, in our previous discussion back in 2012, Wordpress claims they >> were the ones waiting on us before they updated their code >> http://news.php.net/php.internals/63929 >> >> > Actually that was the wrong link to that thread. I mean to refer to this > http://news.php.net/php.internals/63918 > To clarify, the point I was making there was that it was low priority for us to change it until PHP deprecated it. The database code in WP forms an important part of architecture that we're loathe to change if not needed. As noted in the current fix [1], we plan to remove the current code which simply hides the deprecated notices and replace the database code with a new mysqli/PDO-based database connector, however we're not done on that yet. [1]: https://core.trac.wordpress.org/changeset/26512 -- Ryan McCue