Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71229 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74500 invoked from network); 18 Jan 2014 02:19:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2014 02:19:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.51 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.219.51 mail-oa0-f51.google.com Received: from [209.85.219.51] ([209.85.219.51:64086] helo=mail-oa0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6E/C6-39935-BC4E9D25 for ; Fri, 17 Jan 2014 21:19:56 -0500 Received: by mail-oa0-f51.google.com with SMTP id h16so4936650oag.24 for ; Fri, 17 Jan 2014 18:19:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=Mqc61VL5q4ZaXjtnC4TETKTJyQqt5hCBBrhoKeFfxD8=; b=Dcs4tkfkZL3oBoAg+YH0vtoqqLITElpsRFKf1GzIXziCQvR5CmACXhHzR+n1+U1ebb 2UXBugjO9Gad9MSYFDv8qSKU0mBd22sBw26L/AA1ajxVGosg97wqKawGej1tRyCoD8J/ nF8AJ8mOqrRZk7HbZrh72laDc2a7KpcHz5QBvRMHiuAz1I5gnX4sta6X+dwtQu7Emjj/ WhjvDLaz84uWo7hT0+Rguv7hw41nqREywcpEk/q+8kyZsD5JfjZKWZTOj0ImzlGhfYIL LrOezPqKIQqe4zfPF4vcar3BxdUBM7cyBLrnouF0Y7sq3AhvncFvD2sw/T8eP4HfELyX JiSw== X-Received: by 10.60.246.104 with SMTP id xv8mr4546791oec.18.1390011592835; Fri, 17 Jan 2014 18:19:52 -0800 (PST) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.182.235.46 with HTTP; Fri, 17 Jan 2014 18:19:12 -0800 (PST) In-Reply-To: References: <52D9C9B0.5070306@ajf.me> Date: Sat, 18 Jan 2014 03:19:12 +0100 X-Google-Sender-Auth: -iuST_Zn-R-oj0aekv-V5G48kQM Message-ID: To: Yasuo Ohgaki Cc: Andrea Faulds , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] 5.5 to 5.6 cleanup From: jpauli@php.net (Julien Pauli) On Sat, Jan 18, 2014 at 1:32 AM, Yasuo Ohgaki wrote: > Hi all, > > On Sat, Jan 18, 2014 at 9:24 AM, Andrea Faulds wrote: >> >> On 17/01/14 23:07, Julien Pauli wrote: >>> >>> - ext/mysql >> >> >> I have little care for those other things. However, there is a massive >> amount of mysql_* code (sadly, some of it written recently) out there. Is it >> really a good idea to remove it now? >> >> Then again, I suppose it has to be done some day. If it's moved to PECL, >> distribution maintainers could include the PECL package. >> >> So I guess I'm not entirely against it, but I'd recommend caution here. > > > I agree. > IIRC, WordPress 3.8 still uses mysql. > > Moving mysql to PECL is mandatory. IMHO. > Intl is better to be moved to PECL also. There is no point in moving ext/intl to PECL. the intl stuff which is deprecated in 5.5 is just few functions, ext/intl stays into PHP. Julien