Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48040 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56620 invoked from network); 21 Apr 2010 14:05:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Apr 2010 14:05:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=sean@seancoates.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sean@seancoates.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain seancoates.com from 64.15.79.181 cause and error) X-PHP-List-Original-Sender: sean@seancoates.com X-Host-Fingerprint: 64.15.79.181 iconoclast.caedmon.net Received: from [64.15.79.181] ([64.15.79.181:40401] helo=iconoclast.caedmon.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D1/64-63467-D260FCB4 for ; Wed, 21 Apr 2010 10:05:34 -0400 Received: from localhost (localhost [127.0.0.1]) by iconoclast.caedmon.net (Postfix) with ESMTP id 1D54178406B; Wed, 21 Apr 2010 10:09:49 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at iconoclast.caedmon.net Received: from iconoclast.caedmon.net ([127.0.0.1]) by localhost (iconoclast.caedmon.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W+0cNMQcFWOc; Wed, 21 Apr 2010 10:09:44 -0400 (EDT) Received: from [192.168.145.200] (unknown [24.203.234.159]) by iconoclast.caedmon.net (Postfix) with ESMTPSA id 33B0E78405C; Wed, 21 Apr 2010 10:09:44 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii In-Reply-To: <4BCEFC93.7010508@gmail.com> Date: Wed, 21 Apr 2010 10:05:24 -0400 Cc: internals@lists.php.net, Stanislav Malyshev , Adi Nita Content-Transfer-Encoding: quoted-printable Message-ID: References: <4BCE44B8.6060600@zend.com> <4BCEFC93.7010508@gmail.com> To: Ryan Panning X-Mailer: Apple Mail (2.1078) Subject: Re: [PHP-DEV] A critique of PHP 6 From: sean@seancoates.com (Sean Coates) > No, it is not hard to write strlen but I would also like to see these = functions organized better. I've felt that PHP has been a mess since I = learned it way back when, the naming inconsistencies are everywhere. I don't believe there's anything stopping you (or other users) from = creating either userspace or extension wrappers to handle organization = and consistency. You could even use the "system" namespaces, since they = don't exist. S