Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-22 Thread Derick Rethans
On Tue, 21 Jun 2005, Nuno Lopes wrote: > There are also a couple of tests related with strtotime() (or date()) that > fail on Solaris: > http://mega.ist.utl.pt/~ncpl/php_test_results_20050621_2035.txt That is a broken date() implementation AFAICT. That's next on my todo list. Derick -- Derick

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-22 Thread Magnus Määttä
Hi Andi, On Tuesday 21 June 2005 04.30, 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. Here are some test results from various systems: FreeBSD 5.4 alpha: Number of tests : 1907

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-22 Thread Wez Furlong
It's a build related tweak, so it really does need to get in there; commited it this morning. --Wez. On 6/21/05, Andi Gutmans <[EMAIL PROTECTED]> wrote: > What config.m4 patch? Is it crucial for Beta 2? I don't want to keep Beta 2 > delayed indefinitely... It's only worth it if it's a critical bu

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-21 Thread 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 --

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-21 Thread Andi Gutmans
What config.m4 patch? Is it crucial for Beta 2? I don't want to keep Beta 2 delayed indefinitely... It's only worth it if it's a critical bug. Andi At 06:30 PM 6/21/2005 -0400, Wez Furlong wrote: On 6/21/05, Ilia Alshanetsky <[EMAIL PROTECTED]> wrote: > A large chunk of tests fails because PHP

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-21 Thread Andi Gutmans
Yeah it's definitely worrying. I am hoping that Derick will get those tests sorted out as I was hoping to RC in a short time frame. Hopefully when Beta 2 gets out there we'll get some more testing. Andi At 08:41 PM 6/21/2005 +0200, Rasmus Lerdorf wrote: Andi Gutmans wrote: > Hi, > > I just ta

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-21 Thread Wez Furlong
On 6/21/05, Ilia Alshanetsky <[EMAIL PROTECTED]> wrote: > A large chunk of tests fails because PHP cannot run them, missing DB > connection. This is true for MySQLi tests and PDO_ODBC tests, the latter > requires a patch to prepare.inc, that only IBMers can apply.

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-21 Thread 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_co

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-21 Thread Ilia Alshanetsky
A large chunk of tests fails because PHP cannot run them, missing DB connection. This is true for MySQLi tests and PDO_ODBC tests, the latter requires a patch to prepare.inc, that only IBMers can apply. Ilia -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-21 Thread Joerg Behrens
Andi Gutmans schrieb: Please check new packages at http://snaps.php.net/~andi Will release tomorrow if there's not another major screwup :) Hi Andi, more than 160 tests failed on the IRIX 6.5 platform. Test results are under http://www.irixworld.net/php_test_results_20050621_2239.txt TEST

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-21 Thread Nuno Lopes
Sebastian Nohn wrote: It compiles fine. Andi Gutmans wrote: Please check new packages at http://snaps.php.net/~andi Will release tomorrow if there's not another major screwup :) There are still some strtotime() issues to work out. echo date("m d Y",strtotime("Jan 14, 2004")); correctly giv

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-21 Thread Rasmus Lerdorf
Derick Rethans wrote: > On Tue, 21 Jun 2005, Rasmus Lerdorf wrote: > > >>Andi Gutmans wrote: >> >>>Hi, >>> >>>I just talked to Derick, and we think it's best to post Beta 2 >>>regardless to get more feedback and testing. >>>In any case, this is definitely something that should be addressed >>>(al

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-21 Thread Derick Rethans
On Tue, 21 Jun 2005, Rasmus Lerdorf wrote: > Andi Gutmans wrote: > > Hi, > > > > I just talked to Derick, and we think it's best to post Beta 2 > > regardless to get more feedback and testing. > > In any case, this is definitely something that should be addressed > > (although it seems that it wa

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-21 Thread Rasmus Lerdorf
Andi Gutmans wrote: > Hi, > > I just talked to Derick, and we think it's best to post Beta 2 > regardless to get more feedback and testing. > In any case, this is definitely something that should be addressed > (although it seems that it was never documented). My worry is mostly that this is a br

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-21 Thread Andi Gutmans
Hi, I just talked to Derick, and we think it's best to post Beta 2 regardless to get more feedback and testing. In any case, this is definitely something that should be addressed (although it seems that it was never documented). Thanks, Andi At 07:28 PM 6/21/2005 +0200, Rasmus Lerdorf wrote

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-21 Thread Derick Rethans
On Tue, 21 Jun 2005, Rasmus Lerdorf wrote: > There are still some strtotime() issues to work out. > > echo date("m d Y",strtotime("Jan.14, 2004")); > > gives: 06 21 2005 Fixed in CVS. Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP Internals - PHP

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-21 Thread Rasmus Lerdorf
Sebastian Nohn wrote: > It compiles fine. > > Andi Gutmans wrote: > >>Please check new packages at http://snaps.php.net/~andi >>Will release tomorrow if there's not another major screwup :) There are still some strtotime() issues to work out. echo date("m d Y",strtotime("Jan 14, 2004")); corre

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-21 Thread Sebastian Nohn
It compiles fine. Andi Gutmans wrote: > Please check new packages at http://snaps.php.net/~andi > Will release tomorrow if there's not another major screwup :) > > Thanks. > Andi > > At 07:15 AM 6/21/2005 -0700, Andi Gutmans wrote: > >> OK I'll check into it. >> Thanks, >> Andi >> >> At 11:47 A

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-21 Thread Andi Gutmans
Please check new packages at http://snaps.php.net/~andi Will release tomorrow if there's not another major screwup :) Thanks. Andi At 07:15 AM 6/21/2005 -0700, Andi Gutmans wrote: OK I'll check into it. Thanks, Andi At 11:47 AM 6/21/2005 +0200, Derick Rethans wrote: On Tue, 21 Jun 2005, Sebas

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-21 Thread Andi Gutmans
OK I'll check into it. Thanks, Andi At 11:47 AM 6/21/2005 +0200, Derick Rethans wrote: On Tue, 21 Jun 2005, Sebastian Nohn wrote: > Andi Gutmans wrote: > > > 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. > > htt

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-21 Thread Ilia Alshanetsky
Hi Andi, The date extension does not appear to have been tagged and consequently not part of the release. Ilia 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 -- PHP Internals - PH

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-21 Thread Nuno Lopes
Thanks. It now compiles, but fails a couple of tests :) The report: http://mega.ist.utl.pt/~ncpl/php_test_results_20050621_1205.txt But at least the 'Zend/tests/unset_cv07.phpt' test is borked, because it expects errors in html, and it doesn't set the 'html_errors=1', and 'docref_root' and 'do

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-21 Thread Jani Taskinen
Fixed in CVS. --Jani On Tue, 21 Jun 2005, Nuno Lopes wrote: I still have a problem in the configure script. With the package you post: checking for embedded SAPI library support... no ./configure: syntax error at line 9265: `;' unexpected checking that line, there is a problem indee

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-21 Thread Derick Rethans
On Tue, 21 Jun 2005, Sebastian Nohn wrote: > Andi Gutmans wrote: > > > 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. > > http://bugs.php.net/33420 The whole directory ext/date is missing from the tarball. Deric

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-21 Thread Nuno Lopes
I still have a problem in the configure script. With the package you post: checking for embedded SAPI library support... no ./configure: syntax error at line 9265: `;' unexpected checking that line, there is a problem indeed: header_path=sapi/embed/php_embed.h for header_file in ; do

Re: [PHP-DEV] PHP 5.1 Beta 2

2005-06-21 Thread Sebastian Nohn
Andi Gutmans wrote: 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. http://bugs.php.net/33420 Sebastian -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 5.1 Beta 2 Status

2005-06-17 Thread Andi Gutmans
Okay. Ping me about it when you've made progress. At 04:12 PM 6/17/2005 +0200, Derick Rethans wrote: On Wed, 15 Jun 2005, Andi Gutmans wrote: > I'm waiting to finalize the following: > - Date changes (Waiting for green light from Derick. I still saw some activity > today.) Except for some bu

Re: [PHP-DEV] PHP 5.1 Beta 2 Status

2005-06-17 Thread Derick Rethans
On Wed, 15 Jun 2005, Andi Gutmans wrote: > I'm waiting to finalize the following: > - Date changes (Waiting for green light from Derick. I still saw some activity > today.) Except for some bug that keeps most of the tests failing all is set now. I do think we need to fix this first though - work