Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48836 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39491 invoked from network); 19 Jun 2010 10:45:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jun 2010 10:45:45 -0000 Authentication-Results: pb1.pair.com header.from=sb@sebastian-bergmann.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=php-php-dev@m.gmane.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain m.gmane.org designates 80.91.229.12 as permitted sender) X-PHP-List-Original-Sender: php-php-dev@m.gmane.org X-Host-Fingerprint: 80.91.229.12 lo.gmane.org Linux 2.6 Received: from [80.91.229.12] ([80.91.229.12:49453] helo=lo.gmane.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 68/86-21297-4DF9C1C4 for ; Sat, 19 Jun 2010 06:45:43 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OPvYQ-0005It-34 for internals@lists.php.net; Sat, 19 Jun 2010 12:45:38 +0200 Received: from p5b374e67.dip.t-dialin.net ([91.55.78.103]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Jun 2010 12:45:38 +0200 Received: from sb by p5b374e67.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Jun 2010 12:45:38 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net connect(): No such file or directory Date: Sat, 19 Jun 2010 12:45:39 +0200 Lines: 11 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: p5b374e67.dip.t-dialin.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 In-Reply-To: Subject: Re: [PHP-DEV] Remove ext/mysql from trunk? (was: Re: [PHP-DEV] Remove sqlite2 from trunk) From: sb@sebastian-bergmann.de (Sebastian Bergmann) Am 19.06.2010 11:33, schrieb Patrick ALLAERT: > What are the possible actions/alternatives? I think this was already mentioned: add a BC layer to ext/mysqli so that the "new" extension supports the old mysql_* functions. This would rid us off the old ext/mysql code without breaking code that relies on it. -- Sebastian Bergmann Co-Founder and Principal Consultant http://sebastian-bergmann.de/ http://thePHP.cc/