Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63982 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9080 invoked from network); 20 Nov 2012 08:39:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Nov 2012 08:39:54 -0000 Authentication-Results: pb1.pair.com header.from=ulf.wendel@phpdoc.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ulf.wendel@phpdoc.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain phpdoc.de from 85.13.130.122 cause and error) X-PHP-List-Original-Sender: ulf.wendel@phpdoc.de X-Host-Fingerprint: 85.13.130.122 dd5506.kasserver.com Linux 2.6 Received: from [85.13.130.122] ([85.13.130.122:47921] helo=dd5506.kasserver.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/02-19148-7D14BA05 for ; Tue, 20 Nov 2012 03:39:52 -0500 Received: from [192.168.2.37] (p5B3EA118.dip.t-dialin.net [91.62.161.24]) by dd5506.kasserver.com (Postfix) with ESMTPA id 7019D31216E9 for ; Tue, 20 Nov 2012 09:39:48 +0100 (CET) Message-ID: <50AB41D3.50903@phpdoc.de> Date: Tue, 20 Nov 2012 09:39:47 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: internals@lists.php.net References: <50A2D672.7010600@gmail.com> <50A30144.5070305@phpgangsta.de> <50A3BEC0.8030607@gmail.com> <50A54713.8090102@sugarcrm.com> <50A549EB.2020408@lerdorf.com> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RFC: ext/mysql deprecation From: ulf.wendel@phpdoc.de (Ulf Wendel) Am 16.11.2012 03:23, schrieb Sherif Ramadan: > People have been talking about and educating others about the > deprecation of ext/mysql for quite some time now. I'm sure that it Random dates in the lifes of ext/mysql[i]: 2003 * ext/mysqli, the "improved" version of ext/mysql gets developed * Int. PHP Conference ext/mysqli talk * Similar talk given at the local PHP meetup in Hamburg includes "Migration from mysql to mysqli" * Zak Greant and Georg Richter publish Zend.com article 2004 * PHP 5.0.0 ships ext/mysqli * 2x Int. PHP Conference PHP5 + MySQL 4.1/5.0 (= requires ext/mysqli, mysqli was made for 4.1/5.0) * ApacheCon Europe PHP5 + MySQL 2006 * MySQL recommends mysqli and publishes a conversion script http://lists.mysql.com/announce/400 * ext/mysql feature request gets won't fix https://bugs.php.net/bug.php?id=37867 * MySQL announces the plan to develop the mysqlnd library 2007 * First public mysqlnd version supports mysqli only http://lists.mysql.com/announce/432 ... 2011 * Public ext/mysql deprecation outcry 2012 * Soft-deprecation warnings added to php.net manual https://bugs.php.net/bug.php?id=62213 No judgement intended. Ulf