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

2009-04-29 Thread changelog
changelog Thu Apr 30 01:32:43 2009 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3388r2=1.3389diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.3388

[PHP-CVS] cvs: php-src /ext/standard/tests/strings strcoll.phpt

2009-04-29 Thread Zoe Slattery
zoe Wed Apr 29 07:49:45 2009 UTC Modified files: /php-src/ext/standard/tests/strings strcoll.phpt Log: Refixing to follow documented behaviour http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/strcoll.phpt?r1=1.3r2=1.4diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/strings strcoll.phpt

2009-04-29 Thread Zoe Slattery
zoe Wed Apr 29 07:52:03 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings strcoll.phpt Log: Refixing to follow documented behaviour

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/strings strcoll.phpt

2009-04-29 Thread Zoe Slattery
zoe Wed Apr 29 07:53:10 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/strings strcoll.phpt Log: Refixing to follow documented behaviour

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.c phar_internal.h phar_object.c tar.c util.c zip.c

2009-04-29 Thread Antony Dovgal
On 29.04.2009 07:24, Greg Beaver wrote: cellogWed Apr 29 03:24:27 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar.c phar_internal.h phar_object.c tar.c util.c zip.c Log: MFPECL: fix PECL bug #16338,

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.c phar_internal.h phar_object.c tar.c util.c zip.c

2009-04-29 Thread Antony Dovgal
On 29.04.2009 07:24, Greg Beaver wrote: cellogWed Apr 29 03:24:27 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar.c phar_internal.h phar_object.c tar.c util.c zip.c Log: MFPECL: fix PECL bug #16338,

[PHP-CVS] cvs: php-src /ext/date/lib timezonedb.h

2009-04-29 Thread Derick Rethans
derick Wed Apr 29 11:11:53 2009 UTC Modified files: /php-src/ext/date/lib timezonedb.h Log: - Updated to version 2009.7 (2009g) http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/timezonedb.h?r1=1.41r2=1.42diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/date/lib timezonedb.h

2009-04-29 Thread Derick Rethans
derick Wed Apr 29 11:12:05 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/date/lib timezonedb.h Log: - Updated to version 2009.7 (2009g)

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date/lib timezonedb.h

2009-04-29 Thread Derick Rethans
derick Wed Apr 29 11:12:15 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/lib timezonedb.h Log: - Updated to version 2009.7 (2009g) http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/timezonedb.h?r1=1.4.2.7.2.29r2=1.4.2.7.2.30diff_format=u

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard basic_functions.c /ext/standard/tests/network ip2long_variation1.phpt

2009-04-29 Thread Kalle Sommer Nielsen
Hi Ilia 2009/4/29 Ilia Alshanetsky il...@php.net: iliaa           Tue Apr 28 22:31:26 2009 UTC  Modified files:              (Branch: PHP_5_2)    /php-src/ext/standard       basic_functions.c    /php-src/ext/standard/tests/network ip2long_variation1.phpt    /php-src    NEWS  Log:  MFB:

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.c phar_internal.h phar_object.c tar.c util.c zip.c

2009-04-29 Thread Greg Beaver
Antony Dovgal wrote: On 29.04.2009 07:24, Greg Beaver wrote: cellog Wed Apr 29 03:24:27 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pharphar.c phar_internal.h phar_object.c tar.c util.c zip.c Log:

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.c phar_internal.h phar_object.c tar.c util.c zip.c

2009-04-29 Thread Antony Dovgal
On 29.04.2009 17:50, Greg Beaver wrote: Oh good - you can reproduce it! The segfault is not related to the commit, as you can see from the line in question (line 315 of phar_file_action is a zval_ptr_dtor of EG(return_value_ptr_ptr), which has nothing to do with streams). Well, I don't

[PHP-CVS] cvs: phpruntests /src/testcase/sections/configurationsections rtPostSection.php

2009-04-29 Thread Zoe Slattery
zoe Wed Apr 29 17:29:56 2009 UTC Modified files: /phpruntests/src/testcase/sections/configurationsections rtPostSection.php Log: correcting comments

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.c phar_internal.h phar_object.c tar.c util.c zip.c

2009-04-29 Thread Greg Beaver
Antony Dovgal wrote: On 29.04.2009 17:50, Greg Beaver wrote: Oh good - you can reproduce it! The segfault is not related to the commit, as you can see from the line in question (line 315 of phar_file_action is a zval_ptr_dtor of EG(return_value_ptr_ptr), which has nothing to do with

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.c phar_internal.h phar_object.c tar.c util.c zip.c

2009-04-29 Thread Arnaud Le Blanc
Hi, On Wed, 2009-04-29 at 13:18 -0500, Greg Beaver wrote: I can get a backtrace using gdb, but no valgrind for the apache crash, although I haven't tried running the server via valgrind. Does anyone know if this is even possible to do with a forking server? Yes, you can try with valgrind

[PHP-CVS] cvs: phpruntests /src/testcase/sections/configurationsections rtGzipPostSection.php

2009-04-29 Thread Zoe Slattery
zoe Wed Apr 29 18:51:33 2009 UTC Added files: /phpruntests/src/testcase/sections/configurationsections rtGzipPostSection.php Log: gzip post section class

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2009-04-29 Thread Ilia Alshanetsky
iliaa Wed Apr 29 21:56:12 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: timezone db upgrade news http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1479r2=1.2027.2.547.2.1480diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard basic_functions.c /ext/standard/tests/network ip2long_error.phpt ip2long_variation1.phpt ip_x86_64.phpt long2ip_error.phpt long2ip_variation1.phpt

2009-04-29 Thread Ilia Alshanetsky
iliaa Wed Apr 29 22:06:28 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard basic_functions.c /php-src/ext/standard/tests/network ip2long_error.phpt ip2long_variation1.phpt

[PHP-CVS] cvs: php-src /ext/phar phar.c /ext/phar/tests phar_construct_invalidurl.phpt

2009-04-29 Thread Greg Beaver
cellog Thu Apr 30 04:40:31 2009 UTC Added files: /php-src/ext/phar/tests phar_construct_invalidurl.phpt Modified files: /php-src/ext/phar phar.c Log: MFPECL: fixed PECL Bug #14646: phar error message unclear with php stream

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/phar phar.c /ext/phar/tests phar_construct_invalidurl.phpt

2009-04-29 Thread Greg Beaver
cellog Thu Apr 30 04:43:10 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/phar/tests phar_construct_invalidurl.phpt Modified files: /php-srcNEWS /php-src/ext/phar phar.c Log: MFPECL fix PECL Bug #14646: phar error