Newsgroups: php.internals,php.qa Path: news.php.net Xref: news.php.net php.internals:28826 php.qa:28168 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21365 invoked by uid 1010); 14 Apr 2007 17:31:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 21348 invoked from network); 14 Apr 2007 17:31:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Apr 2007 17:31:10 -0000 Authentication-Results: pb1.pair.com header.from=sebastian@nohn.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sebastian@nohn.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain nohn.net from 85.214.77.40 cause and error) X-PHP-List-Original-Sender: sebastian@nohn.net X-Host-Fingerprint: 85.214.77.40 bxpcsr02.nohn.net Linux 2.5 (sometimes 2.4) (4) Received: from [85.214.77.40] ([85.214.77.40:52699] helo=bxpcsr02.nohn.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 34/8C-34376-BDF01264 for ; Sat, 14 Apr 2007 13:31:09 -0400 Received: from localhost (localhost [127.0.0.1]) by bxpcsr02.nohn.net (Postfix) with ESMTP id 1B500938002; Sat, 14 Apr 2007 19:31:51 +0200 (CEST) Received: from bxpcsr02.nohn.net ([127.0.0.1]) by localhost (h939937.serverkompetenz.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31564-10; Sat, 14 Apr 2007 19:31:51 +0200 (CEST) Received: from [192.168.1.142] (dslb-084-063-050-023.pools.arcor-ip.net [84.63.50.23]) by bxpcsr02.nohn.net (Postfix) with ESMTP id 7E7E8938001; Sat, 14 Apr 2007 19:31:49 +0200 (CEST) Message-ID: <46210672.2010804@nohn.net> Date: Sat, 14 Apr 2007 18:50:58 +0200 User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Zend Framework General , ilia@php.net CC: php-qa@lists.php.net, internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: ZF 0.8.0 Unit Tests behaving different on PHP 5.2.1 and PHP 5.2.2-dev From: sebastian@nohn.net (Sebastian Nohn) On PHP 5.2.1, ZendFramework 0.8.0 Unit Tests pass, while they fail on PHP 5.2.2-dev (latest CVS) on the same machine: 1) testDate(Zend_Date_DateObjectTest) Failed asserting that is identical to .../tests/Zend/Date/DateObjectTest.php:408 This behaviour is also reproducable on Zend Framework trunk. I don't know, where the bug is (ZF or PHP), so it would be nice, if PHP and ZF developers could come together to solve this. - Sebastian