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

2009-02-05 Thread changelog
changelog Fri Feb 6 01:32:49 2009 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3310r2=1.3311diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.3310

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c

2009-02-05 Thread Antony Dovgal
On 03.02.2009 22:02, Greg Beaver wrote: - php_error_docref(NULL TSRMLS_CC, E_WARNING, Failed allocating %zu bytes, sizeof(php_bz2_filter_data)); + php_error_docref(NULL TSRMLS_CC, E_WARNING, Failed allocating %zu bytes., sizeof(php_bz2_filter_data)); -

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

2009-02-05 Thread Felipe Pena
felipe Thu Feb 5 13:45:58 2009 UTC Modified files: /php-srcEXTENSIONS Log: - Update http://cvs.php.net/viewvc.cgi/php-src/EXTENSIONS?r1=1.86r2=1.87diff_format=u Index: php-src/EXTENSIONS diff -u php-src/EXTENSIONS:1.86 php-src/EXTENSIONS:1.87 ---

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

2009-02-05 Thread Felipe Pena
felipe Thu Feb 5 13:46:11 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcEXTENSIONS Log: - Update http://cvs.php.net/viewvc.cgi/php-src/EXTENSIONS?r1=1.72.2.4.2.4.2.11r2=1.72.2.4.2.4.2.12diff_format=u Index: php-src/EXTENSIONS diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/bz2 bz2_filter.c

2009-02-05 Thread Jani Taskinen
Greg Beaver wrote: cellog Tue Feb 3 18:56:26 2009 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS /php-src/ext/bz2 bz2_filter.c Log: Re-Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to decompress after end of stream)

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c

2009-02-05 Thread Greg Beaver
Antony Dovgal wrote: On 03.02.2009 22:02, Greg Beaver wrote: -php_error_docref(NULL TSRMLS_CC, E_WARNING, Failed allocating %zu bytes, sizeof(php_bz2_filter_data)); +php_error_docref(NULL TSRMLS_CC, E_WARNING, Failed allocating %zu bytes.,

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c

2009-02-05 Thread Johannes Schlüter
On Thu, 2009-02-05 at 08:56 -0600, Greg Beaver wrote: Antony Dovgal wrote: On 03.02.2009 22:02, Greg Beaver wrote: - php_error_docref(NULL TSRMLS_CC, E_WARNING, Failed allocating %zu bytes, sizeof(php_bz2_filter_data)); + php_error_docref(NULL TSRMLS_CC, E_WARNING,

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip php_zip.c php_zip.h

2009-02-05 Thread Pierre-Alain Joye
pajoye Thu Feb 5 19:53:22 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c php_zip.h Log: - Fixed a crash on extract in zip when files or directories entry names contain a relative path. (affects only 5.2 as it is a limitation in

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

2009-02-05 Thread Pierre-Alain Joye
pajoye Thu Feb 5 19:53:44 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - zip fix entry http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1405r2=1.2027.2.547.2.1406diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS configure.in /main php_version.h

2009-02-05 Thread Ilia Alshanetsky
iliaa Thu Feb 5 20:53:45 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS configure.in /php-src/main php_version.h Log: 5.2.9RC1 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1406r2=1.2027.2.547.2.1407diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS configure.in /main php_version.h

2009-02-05 Thread Ilia Alshanetsky
iliaa Thu Feb 5 20:56:12 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS configure.in /php-src/main php_version.h Log: Back to dev http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1407r2=1.2027.2.547.2.1408diff_format=u

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/bz2 bz2_filter.c

2009-02-05 Thread Greg Beaver
Jani Taskinen wrote: Greg Beaver wrote: cellogTue Feb 3 18:56:26 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/bz2bz2_filter.c Log: Re-Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to decompress after end of

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c

2009-02-05 Thread Greg Beaver
Johannes Schlüter wrote: On Thu, 2009-02-05 at 08:56 -0600, Greg Beaver wrote: Antony Dovgal wrote: On 03.02.2009 22:02, Greg Beaver wrote: - php_error_docref(NULL TSRMLS_CC, E_WARNING, Failed allocating %zu bytes, sizeof(php_bz2_filter_data)); +

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

2009-02-05 Thread Christopher Jones
sixdThu Feb 5 21:43:31 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/oci8 oci8_interface.c Log: Tweak fix for #45458 to allow this branch (from PECL) to continue building with PHP 4 et al. No other branches need changing

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

2009-02-05 Thread Christopher Jones
sixdThu Feb 5 21:45:43 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/bz2bz2_filter.c Log: Make message punctuation consistent across PHP

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c

2009-02-05 Thread Christopher Jones
Greg Beaver wrote: Johannes Schlüter wrote: On Thu, 2009-02-05 at 08:56 -0600, Greg Beaver wrote: Antony Dovgal wrote: On 03.02.2009 22:02, Greg Beaver wrote: - php_error_docref(NULL TSRMLS_CC, E_WARNING, Failed allocating %zu bytes,

[PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c

2009-02-05 Thread Christopher Jones
sixdThu Feb 5 21:48:31 2009 UTC Modified files: /php-src/ext/bz2bz2_filter.c Log: MFB: Make message punctuation consistent across PHP http://cvs.php.net/viewvc.cgi/php-src/ext/bz2/bz2_filter.c?r1=1.20r2=1.21diff_format=u Index:

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c

2009-02-05 Thread Pierre Joye
On Thu, Feb 5, 2009 at 10:32 PM, Greg Beaver g...@chiaraquartet.net wrote: I sure am glad we worked this out, can you imagine the horrors? Security experts would be blogging endlessly about those periods I added back into the error messages. What a disgrace to the language I am. In the

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/bz2 bz2_filter.c

2009-02-05 Thread Jani Taskinen
Greg Beaver kirjoitti: Jani Taskinen wrote: Greg Beaver wrote: cellogTue Feb 3 18:56:26 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/bz2bz2_filter.c Log: Re-Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to

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

2009-02-05 Thread Jani Taskinen
janiThu Feb 5 23:59:17 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: - Fix crap http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.486r2=1.2027.2.547.2.965.2.487diff_format=u Index: php-src/NEWS diff -u

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c

2009-02-05 Thread Greg Beaver
Christopher Jones wrote: It's no big deal. It caught my eye originally too, so I'll make the changes. Thanks Chris -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/bz2 bz2_filter.c

2009-02-05 Thread Greg Beaver
Jani Taskinen wrote: Greg Beaver kirjoitti: Jani Taskinen wrote: Greg Beaver wrote: cellogTue Feb 3 18:56:26 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/bz2bz2_filter.c Log: Re-Fixed bug #46026

[PHP-CVS] cvs: php-src /ext/mbstring/libmbfl/mbfl mbfilter.c /ext/mbstring/tests bug45239.phpt

2009-02-05 Thread Moriyoshi Koizumi
moriyoshi Fri Feb 6 07:32:44 2009 UTC Added files: /php-src/ext/mbstring/tests bug45239.phpt Modified files: /php-src/ext/mbstring/libmbfl/mbfl mbfilter.c Log: - Fix bug #45239 (encoding detector hangs with

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mbstring/libmbfl/mbfl mbfilter.c /ext/mbstring/tests bug45239.phpt

2009-02-05 Thread Moriyoshi Koizumi
moriyoshi Fri Feb 6 07:33:25 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/mbstring/tests bug45239.phpt Modified files: /php-src/ext/mbstring/libmbfl/mbfl mbfilter.c Log: * MFH: Fix bug #45239 (encoding detector hangs with