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

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 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

[PHP-DEV] Is it possible to add changes to 4.x version?

2005-06-21 Thread Hayk Chamyan
Hi all! I've add one more encoding to the mbstring and sent diff files to mbstring maintainer. But he have add my changes only to the 5.1 version. Is it possible to add my changes into 4.x version's release? -- a.d.i.d.a.s. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe,

Re: [PHP-DEV] Is it possible to add changes to 4.x version?

2005-06-21 Thread Derick Rethans
On Tue, 21 Jun 2005, Hayk Chamyan wrote: > I've add one more encoding to the mbstring and sent diff files to > mbstring maintainer. But he have add my changes only to the 5.1 > version. Is it possible to add my changes into 4.x version's release? No, we will not add new features to PHP 4.x. rega

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] Strings as input for php_strip_whitespace()

2005-06-21 Thread Sebastian Bergmann
Derick Rethans schrieb: > File a feature request...? Before I did that I wanted to make sure that it is possible. Anyway, I opened http://bugs.php.net/bug.php?id=33419 and Johannes came up with a patch http://www.schlueters.de/php_string_strip_whitespace.diff that works for me. It

Re: [PHP-DEV] Strings as input for php_strip_whitespace()

2005-06-21 Thread Frédéric LECOINTRE
Hi, | > Could php_strip_whitespace() be changed to work on strings, too? | File a feature request...? may be this patch can be usefull to do that. it trick the engine and force it to read input from memory. i had done it for old features php_check_syntax. If it's needed i can redo it. the patch

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] Is it possible to add changes to 4.x version?

2005-06-21 Thread Hayk Chamyan
On 6/21/05, Derick Rethans <[EMAIL PROTECTED]> wrote: > On Tue, 21 Jun 2005, Hayk Chamyan wrote: > > > I've add one more encoding to the mbstring and sent diff files to > > mbstring maintainer. But he have add my changes only to the 5.1 > > version. Is it possible to add my changes into 4.x versio

Re: [PHP-DEV] Is it possible to add changes to 4.x version?

2005-06-21 Thread Derick Rethans
On Tue, 21 Jun 2005, Hayk Chamyan wrote: > On 6/21/05, Derick Rethans <[EMAIL PROTECTED]> wrote: > > On Tue, 21 Jun 2005, Hayk Chamyan wrote: > > > > > I've add one more encoding to the mbstring and sent diff files to > > > mbstring maintainer. But he have add my changes only to the 5.1 > > > ver

Re: [PHP-DEV] Is it possible to add changes to 4.x version?

2005-06-21 Thread Hayk Chamyan
On 6/21/05, Derick Rethans <[EMAIL PROTECTED]> wrote: > On Tue, 21 Jun 2005, Hayk Chamyan wrote: > > > On 6/21/05, Derick Rethans <[EMAIL PROTECTED]> wrote: > > > On Tue, 21 Jun 2005, Hayk Chamyan wrote: > > > > > > > I've add one more encoding to the mbstring and sent diff files to > > > > mbstri

Re: [PHP-DEV] Is it possible to add changes to 4.x version?

2005-06-21 Thread Sebastian Bergmann
Hayk Chamyan schrieb: > 4.4 version is a stable bug-fix branch too? Yes, PHP_4_4 is a bugfix-only branch, too. -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69 -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Is it possible to add changes to 4.x version?

2005-06-21 Thread Derick Rethans
On Tue, 21 Jun 2005, Hayk Chamyan wrote: > On 6/21/05, Derick Rethans <[EMAIL PROTECTED]> wrote: > > On Tue, 21 Jun 2005, Hayk Chamyan wrote: > > > > > On 6/21/05, Derick Rethans <[EMAIL PROTECTED]> wrote: > > > > On Tue, 21 Jun 2005, Hayk Chamyan wrote: > > > > > > > > > I've add one more encodi

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] Is it possible to add changes to 4.x version?

2005-06-21 Thread Jason Sweat
On 6/21/05, Derick Rethans <[EMAIL PROTECTED]> wrote: > > 4.4 version is a stable bug-fix branch too? > > Yes, it's just named to 4.4 because a backward incompatible change in > PHP was put in to get rid of the reference related bugs. > I thought it was renamed so Ilia could hand the release coo

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 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 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 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 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

[PHP-DEV] [PATCH] PHPIniDir for 1.3?

2005-06-21 Thread William A. Rowe, Jr.
[Ping] Anyone interested in PHPIniDir Apache 1.3 directive support? Bill Several of my administrators have grown to love PHPIniDir in the sapi/apache2handler/, so I've thrown together this patch for Apache 1.3 mod_php to provide the feature. I'm guessing alot of users would be grateful fo

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 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 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
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 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

[PHP-DEV] Re: PHP 5.1 Beta 2

2005-06-21 Thread Davey Shafik
Andi, I have 15 failed tests on Ubuntu Hoary Full details: http://news.php.net/php.qa/25118 - Davey 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 - PHP Runtime Dev

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 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 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 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 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 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 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 --