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