Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38730 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59472 invoked from network); 3 Jul 2008 09:07:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jul 2008 09:07:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=lars@strojny.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=lars@strojny.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain strojny.net designates 78.46.69.2 as permitted sender) X-PHP-List-Original-Sender: lars@strojny.net X-Host-Fingerprint: 78.46.69.2 milch.schokokeks.org Received: from [78.46.69.2] ([78.46.69.2:52835] helo=milch.schokokeks.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 58/A2-37564-FC69C684 for ; Thu, 03 Jul 2008 05:07:28 -0400 Received: from [10.88.8.183] (colt-d53d2146.colt.mediaventures.de [::ffff:213.61.33.70]) (AUTH: PLAIN lars@schokokeks.org, SSL: TLSv1/SSLv3,256bits,CAMELLIA256-SHA) by milch.schokokeks.org with esmtp; Thu, 03 Jul 2008 11:07:24 +0200 id 000000000000C00E.00000000486C96CC.000027EE To: php-dev List Date: Thu, 03 Jul 2008 11:07:23 +0200 Message-ID: <1215076043.7021.10.camel@localhost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=_milch.schokokeks.org-10222-1215076044-0001-2" X-Mailer: Evolution 2.22.2 Subject: [RFC] Namespaces for internal classes From: lars@strojny.net (Lars Strojny) --=_milch.schokokeks.org-10222-1215076044-0001-2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello everbody, one thing on my mind is the current naming of our internal classes. I could say the same for our functions but no, I don't have plans to save the universe, saving the world should be enough for now. So I've tried to dig through the ext/spl-package as an example how to implement namespaces for internal classes. Also I did it for SPL now, I would go on further and discuss such changes e.g. for ext/intl. And here is the resulting RFC: =EF=BB=BFhttp://wiki.php.net/rfc/namespaces-for-internal-classes The RFC is not ready yet but I want to get feedback on it. The integral part is the list of renamings and that's fixed, so you can expect a bit more prose :) Having that for 5.3 seems like a good idea, as we have a) a number of added SPL classes, b) most likely new extensions introducing new classes (ext/intl, ext/phar), c) having it is 5.3 would allow us seemless transistions to newer PHP versions. cu, Lars --=_milch.schokokeks.org-10222-1215076044-0001-2 Content-Type: application/pgp-signature; name="signature.asc" Content-Transfer-Encoding: 7bit Content-Description: Dies ist ein digital signierter Nachrichtenteil -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (GNU/Linux) iQIcBAABAgAGBQJIbJbLAAoJECQPF+sCY6wHWckP/0vWS4GWEQCTh++FPczIgvi0 euBSmusDRyZh9kO3dBDCndam1qYDtue0zh5qaWopK6VBsYuZx4WybeLQVHp9B010 HxawExoU8nU9T0/+Mi/B3KyqHi7EM/DI8uUzABeiR7waHk975/QKVah8/h3LYcCb r+uCo9KkxnM1+aAHHYkxopxynJRuFqMTrvn0C1iePQ1ViM+tiBMeX3+H9iVnDW72 Aerp0y2ImfnT8k7S5OQvmdrfmtRX1aMFliIUMu89GCd8bkhKd6A23Ud8V0EL4R7v kukonrwV9wkdASTorVezDV5z/UgOyCo9CS+Komlhqb94InKCqxDXeaeGWngU4Wpm /2pifsteuLfFVtgbD9uXPKXCZCbixLrA05vfV0AHLhaBYlfck0nzz0v5mDtgzWR7 LJJzEnGHwFZMNVNuDGvHMow9U6Kv7iV8JWGMienyEp3jUHH5M545Vxw/iTz9YX3p ZYcCiz8WuCdUfSaED/0lSS3EWKrHGsIjG4QYgW2jKVuJt/EZ9UrDACzutLW8ixje qSSmhs2Xthh0m9VC+DXF9SBHRkOQuM5ZlJ2dq9QE6fz/bmsduzmwZBF2NIYVEP47 bLBFvTWNw9A6R07cow/snqQsCibhVW1Tp86wlg5oUx3D4jnFmokYLygyiktLEmVf 5nXrqyT6l/v15BVthA3A =T+3M -----END PGP SIGNATURE----- --=_milch.schokokeks.org-10222-1215076044-0001-2--