Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34049 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71368 invoked by uid 1010); 17 Dec 2007 05:25:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 71353 invoked from network); 17 Dec 2007 05:25:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Dec 2007 05:25:15 -0000 Authentication-Results: pb1.pair.com header.from=slackmase2@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=slackmase2@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.185 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: slackmase2@gmail.com X-Host-Fingerprint: 209.85.198.185 rv-out-0910.google.com Received: from [209.85.198.185] ([209.85.198.185:45395] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0F/36-23767-63806674 for ; Mon, 17 Dec 2007 00:25:15 -0500 Received: by rv-out-0910.google.com with SMTP id k15so1756460rvb.23 for ; Sun, 16 Dec 2007 21:25:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=3c0VSwP80R5oYm9g73/5wxKe6FCQQDruyULAroV09hE=; b=lOxmvnYOCPZYyYwikpUZcebE7HREnftQ9iMsLKuUVoRHhdSJqn8GVOkbguLNaYuCYuVihOD0eN+l5LZjX6mrrAXKuZ0MLEEqY0M4rhjbJwiWXDrLvskmNLLRTyKielEvTXqxYd68oz8+gd9rBy88yHQrvnTzdQ5xDi7GKMiKa0E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=dVhj4hcfUwBl6jE3TU0lfBENul4sIXVs4pCL4c1Akf/2eq5M61aiT4ylwrtFWuLeB8gbcgxC97Or3h0WIgM9iPSw5ke6QEjWDg0hWWTPmk/9ICCjRF0fbELG2v5du7ju+3iwX5YpUzoLScocl2xWkdECZfr4nzRZOwJtUEtC9T4= Received: by 10.141.115.6 with SMTP id s6mr3674927rvm.47.1197869106299; Sun, 16 Dec 2007 21:25:06 -0800 (PST) Received: by 10.70.43.2 with HTTP; Sun, 16 Dec 2007 21:25:06 -0800 (PST) Message-ID: <99cd336d0712162125i39abb0a1ib49fbc1e483df559@mail.gmail.com> Date: Mon, 17 Dec 2007 15:55:06 +1030 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Namespaces *sigh* From: slackmase2@gmail.com ("Andrew Mason") For those of us who gave up following the namespace debate 150+ emails ago, can someone from the core maintainers let the rest of us plebs know if namespaces are likely to be included any time soon. I've been playing with the patches that were provided by moving our framework over to their own namespace to see how hard it would be ( turns out not very ) and to be honest I am personally chomping at the bit for a namespace implementation to make it into a production release. Is this something that is likely to be resolved and put into a release or should we continue with the craptastic_underscores for a while longer? kind regards Andrew M