Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71221 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60619 invoked from network); 18 Jan 2014 00:32:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2014 00:32:48 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.47 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.47 mail-la0-f47.google.com Received: from [209.85.215.47] ([209.85.215.47:64949] helo=mail-la0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/F3-39935-FABC9D25 for ; Fri, 17 Jan 2014 19:32:47 -0500 Received: by mail-la0-f47.google.com with SMTP id el20so1609435lab.20 for ; Fri, 17 Jan 2014 16:32:44 -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=jdXCdAgCymhbr5MF0S7Jj+eLGff3abnDIO53PZXqygI=; b=d4MItRw5KRGB40MmSnyZxBNv9lwwdArqOnPdWxFImrF2tFBxYmTFDRBI3PXit9p9hA 1VV2ZZY+1EQe2G+vrgBZ9o/39AIID/oWferYD888o2ZXQl9/EBQH1i2V0rlVQUYyB67I RpnutnWDNDfo02wkTIF6n/AX5zGGSlOJRFnRYJbmo+fxUTdtzuEx1pSB+Hiz3f9LwMq6 cg8lcC+g1UHk/34iAR6ciXLSSTLr80BYcUNHQiSAS0UaOlO2q+fPq4bqkhtr0yiFXLcu xYxDyK5ASb/9txnVwU/jPhF4YJBQmA1+z1Fu6IAHYccnwZs+ZqRZqkqASNzQ2BcsBGSM xJhg== X-Received: by 10.152.6.201 with SMTP id d9mr2599305laa.25.1390005164023; Fri, 17 Jan 2014 16:32:44 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.6.68 with HTTP; Fri, 17 Jan 2014 16:32:03 -0800 (PST) In-Reply-To: <52D9C9B0.5070306@ajf.me> References: <52D9C9B0.5070306@ajf.me> Date: Sat, 18 Jan 2014 09:32:03 +0900 X-Google-Sender-Auth: bZy6gV7Owp2WmchHymwpKrfs5EM Message-ID: To: Andrea Faulds Cc: Julien Pauli , PHP Internals Content-Type: multipart/alternative; boundary=089e013d1a9409a62604f033cc0a Subject: Re: [PHP-DEV] 5.5 to 5.6 cleanup From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e013d1a9409a62604f033cc0a Content-Type: text/plain; charset=UTF-8 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. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --089e013d1a9409a62604f033cc0a--