Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55045 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73935 invoked from network); 31 Aug 2011 16:01:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Aug 2011 16:01:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:54473] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CA/B1-64150-BEA5E5E4 for ; Wed, 31 Aug 2011 12:01:48 -0400 Received: from [192.168.1.38] (ppp-93-104-53-200.dynamic.mnet-online.de [93.104.53.200]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 47044776CD; Wed, 31 Aug 2011 18:01:35 +0200 (CEST) To: Keloran Cc: PHP Internals In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Wed, 31 Aug 2011 18:01:29 +0200 Message-ID: <1314806489.1382.8.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Latest Revsion to PDO_MySQL From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Wed, 2011-08-31 at 16:54 +0100, Keloran wrote: > http://svn.php.net/viewvc?view=revision&sortby=date&revision=315905 > > shouldnt the php pages for this, really use preg instead of ereg, Well it's a utility for maintainers, no page or something, run every few years. Yes using preg might be better, but doesn't matter too much - the next time it will be run MySQL will probably have changed the file format a bit more so it has to be re-done ... johannes