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.86&r2=1.87&diff_format=u Index: php-src/EXTENSIONS diff -u php-src/EXTENSIONS:1.86 php-src/EXTENSIONS:1.87 --- php-src

[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.11&r2=1.72.2.4.2.4.2.12&diff_format=u Index: php-src/EXTENSIONS diff -u php-src/EXTENSIO

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) http://cvs.php.net

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.", sizeof(php

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

[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 5.2'

[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.1405&r2=1.2027.2.547.2.1406&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.5

[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.1406&r2=1.2027.2.547.2.1407&diff_format=u Ind

[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.1407&r2=1.2027.2.547.2.1408&diff_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 afte

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_

[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 http://cvs.php.net/viewv

[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 http://cvs.php.net/viewvc.cgi/php-src/ext/bz2/bz2_filter.c?r1=1.3.2.2.2.5.2.7&r2=1.3.2.2.2.5.2.8&diff_forma

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", sizeof(php_bz2_filter_

[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.20&r2=1.21&diff_format=u Index: php-src/ext/bz2/bz2_fil

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 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 future, I'll be really

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 decompr

[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.486&r2=1.2027.2.547.2.965.2.487&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.202

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

[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 mbstring.strict_detection

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