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

2008-07-23 Thread Antony Dovgal
tony2001Wed Jul 23 08:56:00 2008 UTC Modified files: /php-src/ext/bz2bz2.c Log: add PHP_STREAM_FLAG_FCLOSE, bz2 streams can be closed with fclose() http://cvs.php.net/viewvc.cgi/php-src/ext/bz2/bz2.c?r1=1.35r2=1.36diff_format=u Index:

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

2006-12-25 Thread Antony Dovgal
tony2001Mon Dec 25 20:03:20 2006 UTC Modified files: /php-src/ext/bz2bz2.c Log: improve check for overflow http://cvs.php.net/viewvc.cgi/php-src/ext/bz2/bz2.c?r1=1.30r2=1.31diff_format=u Index: php-src/ext/bz2/bz2.c diff -u

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

2006-10-31 Thread Nuno Lopes
nlopess Tue Oct 31 22:13:10 2006 UTC Modified files: /php-src/ext/bz2bz2.c /php-src/ext/gd gd.c Log: cleaning some warnings (char* - zstr) http://cvs.php.net/viewvc.cgi/php-src/ext/bz2/bz2.c?r1=1.29r2=1.30diff_format=u Index: php-src/ext/bz2/bz2.c

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2.c bz2_filter.c /ext/bz2/tests 001.phpt /ext/calendar calendar.c /ext/calendar/tests cal_info.phpt /ext/curl interface.c /ext/date php_date.c /ext/date/tes

2006-10-09 Thread Andrei Zmievski
Oh Lord, did we really need to touch almost every file to remove a bloody period from error messages? -Andrei On Oct 8, 2006, at 6:34 AM, Hannes Magnusson wrote: bjori Sun Oct 8 13:34:25 2006 UTC Modified files: /php-src/ext/bz2bz2.c bz2_filter.c

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2.c bz2_filter.c /ext/bz2/tests 001.phpt /ext/calendar calendar.c /ext/calendar/tests cal_info.phpt /ext/curl interface.c /ext/date php_date.c /ext/date/tests 005

2006-10-09 Thread Hannes Magnusson
On 10/9/06, Andrei Zmievski [EMAIL PROTECTED] wrote: Oh Lord, did we really need to touch almost every file to remove a bloody period from error messages? I'll gladly revert if it helps you in any way... -Hannes On Oct 8, 2006, at 6:34 AM, Hannes Magnusson wrote: bjori Sun Oct 8

[PHP-CVS] cvs: php-src /ext/bz2 bz2.c php_bz2.h /ext/ctype ctype.c php_ctype.h /ext/pspell php_pspell.h pspell.c

2006-10-07 Thread Hannes Magnusson
bjori Sun Oct 8 00:05:17 2006 UTC Modified files: /php-src/ext/bz2bz2.c php_bz2.h /php-src/ext/ctype ctype.c php_ctype.h /php-src/ext/pspell php_pspell.h pspell.c Log: MFB (move static keywording from .h to .c)

[PHP-CVS] cvs: php-src /ext/bz2 bz2.c /ext/bz2/tests 001.phpt 004.phpt 005.phpt

2006-10-05 Thread Sara Golemon
pollita Thu Oct 5 21:28:19 2006 UTC Modified files: /php-src/ext/bz2bz2.c /php-src/ext/bz2/tests 001.phpt 004.phpt 005.phpt Log: Updated for PHP6 http://cvs.php.net/viewvc.cgi/php-src/ext/bz2/bz2.c?r1=1.26r2=1.27diff_format=u Index:

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

2006-08-30 Thread Ilia Alshanetsky
iliaa Wed Aug 30 18:40:01 2006 UTC Modified files: /php-src/ext/bz2bz2.c Log: Fixed build with gcc 4.1.1 http://cvs.php.net/viewvc.cgi/php-src/ext/bz2/bz2.c?r1=1.25r2=1.26diff_format=u Index: php-src/ext/bz2/bz2.c diff -u php-src/ext/bz2/bz2.c:1.25

[PHP-CVS] cvs: php-src /ext/bz2 bz2.c php_bz2.h /ext/ctype ctype.c php_ctype.h /ext/pspell php_pspell.h pspell.c

2006-08-14 Thread Nuno Lopes
nlopess Mon Aug 14 14:54:19 2006 UTC Modified files: /php-src/ext/bz2bz2.c php_bz2.h /php-src/ext/ctype ctype.c php_ctype.h /php-src/ext/pspell php_pspell.h pspell.c Log: MFB: a few more static keywording

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

2006-06-26 Thread Antony Dovgal
tony2001Mon Jun 26 21:13:22 2006 UTC Modified files: /php-src/ext/bz2bz2.c Log: detect empty mode string and avoid off-by-one http://cvs.php.net/viewvc.cgi/php-src/ext/bz2/bz2.c?r1=1.23r2=1.24diff_format=u Index: php-src/ext/bz2/bz2.c diff -u

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

2006-06-21 Thread Antony Dovgal
tony2001Wed Jun 21 12:42:50 2006 UTC Modified files: /php-src/ext/bz2bz2.c Log: fix invalid read with bzopen(,) and prevent filename from being empty (which causes endless loop somewhere is libbz2) tests will follow

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

2006-06-21 Thread Antony Dovgal
tony2001Wed Jun 21 13:12:00 2006 UTC Modified files: /php-src/ext/bz2bz2.c Log: don't try to read or write from/to a stream if it was open in different mode (leads to segfault in libbz2)

[PHP-CVS] cvs: php-src /ext/bz2 bz2.c /ext/bz2/tests 001.phpt 002.phpt

