Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15754 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1427 invoked by uid 1010); 3 Apr 2005 13:32:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 1412 invoked from network); 3 Apr 2005 13:32:52 -0000 Received: from unknown (HELO starcourt.co.uk) (127.0.0.1) by localhost with SMTP; 3 Apr 2005 13:32:52 -0000 X-Host-Fingerprint: 195.197.172.115 gw01.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.115:54994] helo=gw01.mail.saunalahti.fi) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id AD/3E-19272-380FF424 for ; Sun, 03 Apr 2005 09:32:52 -0400 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw01.mail.saunalahti.fi (Postfix) with ESMTP id 4341CDE251; Sun, 3 Apr 2005 16:32:48 +0300 (EEST) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j33DWn4F022871; Sun, 3 Apr 2005 16:32:49 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j33DWnUa022868; Sun, 3 Apr 2005 16:32:49 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Sun, 3 Apr 2005 16:32:49 +0300 (EEST) Reply-To: Jani Taskinen To: Andi Gutmans Cc: internals@lists.php.net In-Reply-To: <5.1.0.14.2.20050403062226.032d7010@localhost> Message-ID: References: <5.1.0.14.2.20050402185139.027d4cc0@localhost> <5.1.0.14.2.20050402185139.027d4cc0@localhost> <5.1.0.14.2.20050403062226.032d7010@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] PHP 5.1 Beta 1 From: sniper@iki.fi (Jani Taskinen) Then call it pre-alpha. --Jani > We're talking beta (I don't mind calling it alpha either) to get PDO and the > new engine architecture tested by more people. > It doesn't mean all tests need to pass. Don't worry, bugs will be addressed > before a 5.1 release which is still very far off. But don't expect the whole > bugs.php.net DB to clean out either. > > Andi > > At 03:40 PM 4/3/2005 +0300, Jani Taskinen wrote: > >> Maybe we should first get all the tests pass before rolling >> any kind of release? Here's the list of currently failing tests: >> (note: some might not be bugs but just bad tests..) >> >> ZE2 ArrayAccess::offsetGet ambiguties >> [tests/classes/array_access_003.phpt] >> ZE2 ArrayAccess and sub Arrays [tests/classes/array_access_005.phpt] >> ZE2 ArrayAccess and ASSIGN_OP operators (.=) >> [tests/classes/array_access_008.phpt] >> ZE2 Serializeable [tests/classes/serialize_001.phpt] >> Test for buffering in core functions with implicit flush off >> [tests/func/008.phpt] >> Bug #22836 (returning references to NULL) [Zend/tests/bug22836.phpt] >> unset() CV 5 (indirect unset() of global variable in session_start()) >> [Zend/tests/unset_cv05.phpt] >> Bug #24155 (gdImageRotate270 rotation problem). >> [ext/gd/tests/bug24155.phpt] >> Bug #27582 (ImageFillToBorder() on alphablending image looses alpha on >> fill color) [ext/gd/tests/bug27582_1.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] >> mysql connect [ext/mysql/tests/001.phpt] >> Bug #29992 (foreach by reference corrupts the array) >> [ext/standard/tests/array/bug29992.phpt] >> Bug #31213 (Sideeffects caused by bug #29493) >> [ext/standard/tests/array/bug31213.phpt] >> various fputcsv() functionality tests >> [ext/standard/tests/file/fputcsv.phpt] >> User-space streams [ext/standard/tests/file/userstreams.phpt] >> Check for mktime with out-of-range parameters >> [ext/standard/tests/time/003.phpt] >> Bug #20382 (strtotime ("Monday", $date) produces wrong result on DST >> changeover) [ext/standard/tests/time/bug20382.phpt] >> Bug #21966 (date() or mktime() returning bad value for mktime month >> param of '2') [ext/standard/tests/time/bug21966.phpt] >> Bug #27719: mktime returns incorrect timestamp for dst days >> [ext/standard/tests/time/bug27719.phpt] >> Bug #32001 (xml_parse*() goes into infinite loop when autodetection in >> effect) [ext/xml/tests/bug32001.phpt] >> >> >> --Jani >> >> >> On Sat, 2 Apr 2005, Andi Gutmans wrote: >> >>> Hey, >>> >>> I'd like to roll PHP 5.1 Beta 1 very soon. >>> Wez, I've been waiting for PDO in order to get this going. Do you feel it's >>> mature enough or should I hold off some more time? >>> Also, has someone already integrated PDO configure switches with the old >>> --with-db configure switches? (i.e. the idea was that --with-mysql would >>> enable pdo-mysql too so that we don't get lost with a million configure >>> switches). >>> >>> Andi >>>