Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71224 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66301 invoked from network); 18 Jan 2014 01:35:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2014 01:35:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=arvids.godjuks@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=arvids.godjuks@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.46 as permitted sender) X-PHP-List-Original-Sender: arvids.godjuks@gmail.com X-Host-Fingerprint: 209.85.215.46 mail-la0-f46.google.com Received: from [209.85.215.46] ([209.85.215.46:51801] helo=mail-la0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 42/15-39935-26AD9D25 for ; Fri, 17 Jan 2014 20:35:31 -0500 Received: by mail-la0-f46.google.com with SMTP id b8so4176576lan.33 for ; Fri, 17 Jan 2014 17:35:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=42eDzZJvcbOEYXq/NrDz4fN4BhPT2YQ3FhQLDQEbZEM=; b=SqnPvKY6Pm8kzcEg2r6FESL/hzDGjKnjtfViVEBpYGzxg5DA1GIRgsS+h4fa0H9sUe /B8IkEEhcZbCvvYb1qR+S6Ky0ThckXntEWlyJXhLDyHhdUbmBTwrQXk2lBPZSh33h9uN 0LdZ6cIbdaKUEt8NYQjmqxcOpE3wixLMUeX+HqfUxK5QbB60U6DqnmwZjgOt5cZR+AIL cQ4oONoO0ziW/c1zM3r45xjQM1tvB+MUMZ9FtIF09vjHNlJNLoXmhxx8lSkwGXm1x4dV cDWH9SEElmMg8WgG0dx8xgsaowgnV2ihc6WcbrEy36q09FJv6KSoKFsMWC4MhuzEtDdA w/bw== MIME-Version: 1.0 X-Received: by 10.152.44.202 with SMTP id g10mr2746911lam.16.1390008926859; Fri, 17 Jan 2014 17:35:26 -0800 (PST) Received: by 10.112.20.197 with HTTP; Fri, 17 Jan 2014 17:35:26 -0800 (PST) Received: by 10.112.20.197 with HTTP; Fri, 17 Jan 2014 17:35:26 -0800 (PST) In-Reply-To: References: Date: Sat, 18 Jan 2014 03:35:26 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=089e0158c79851f65704f034acf1 Subject: Re: [PHP-DEV] 5.5 to 5.6 cleanup From: arvids.godjuks@gmail.com (Arvids Godjuks) --089e0158c79851f65704f034acf1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 18 =D1=8F=D0=BD=D0=B2. 2014 =D0=B3. 1:08 =D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0= =BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8C "Julien Pauli" =D0= =BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BB: > > Hi all, > > In 5.5, we deprecated some things : > - /e for preg > - ext/mysql > - ext/intl stuff > > I recall that based on our release process, those items should now get > removed from 5.6 code for final release. > > I guess this can be done in one commit, except perhaps for ext/mysql > that has to be moved to pecl. > > Thoughts ? > > > Julien Pauli > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > As it was mentioned, it was not decided that mysql ext should be completly removed at 5.6, my personal opinion is that it should be pushed po PECL at this release with all the bells and whistells warning everyone that extension is depricated and will be removed soon (read: next release - be it 5.7 or 6.0). I belive that leaving everything as is right now will be sending a message that projects like Wordpress can halt the progress of the language development and block the decisions like removal of the mysql ext. But thats for the sake of the slowpokes that still didn't adopt the mysqli (moving from mysql to mysqli is not really that hard...) or moved to PDO. As far as i'm concered personaly, mysql ext died a long ago for me (was using mysqli since first stable releases). My 0.02$ P.S. For gods sakes, did I just saw someone still writing code based on mysql ext while it is marked as depricated? It is known for years now that it is being nuked - frankly I'm surprised it wasn't deleted a long time ago= . --089e0158c79851f65704f034acf1--