Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16847 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86811 invoked by uid 1010); 21 Jun 2005 22:16:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 86796 invoked from network); 21 Jun 2005 22:16:56 -0000 Received: from unknown (HELO hristov.com) (127.0.0.1) by localhost with SMTP; 21 Jun 2005 22:16:56 -0000 X-Host-Fingerprint: 85.92.69.73 iko.gotobg.net Linux 2.4/2.6 Received: from ([85.92.69.73:43585] helo=iko.gotobg.net) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 91/29-22648-8D198B24 for ; Tue, 21 Jun 2005 18:16:56 -0400 Received: from [155.56.26.220] (helo=[155.56.26.220]) by iko.gotobg.net with esmtpa (Exim 4.50) id 1Dkr3B-0002cM-CF; Wed, 22 Jun 2005 01:16:57 +0300 Message-ID: <42B891BF.8070902@hristov.com> Date: Wed, 22 Jun 2005 00:16:31 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050219 MIME-Version: 1.0 To: Andi Gutmans CC: internals@lists.php.net References: <5.1.0.14.2.20050620192948.027b3a60@localhost> In-Reply-To: <5.1.0.14.2.20050620192948.027b3a60@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - iko.gotobg.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - hristov.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] PHP 5.1 Beta 2 From: php@hristov.com (Andrey Hristov) Andi Gutmans 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 > SuSE 9.1 (9.2 packages) ./configure --disable-cgi --enable-cli --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-sysvmsg --with-sysvsem --with-sysvshm --with-shmop --with-gd --with-png-dir=/usr --with-zlib-dir=/usr --with-gettext --with-gmp --with-jpeg-dir=/usr --enable-exif --with-mcrypt --with-mhash --enable-mbstring --enable-ftp --with-zlib=/usr --enable-pcntl --enable-sockets --with-freetype-dir=/usr ===================================================================== TEST RESULT SUMMARY --------------------------------------------------------------------- Exts skipped : 55 Exts tested : 29 --------------------------------------------------------------------- Number of tests : 1907 1161 Tests skipped : 746 ( 39.1%) -------- Tests warned : 0 ( 0.0%) ( 0.0%) Tests failed : 18 ( 0.9%) ( 1.6%) Tests passed : 1143 ( 59.9%) ( 98.4%) --------------------------------------------------------------------- Time taken : 229 seconds ===================================================================== ===================================================================== FAILED TEST SUMMARY --------------------------------------------------------------------- Test for buffering in core functions with implicit flush off [tests/func/008.phpt] Bug #33389 (double free() when exporting a ReflectionClass) [tests/reflection/bug33389.phpt] Bug #32086 (strtotime don't work in DST) [ext/date/tests/bug32086.phpt] Bug #22544 (TrueColor transparency in PNG images). [ext/gd/tests/bug22544.phpt] Bug #16069 [ext/iconv/tests/bug16069.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 autocommit/commit/rollback [ext/mysqli/tests/014.phpt] Bug #29992 (foreach by reference corrupts the array) [ext/standard/tests/array/bug29992.phpt] various fputcsv() functionality tests [ext/standard/tests/file/fputcsv.phpt] strtotime() function [ext/standard/tests/time/002.phpt] Bug #27780 (strtotime(+1 xxx) returns a wrong date/time) [ext/standard/tests/time/bug27780.phpt] 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] ===================================================================== Andrey