Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41824 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88020 invoked from network); 10 Nov 2008 14:51:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2008 14:51:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=thekid@thekid.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=thekid@thekid.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain thekid.de from 212.227.126.177 cause and error) X-PHP-List-Original-Sender: thekid@thekid.de X-Host-Fingerprint: 212.227.126.177 moutng.kundenserver.de Received: from [212.227.126.177] ([212.227.126.177:62433] helo=moutng.kundenserver.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/C1-04934-E5A48194 for ; Mon, 10 Nov 2008 09:51:11 -0500 Received: from carla (port-92-205-92-109.dynamic.qsc.de [92.205.92.109]) by mrelayeu.kundenserver.de (node=mrelayeu8) with ESMTP (Nemesis) id 0ML31I-1KzY6d0kjy-00088P; Mon, 10 Nov 2008 15:51:07 +0100 Message-ID: To: Date: Mon, 10 Nov 2008 15:51:04 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6001.18000 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18049 X-Provags-ID: V01U2FsdGVkX1/cbbFKl+dZiCGocc0tbQTXwWt6QMgpwsssGS6 dVM1PI06qvc/GOpDb02UqT6m+xdf5ojTHV4SzJ8q0cB9DfDTuP 3J347vLIHCQyHBNpDFnXypS+F3gthwN Subject: Namespace separator in Zend tests From: thekid@thekid.de ("Timm Friebe") Hi, easy one: Two of the namespace tests in Zend/tests don't use the new ns separator yet: http://sitten-polizei.de/php/zend-test-ns-separator.diff - Timm