Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15752 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96406 invoked by uid 1010); 3 Apr 2005 13:24:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 96391 invoked from network); 3 Apr 2005 13:24:14 -0000 Received: from unknown (HELO zend.com) (127.0.0.1) by localhost with SMTP; 3 Apr 2005 13:24:14 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:46343] helo=mail.zend.com) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id C6/DD-19272-D7EEF424 for ; Sun, 03 Apr 2005 09:24:14 -0400 Received: (qmail 26052 invoked from network); 3 Apr 2005 13:24:08 -0000 Received: from localhost (HELO ANDI-NOTEBOOK.zend.com) (127.0.0.1) by localhost with SMTP; 3 Apr 2005 13:24:08 -0000 Message-ID: <5.1.0.14.2.20050403062226.032d7010@localhost> X-Sender: andi@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 03 Apr 2005 06:23:49 -0700 To: Jani Taskinen Cc: internals@lists.php.net In-Reply-To: References: <5.1.0.14.2.20050402185139.027d4cc0@localhost> <5.1.0.14.2.20050402185139.027d4cc0@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] PHP 5.1 Beta 1 From: andi@zend.com (Andi Gutmans) 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 >>