[PHP-CVS] cvs: php-src /ext/zip php_zip.c php_zip.h /ext/zip/tests bug14962.phpt bug38943.inc bug38943.phpt bug38943_2.phpt bug38944.phpt bug7658.phpt

2008-11-12 Thread Pierre-Alain Joye
pajoye Wed Nov 12 11:24:49 2008 UTC Added files: /php-src/ext/zip/tests bug14962.phpt Modified files: /php-src/ext/zipphp_zip.c php_zip.h /php-src/ext/zip/tests bug38943.inc bug38943_2.phpt bug38943.phpt

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

2008-01-17 Thread Pierre-Alain Joye
pajoye Fri Jan 18 01:24:29 2008 UTC Modified files: /php-src/ext/zipphp_zip.c php_zip.h Log: - MFB: reflect the correct version http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.56&r2=1.57&diff_format=u Index: php-src/ext/zip/php_zip.c diff -u

Re: [PHP-CVS] cvs: php-src /ext/zip php_zip.c php_zip.h zip_stream.c

2007-03-14 Thread Pierre
On 3/14/07, Ilia Alshanetsky <[EMAIL PROTECTED]> wrote: Revert? You just changed the code into a macro. It was already a macro, you should have used it. So yes, I "revert" yours, rename the macro to make its goal clearer and use it. --Pierre -- PHP CVS Mailing List (http://www.php.net/) To u

Re: [PHP-CVS] cvs: php-src /ext/zip php_zip.c php_zip.h zip_stream.c

2007-03-14 Thread Ilia Alshanetsky
Revert? You just changed the code into a macro. Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2007-03-14 Thread Pierre-Alain Joye
pajoye Wed Mar 14 11:22:13 2007 UTC Modified files: /php-src/ext/zipphp_zip.h php_zip.c zip_stream.c Log: - MFB: - rename SAFEMODE_CHECKFILE to OPENBASEDIR_CHECKPATH (can be used without confusing in head without confusion) - Add safemode and open b

[PHP-CVS] cvs: php-src /ext/zip php_zip.c php_zip.h /ext/zip/tests bug38943.phpt bug38944.phpt oo_extract.phpt

2006-10-31 Thread Pierre-Alain Joye
pajoye Tue Oct 31 14:27:09 2006 UTC Modified files: /php-src/ext/zipphp_zip.c php_zip.h /php-src/ext/zip/tests bug38943.phpt bug38944.phpt oo_extract.phpt Log: - initial unicode support . entry names will be converted to ascii. zip works with cp43

[PHP-CVS] cvs: php-src /ext/zip php_zip.c php_zip.h /ext/zip/lib zip.h zip_open.c zip_replace.c

2006-08-13 Thread Pierre-Alain Joye
pajoye Sun Aug 13 20:16:48 2006 UTC Modified files: /php-src/ext/zipphp_zip.c php_zip.h /php-src/ext/zip/libzip.h zip_open.c zip_replace.c Log: - add overwrite mode to ZipArchive::open, always starts a new archive - fix build with php6 - remov