Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16849 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7178 invoked by uid 1010); 21 Jun 2005 22:37:24 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7162 invoked from network); 21 Jun 2005 22:37:24 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 21 Jun 2005 22:37:24 -0000 X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:51843] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id E3/0C-22648-3A698B24 for ; Tue, 21 Jun 2005 18:37:23 -0400 Received: from baumbart.mbo (dsl-082-083-227-107.arcor-ip.net [82.83.227.107]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 4E4E435C280; Wed, 22 Jun 2005 00:51:21 +0200 (CEST) Date: Wed, 22 Jun 2005 00:37:26 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <408070498.20050622003726@marcus-boerger.de> To: Andi Gutmans Cc: internals@lists.php.net In-Reply-To: <5.1.0.14.2.20050620192948.027b3a60@localhost> References: <5.1.0.14.2.20050620192948.027b3a60@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.1 Beta 2 From: mail@marcus-boerger.de (Marcus Boerger) Hello Andi, current head with a few more exts all build in: ===================================================================== TIME END 2005-06-21 20:56:57 ===================================================================== TEST RESULT SUMMARY --------------------------------------------------------------------- Exts skipped : 45 Exts tested : 52 --------------------------------------------------------------------- Number of tests : 2007 1686 Tests skipped : 321 ( 16.0%) -------- Tests warned : 1 ( 0.0%) ( 0.1%) Tests failed : 24 ( 1.2%) ( 1.4%) Tests passed : 1661 ( 82.8%) ( 98.5%) --------------------------------------------------------------------- Time taken : 951 seconds ===================================================================== ===================================================================== FAILED TEST SUMMARY --------------------------------------------------------------------- Test for buffering in core functions with implicit flush off [tests/func/008.phpt] Bug #31177 (Memory leak) [Zend/tests/bug31177.phpt] Bug #32086 (strtotime don't work in DST) [ext/date/tests/bug32086.phpt] Test 5: HTML Test [ext/dom/tests/dom005.phpt] iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt] HTML input/output [ext/mbstring/tests/htmlent.phpt] mb_output_handler() (Shift_JIS) [ext/mbstring/tests/mb_output_handler_shift_jis.phpt] mb_send_mail() test 5 (lang=Simplified Chinese) [ext/mbstring/tests/mb_send_mail05.phpt] mb_send_mail() test 6 (lang=Traditional Chinese) [ext/mbstring/tests/mb_send_mail06.phpt] mb_send_mail() test 7 (lang=Korean) [ext/mbstring/tests/mb_send_mail07.phpt] mysqli connect [ext/mysqli/tests/003.phpt] mysqli bind_param/bind_result date [ext/mysqli/tests/020.phpt] set character set [ext/mysqli/tests/065.phpt] PDO_MySQL: PDO_FETCH_BOUND [ext/pdo_mysql/tests/pdo_016.phpt] PDO_MySQL: PDO::beginTransaction / PDO::rollBack [ext/pdo_mysql/tests/pdo_017.phpt] Bug #31422 No Error-Logging on SoapServer-Side [ext/soap/tests/bugs/bug31422.phpt] SOAP Interop Round2 base 004 (php/direct): echoString(entities) [ext/soap/tests/interop/Round2/Base/r2_base_004p.phpt] SOAP Interop Round2 base 004 (soap/direct): echoString(entities) [ext/soap/tests/interop/Round2/Base/r2_base_004s.phpt] SOAP Interop Round2 base 004 (php/wsdl): echoString(entities) [ext/soap/tests/interop/Round2/Base/r2_base_004w.phpt] Bug #31213 (Sideeffects caused by bug #29493) [ext/standard/tests/array/bug31213.phpt] Bug #22414 (passthru() does not read data correctly) [ext/standard/tests/file/bug22414.phpt] various fputcsv() functionality tests [ext/standard/tests/file/fputcsv.phpt] microtime() function [ext/standard/tests/time/001.phpt] (warn: system dependent) Bug #26614 (CDATA sections skipped on line count) [ext/xml/tests/bug26614.phpt] Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect) [ext/xml/tests/bug32001.phpt] ===================================================================== The two pdo mysql tests: PDO_MySQL: PDO_FETCH_BOUND [ext/pdo_mysql/tests/pdo_016.phpt] PDO_MySQL: PDO::beginTransaction / PDO::rollBack [ext/pdo_mysql/tests/pdo_017.phpt] fail because of some feature the mysql driver does not support. We don't check for that support right now simply because we can't right now. But i have an idea how to be able to do so which i would implement after 5.1 is out - say for 5.1.1 - if then still we have that *old* driver. Old because it uses the old mysql api and does not support all the new and fast features ext/mysqli can and does support. best regards marcus Tuesday, June 21, 2005, 4:30:54 AM, you wrote: > Hi, > You can reach Beta 2 at http://snaps.php.net/~andi/ > If there are no surprise show stoppers I'll put it live tomorrow evening. > Andi -- Best regards, Marcus mailto:mail@marcus-boerger.de