Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54881 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32941 invoked from network); 24 Aug 2011 13:49:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Aug 2011 13:49:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=ondrej@sury.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ondrej@sury.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain sury.org designates 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: ondrej@sury.org X-Host-Fingerprint: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:47973] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5D/00-32228-571055E4 for ; Wed, 24 Aug 2011 09:49:42 -0400 Received: by wyf23 with SMTP id 23so937377wyf.29 for ; Wed, 24 Aug 2011 06:49:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sury.org; s=google; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=ODuc/E25zcHhH88nsGqH24iKVVVugWLHYQLHbylfUjA=; b=IX9pd4PysNcsXV2TCBROoUAmRkhMZPqYe8nkk3eBQB73rBjAlA1tzFr9Dh4j25TcJe 4NLABV/UqSzIQLGUcUBK3AthYLhwmF7aXb8DB2YERKCduPHEm3TExa9OyCh8sQpIaFuY w0izaszgvmN8x6ZEdqfmQ8DuucJKxaXzLO4Hk= Received: by 10.227.9.24 with SMTP id j24mr1292849wbj.27.1314193778178; Wed, 24 Aug 2011 06:49:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.28.86 with HTTP; Wed, 24 Aug 2011 06:49:18 -0700 (PDT) Date: Wed, 24 Aug 2011 15:49:18 +0200 Message-ID: To: PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Debian 5.3.7-1 -> 5.3.8-1 test results From: ondrej@sury.org (=?UTF-8?B?T25kxZllaiBTdXLDvQ==?=) Hi, here's the report for Debian build (amd64 build): I have already included Daniel's fixes for DateTime tests: -DateTime::diff() days -- spring type2 type2 [ext/date/tests/DateTime_days-spring-type2-type2.phpt] -DateTime::diff() days -- spring type2 type3 [ext/date/tests/DateTime_days-spring-type2-type3.phpt] -DateTime::diff() days -- spring type3 type2 [ext/date/tests/DateTime_days-spring-type3-type2.phpt] -DateTime::diff() days -- spring type3 type3 [ext/date/tests/DateTime_days-spring-type3-type3.phpt] -DateTime::sub() -- dates [ext/date/tests/DateTime_sub-dates.phpt] -DateTime::sub() -- february [ext/date/tests/DateTime_sub-february.phpt] One less failed test: -proc_open [ext/standard/tests/general_functions/proc_open02.phpt] And one more failed test: +Test setlocale() function : usage variations - Setting all available locales in the platform [ext/standard/tests/strings/setlocale_variation2.phpt] This fails with: *** Testing setlocale() : usage variations *** -- Test setlocale() with all available locale in the system -- No of locales found on the machine =3D 443 No of setlocale() success =3D 442 Expected no of failures =3D 0 Test FAILED Names of locale() for which setlocale() failed ... array(1) { [0]=3D> string(14) "hy_AM.armscii8" } Done However since the release was quite fast I think it's more relevant to check the diff between 5.3.6-16 and 5.3.8-1: +Bug #55156 (ReflectionClass::getDocComment() returns comment even though the class has none) [Zend/tests/bug55156.phpt] +DOMDocument::relaxNGValidate() should fail on invalid RelaxNG file source [ext/dom/tests/DOMDocument_relaxNGValidate_error2.phpt] +API vs. SQL LAST_INSERT_ID() [ext/mysqli/tests/mysqli_last_insert_id.phpt] +Bug #54992: Stream not closed and error not returned when SSL CN_match fails [ext/openssl/tests/bug54992.phpt] +preg_replace() with array of failing regular expressions [ext/pcre/tests/006.phpt] +Bug #48601 (xpath() returns FALSE for legitimate query) [ext/simplexml/tests/bug48601.phpt] +Check the php_ini_loaded_file() function [ext/standard/tests/php_ini_loaded_file.phpt] +Test setlocale() function : usage variations - Setting all available locales in the platform [ext/standard/tests/strings/setlocale_variation2.phpt] Again you can find full test-results in php5-common packages (under /usr/share/doc/php5-common) and on my webserver: http://www.sury.org/php-tests/ O. --=20 =EF=BB=BFOnd=C5=99ej Sur=C3=BD