Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23222 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80483 invoked by uid 1010); 10 May 2006 00:43:24 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 80467 invoked from network); 10 May 2006 00:43:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 May 2006 00:43:24 -0000 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 66.249.82.194 wx-out-0102.google.com Linux 2.4/2.6 Received: from ([66.249.82.194:22171] helo=wx-out-0102.google.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 7D/00-19568-C2731644 for ; Tue, 09 May 2006 20:43:24 -0400 Received: by wx-out-0102.google.com with SMTP id s10so1359308wxc for ; Tue, 09 May 2006 17:43:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=fcppbHBeOOGCnG9ZaapYx1Xj3UjnJ3UQhBvnLlgU/4tZR8c0tMMTm0z3JbSoTRi5WoIkjBUebnxd5VPj/82fjglEVN3qrZGr0/Viy7AZNIM8sB7uBxuA12NMvJASmYFNTxAs8DC3L31hV8r4/4G1aUQInNnNp7IHaXBOdn6HLLU= Received: by 10.70.50.5 with SMTP id x5mr4748087wxx; Tue, 09 May 2006 17:43:21 -0700 (PDT) Received: by 10.70.15.13 with HTTP; Tue, 9 May 2006 17:43:21 -0700 (PDT) Message-ID: <7f3ed2c30605091743q1e015eb3g8a3e4e899b316e58@mail.gmail.com> Date: Wed, 10 May 2006 02:43:21 +0200 Sender: hannes.magnusson@gmail.com To: internals MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Google-Sender-Auth: b2c7bf0dd9c88619 Subject: ze1 cleanup From: bjori@php.net ("Hannes Magnusson") Hi all Couple of leftovers from hellys MFH regarding ze1; Tests that can be deleted: Zend/tests/bug27641.phpt Zend/tests/bug30332.phpt Zend/tests/bug31828.phpt Zend/tests/bug32080.phpt Zend/tests/bug32852.phpt Zend/tests/bug33243.phpt Zend/tests/bug34712.phpt Zend/tests/bug34767.phpt ext/dom & ext/simplexml cleanup: http://php.is/bugs/ze1_compatibility_mode/ze1.xml.patch.txt And at last, ini cleanup: http://php.is/bugs/ze1_compatibility_mode/ze1.ini.patch.txt -Hannes