]> granicus.if.org Git - php/commit
- MFH:
authorPierre Joye <pajoye@php.net>
Fri, 3 Nov 2006 16:46:19 +0000 (16:46 +0000)
committerPierre Joye <pajoye@php.net>
Fri, 3 Nov 2006 16:46:19 +0000 (16:46 +0000)
commit8ad0c6d543f5161c5a42536002884a30c153fefd
tree961388a6f097141242ea3c8744a4c1d1c77be72b
parentc002606a8888a0b85b7095c8809b136a815e0bab
- MFH:
 - fix possible leak in statName and statIndex
 - add addEmptyDir() method
 - add zip_stat_init,zip_clear_error and zip_file_clear_error
 - add tests
 - Fix protos (Hannes)
 - setComment return value on success (Hannes)
25 files changed:
ext/zip/TODO
ext/zip/config.m4
ext/zip/config.w32
ext/zip/lib/zip.h
ext/zip/lib/zip_add_dir.c [new file with mode: 0644]
ext/zip/lib/zip_error.c
ext/zip/lib/zip_error_clear.c [new file with mode: 0644]
ext/zip/lib/zip_file_error_clear.c [new file with mode: 0644]
ext/zip/lib/zip_get_archive_comment.c
ext/zip/lib/zip_source_buffer.c
ext/zip/lib/zip_source_filep.c
ext/zip/lib/zip_stat_index.c
ext/zip/lib/zip_stat_init.c [new file with mode: 0644]
ext/zip/lib/zipint.h
ext/zip/php_zip.c
ext/zip/tests/oo_addemptydir.phpt [new file with mode: 0644]
ext/zip/tests/oo_extract.phpt [new file with mode: 0644]
ext/zip/tests/oo_get_comment.phpt [new file with mode: 0644]
ext/zip/tests/oo_getnameindex.phpt [new file with mode: 0644]
ext/zip/tests/oo_setcomment.phpt [new file with mode: 0644]
ext/zip/tests/oo_stream.phpt [new file with mode: 0644]
ext/zip/tests/test_with_comment.zip [new file with mode: 0644]
ext/zip/tests/utils.inc
ext/zip/tests/zip_entry_open.phpt
ext/zip/tests/zip_entry_read.phpt