Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44381 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83832 invoked from network); 20 Jun 2009 23:36:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jun 2009 23:36:48 -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 83.243.58.134 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 83.243.58.134 mailout2.netbeat.de Linux 2.6 Received: from [83.243.58.134] ([83.243.58.134:53782] helo=mailout2.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 00/E1-09016-E827D3A4 for ; Sat, 20 Jun 2009 19:36:47 -0400 Received: (qmail 22090 invoked by uid 89); 21 Jun 2009 00:09:50 -0000 Received: from unknown (HELO ?192.168.1.102?) (johannes%schlueters.de@88.217.62.232) by mailout2.netbeat.de with ESMTPA; 21 Jun 2009 00:09:50 -0000 To: Lester Caine Cc: PHP internals In-Reply-To: <4A3C8687.5090804@lsces.co.uk> References: <2F881AF5-845A-4CCD-8D9F-31D99C383C6F@pooteeweet.org> <4A3C8687.5090804@lsces.co.uk> Content-Type: text/plain Date: Sun, 21 Jun 2009 01:36:42 +0200 Message-ID: <1245541002.6521.22.camel@goldfinger.johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.3.0RC4 From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Sat, 2009-06-20 at 07:49 +0100, Lester Caine wrote: > While I know that ... > - All ereg functions are deprecated and emit E_DEPRECATED errors. > Use PCRE (preg_*()) instead. > > ... is accurate, I think a little more detail would help here, since > many of us probably did not know that 'split' was an ereg function - for > instance? hm, the las version on the wiki listed them ... In general: I'd like if people could come up with more details and add them to the docs. (See Rasmus's mail) So that this file is as short as i makes sense so people have a chance to be aware of as much contents as possible - and isn't scared away. johannes