[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2008-03-26 Thread changelog
changelog Thu Mar 27 01:31:35 2008 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2999r2=1.3000diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2999

[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2008-03-26 Thread changelog
changelog Thu Mar 27 01:31:39 2008 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1271r2=1.1272diff_format=u Index: ZendEngine2/ChangeLog diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /sapi/embed php_embed.c

2008-03-26 Thread Marcus Boerger
Hello Ilia, should this be merged to 5.2? marcus Tuesday, March 25, 2008, 11:05:22 PM, you wrote: helly Tue Mar 25 22:05:22 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/embed php_embed.c Log: MFH: - Fix memory leak found by Osman

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /sapi/embed php_embed.c

2008-03-26 Thread Ilia Alshanetsky
Yeah. On 26-Mar-08, at 5:33 AM, Marcus Boerger wrote: Hello Ilia, should this be merged to 5.2? marcus Tuesday, March 25, 2008, 11:05:22 PM, you wrote: helly Tue Mar 25 22:05:22 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/embed

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /sapi/embed php_embed.c

2008-03-26 Thread Antony Dovgal
On 26.03.2008 15:32, Ilia Alshanetsky wrote: Yeah. And what about this one? http://news.php.net/php.cvs/49106 -- Wbr, Antony Dovgal -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src(PHP_5_2) /main rfc1867.c

2008-03-26 Thread Antony Dovgal
tony2001Wed Mar 26 12:59:42 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/main rfc1867.c Log: MFH: check if return value of write() is -1 and abort upload, setting the correct error status

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /sapi/embed php_embed.c

2008-03-26 Thread Ilia Alshanetsky
That's fine too. On 26-Mar-08, at 8:38 AM, Antony Dovgal wrote: On 26.03.2008 15:32, Ilia Alshanetsky wrote: Yeah. And what about this one? http://news.php.net/php.cvs/49106 -- Wbr, Antony Dovgal Ilia Alshanetsky -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/embed php_embed.c

2008-03-26 Thread Marcus Boerger
helly Wed Mar 26 13:21:57 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/embed php_embed.c Log: MFH: - Fix memory leak found by Osman - Merge strlen to sizof change from CLI

[PHP-CVS] cvs: php-src(PHP_5_3) / genfiles

2008-03-26 Thread Jani Taskinen
janiWed Mar 26 13:35:54 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcgenfiles Log: - Use the right tool here too http://cvs.php.net/viewvc.cgi/php-src/genfiles?r1=1.22.2.2r2=1.22.2.2.4.1diff_format=u Index: php-src/genfiles diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / genfiles

2008-03-26 Thread Marcus Boerger
Hello Jani, shouldn't the -i go into RE2CFLAGS but then how about the -g that might have been detected for your system. And another thing is, how do we deal with cases where re2c is not present. Should we a) error out, b) revert, c) ignore? marcus Wednesday, March 26, 2008, 2:35:54 PM, you

[PHP-CVS] cvs: php-src / Makefile.frag acinclude.m4 configure.in /ext/spl php_spl.c /ext/standard/tests/strings 006.phpt 007.phpt highlight_file.phpt strip_tags_basic1.phpt strip_tags_basic2.phpt st

2008-03-26 Thread Scott MacVicar
scottmacWed Mar 26 14:46:17 2008 UTC Modified files: /php-srcMakefile.frag acinclude.m4 configure.in /php-src/ext/splphp_spl.c /php-src/ext/standard/tests/strings 006.phpt 007.phpt highlight_file.phpt

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / genfiles

2008-03-26 Thread Marcus Boerger
Hello Jani, the build system figures out whether one is compiling on a system that uses a GCC version that supports computed gotos. If so it will set RE2C_FLAGS to -g to enable that. So the genfiles should overwrite this setting so that the packed tarball does not end up with code generated

[PHP-CVS] cvs: php-src(PHP_5_3) / genfiles

2008-03-26 Thread Jani Taskinen
janiWed Mar 26 15:04:57 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcgenfiles Log: - Give Marcus good old warm and fuzzy feeling.. :) http://cvs.php.net/viewvc.cgi/php-src/genfiles?r1=1.22.2.2.4.1r2=1.22.2.2.4.2diff_format=u Index: php-src/genfiles

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / genfiles

2008-03-26 Thread Jani Taskinen
Well, that'd be quite a magical build system to sneak that RE2C_FLAGS there since no such thing is run when a tarball is created. :) But to make you have warm fuzzy feeling, I added it like that. --Jani On Wed, 2008-03-26 at 15:52 +0100, Marcus Boerger wrote: Hello Jani, the build system

[PHP-CVS] cvs: php-src / genfiles

2008-03-26 Thread Jani Taskinen
janiWed Mar 26 15:05:39 2008 UTC Modified files: /php-srcgenfiles Log: MFB53: genfiles update http://cvs.php.net/viewvc.cgi/php-src/genfiles?r1=1.24r2=1.25diff_format=u Index: php-src/genfiles diff -u php-src/genfiles:1.24 php-src/genfiles:1.25 ---

[PHP-CVS] cvs: php-src /ext/standard/tests/network gethostbyaddr_error.phpt gethostbynamel_error.phpt

2008-03-26 Thread Steve Seear
stevseeaWed Mar 26 18:16:55 2008 UTC Added files: /php-src/ext/standard/tests/network gethostbynamel_error.phpt gethostbyaddr_error.phpt Log: Adding tests for gethostbyaddr() and gethostbynamel()

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/network gethostbyaddr_error.phpt gethostbynamel_error.phpt

2008-03-26 Thread Steve Seear
stevseeaWed Mar 26 18:18:08 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/network gethostbynamel_error.phpt gethostbyaddr_error.phpt Log: Adding tests for gethostbyaddr() and gethostbynamel()

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/network gethostbyaddr_error.phpt gethostbynamel_error.phpt

2008-03-26 Thread Steve Seear
stevseeaWed Mar 26 18:19:31 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/network gethostbynamel_error.phpt gethostbyaddr_error.phpt Log: Adding tests for gethostbyaddr() and gethostbynamel()

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard file.c

2008-03-26 Thread Ilia Alshanetsky
iliaa Wed Mar 26 23:06:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard file.c Log: Fixed bug #44501 (LOCK_EX mode in file_put_contents() is impropertly handled in combination with url wrappers)

[PHP-CVS] cvs: php-src / NEWS

2008-03-26 Thread Felipe Pena
felipe Thu Mar 27 00:11:22 2008 UTC Modified files: /php-srcNEWS Log: This was done in 5.1 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2158r2=1.2159diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2158 php-src/NEWS:1.2159 ---