2006-06-21 Thread Antony Dovgal
tony2001Wed Jun 21 14:38:06 2006 UTC Added files: /php-src/ext/bz2/tests 001.phpt 002.phpt Modified files: /php-src/ext/bz2bz2.c Log: improve check for stream mode, add tests

[PHP-CVS] cvs: php-src /ext/bz2 bz2.c /ext/dba dba.c /ext/exif exif.c /ext/ftp php_ftp.c /ext/gd gd.c /ext/hash hash.c hash_md.c hash_sha.c /ext/imap php_imap.c /ext/libxml libxml.c /ext/mime_

2006-02-18 Thread Andi Gutmans
andiSun Feb 19 04:29:42 2006 UTC Modified files: /php-src/ext/bz2bz2.c /php-src/ext/dbadba.c /php-src/ext/exif exif.c /php-src/ext/ftpphp_ftp.c /php-src/ext/gd gd.c /php-src/ext/hash hash.c hash_md.c hash_sha.c

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

2005-10-25 Thread Ilia Alshanetsky
iliaa Tue Oct 25 11:52:11 2005 EDT Modified files: /php-src/ext/bz2bz2.c Log: Fixed bug #34968 (bz2 extension fails on to build on some win32 setups). http://cvs.php.net/diff.php/php-src/ext/bz2/bz2.c?r1=1.14r2=1.15ty=u Index: php-src/ext/bz2/bz2.c

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

2005-06-10 Thread Ilia Alshanetsky
Stefan Esser wrote: Hi Ilia, it is me again -size = (bzs.total_out_hi32 32) + bzs.total_out_lo32; +size = (bzs.total_out_hi32 * (unsigned int) -1) + bzs.total_out_lo32; while this maybe silence the compiler I do not see how this can be mathematically the same ;) Stefan

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

2005-06-09 Thread Ilia Alshanetsky
iliaa Thu Jun 9 12:13:14 2005 EDT Modified files: /php-src/ext/bz2bz2.c Log: Fixed compiler warning. http://cvs.php.net/diff.php/php-src/ext/bz2/bz2.c?r1=1.11r2=1.12ty=u Index: php-src/ext/bz2/bz2.c diff -u php-src/ext/bz2/bz2.c:1.11

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

2005-06-09 Thread Stefan Esser
Hi Ilia, it is me again - size = (bzs.total_out_hi32 32) + bzs.total_out_lo32; + size = (bzs.total_out_hi32 * (unsigned int) -1) + bzs.total_out_lo32; while this maybe silence the compiler I do not see how this can be mathematically the same ;) Stefan --

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

2005-06-06 Thread Ilia Alshanetsky
iliaa Mon Jun 6 12:30:49 2005 EDT Modified files: /php-src/ext/bz2bz2.c Log: Better storage size for output length. # Thanks to Stefan for noticing the problem. http://cvs.php.net/diff.php/php-src/ext/bz2/bz2.c?r1=1.10r2=1.11ty=u Index:

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

2005-06-05 Thread Ilia Alshanetsky
iliaa Sun Jun 5 14:04:21 2005 EDT Modified files: /php-src/ext/bz2bz2.c Log: Fixed bug #33070 (Improved performance of bzdecompress() by several orders of magnitude). http://cvs.php.net/diff.php/php-src/ext/bz2/bz2.c?r1=1.9r2=1.10ty=u Index:

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

2005-03-19 Thread Antony Dovgal
tony2001Sat Mar 19 08:56:02 2005 EDT Modified files: /php-src/ext/bz2bz2.c Log: fix #32373 (segfault in bzopen('/wrong/path')) http://cvs.php.net/diff.php/php-src/ext/bz2/bz2.c?r1=1.8r2=1.9ty=u Index: php-src/ext/bz2/bz2.c diff -u

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

2005-02-23 Thread Ilia Alshanetsky
iliaa Wed Feb 23 13:48:51 2005 EDT Modified files: /php-src/ext/bz2bz2.c Log: MFB_4_3: Fixed bug #29521 (compress.bzip2 returns error when used with http wrapper). http://cvs.php.net/diff.php/php-src/ext/bz2/bz2.c?r1=1.7r2=1.8ty=u Index:

[PHP-CVS] cvs: php-src /ext/bz2 bz2.c /ext/curl streams.c /ext/standard file.c ftp_fopen_wrapper.c http_fopen_wrapper.c php_fopen_wrapper.c /ext/zlib zlib_fopen_wrapper.c /main php_streams.h /main/streams plain_wrapper.c userspace.c

2003-12-12 Thread Sara Golemon
pollita Fri Dec 12 18:05:20 2003 EDT Modified files: /php-src/ext/standard file.c ftp_fopen_wrapper.c http_fopen_wrapper.c php_fopen_wrapper.c /php-src/main php_streams.h /php-src/main/streams plain_wrapper.c

[PHP-CVS] cvs: php-src /ext/bz2 bz2.c php_bz2.h /ext/mono php_mono.c php_mono.h /ext/simplexml php_simplexml.h simplexml.c /main php_realpath.c

2003-12-09 Thread Jani Taskinen
sniper Tue Dec 9 11:29:56 2003 EDT Modified files: /php-src/main php_realpath.c /php-src/ext/simplexml php_simplexml.h simplexml.c /php-src/ext/mono php_mono.c php_mono.h /php-src/ext/bz2bz2.c php_bz2.h Log: - Update header +

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

2003-09-15 Thread Ilia Alshanetsky
iliaa Mon Sep 15 19:49:33 2003 EDT Modified files: /php-src/ext/bz2bz2.c Log: Fixed bug #25106 (Added more stringent checks on bzopen() mode). In some cases bz2 may fail to open the file, but stream wrappers will still create an empty file, remove this