]> granicus.if.org Git - php/commit
This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.
authorSVN Migration <svn@php.net>
Mon, 24 Jul 2006 16:58:59 +0000 (16:58 +0000)
committerSVN Migration <svn@php.net>
Mon, 24 Jul 2006 16:58:59 +0000 (16:58 +0000)
commit664d102aa65af165bf25163b220424e67241369c
treeb646eb8123fe74905c50450b3971826383c41b75
parent467e129ce5aae75bc23ad69f7c4f66985382bd5a
This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.
102 files changed:
ext/zip/CREDITS [new file with mode: 0644]
ext/zip/TODO [new file with mode: 0644]
ext/zip/config.m4 [new file with mode: 0644]
ext/zip/config.w32 [new file with mode: 0644]
ext/zip/examples/comment.php [new file with mode: 0644]
ext/zip/examples/create.php [new file with mode: 0644]
ext/zip/examples/dir.php [new file with mode: 0644]
ext/zip/examples/extract.php [new file with mode: 0644]
ext/zip/examples/extractAll.php [new file with mode: 0644]
ext/zip/examples/fopen.php [new file with mode: 0644]
ext/zip/examples/get_set_comments.php [new file with mode: 0644]
ext/zip/examples/im.php [new file with mode: 0644]
ext/zip/examples/odt.php [new file with mode: 0644]
ext/zip/examples/oldapi.php [new file with mode: 0644]
ext/zip/examples/test.odt [new file with mode: 0644]
ext/zip/examples/test.zip [new file with mode: 0644]
ext/zip/examples/test1.zip [new file with mode: 0644]
ext/zip/examples/test_im.zip [new file with mode: 0644]
ext/zip/examples/test_with_comment.zip [new file with mode: 0644]
ext/zip/examples/too.php [new file with mode: 0644]
ext/zip/lib/mkstemp.c [new file with mode: 0644]
ext/zip/lib/unistd.h [new file with mode: 0644]
ext/zip/lib/zip.h [new file with mode: 0644]
ext/zip/lib/zip.h.orig [new file with mode: 0644]
ext/zip/lib/zip_add.c [new file with mode: 0644]
ext/zip/lib/zip_delete.c [new file with mode: 0644]
ext/zip/lib/zip_dirent.c [new file with mode: 0644]
ext/zip/lib/zip_entry_free.c [new file with mode: 0644]
ext/zip/lib/zip_entry_new.c [new file with mode: 0644]
ext/zip/lib/zip_err_str.c [new file with mode: 0644]
ext/zip/lib/zip_error.c [new file with mode: 0644]
ext/zip/lib/zip_error_get.c [new file with mode: 0644]
ext/zip/lib/zip_error_get_sys_type.c [new file with mode: 0644]
ext/zip/lib/zip_error_strerror.c [new file with mode: 0644]
ext/zip/lib/zip_error_to_str.c [new file with mode: 0644]
ext/zip/lib/zip_fclose.c [new file with mode: 0644]
ext/zip/lib/zip_file_error_get.c [new file with mode: 0644]
ext/zip/lib/zip_file_get_offset.c [new file with mode: 0644]
ext/zip/lib/zip_file_strerror.c [new file with mode: 0644]
ext/zip/lib/zip_fopen.c [new file with mode: 0644]
ext/zip/lib/zip_fopen_index.c [new file with mode: 0644]
ext/zip/lib/zip_fread.c [new file with mode: 0644]
ext/zip/lib/zip_free.c [new file with mode: 0644]
ext/zip/lib/zip_get_archive_comment.c [new file with mode: 0644]
ext/zip/lib/zip_get_file_comment.c [new file with mode: 0644]
ext/zip/lib/zip_get_name.c [new file with mode: 0644]
ext/zip/lib/zip_get_num_files.c [new file with mode: 0644]
ext/zip/lib/zip_memdup.c [new file with mode: 0644]
ext/zip/lib/zip_name_locate.c [new file with mode: 0644]
ext/zip/lib/zip_new.c [new file with mode: 0644]
ext/zip/lib/zip_open.c [new file with mode: 0644]
ext/zip/lib/zip_rename.c [new file with mode: 0644]
ext/zip/lib/zip_replace.c [new file with mode: 0644]
ext/zip/lib/zip_set_archive_comment.c [new file with mode: 0644]
ext/zip/lib/zip_set_file_comment.c [new file with mode: 0644]
ext/zip/lib/zip_set_name.c [new file with mode: 0644]
ext/zip/lib/zip_source_buffer.c [new file with mode: 0644]
ext/zip/lib/zip_source_file.c [new file with mode: 0644]
ext/zip/lib/zip_source_filep.c [new file with mode: 0644]
ext/zip/lib/zip_source_free.c [new file with mode: 0644]
ext/zip/lib/zip_source_function.c [new file with mode: 0644]
ext/zip/lib/zip_source_zip.c [new file with mode: 0644]
ext/zip/lib/zip_stat.c [new file with mode: 0644]
ext/zip/lib/zip_stat_index.c [new file with mode: 0644]
ext/zip/lib/zip_strerror.c [new file with mode: 0644]
ext/zip/lib/zip_unchange.c [new file with mode: 0644]
ext/zip/lib/zip_unchange_all.c [new file with mode: 0644]
ext/zip/lib/zip_unchange_archive.c [new file with mode: 0644]
ext/zip/lib/zip_unchange_data.c [new file with mode: 0644]
ext/zip/lib/zip_win32.h [new file with mode: 0644]
ext/zip/lib/zipint.h [new file with mode: 0644]
ext/zip/package.xml [new file with mode: 0644]
ext/zip/php_zip.c [new file with mode: 0644]
ext/zip/php_zip.h [new file with mode: 0644]
ext/zip/tests/001.phpt [new file with mode: 0644]
ext/zip/tests/binarynull.zip [new file with mode: 0644]
ext/zip/tests/bug7214.phpt [new file with mode: 0644]
ext/zip/tests/bug7658.odt [new file with mode: 0644]
ext/zip/tests/bug7658.phpt [new file with mode: 0644]
ext/zip/tests/bug7658.xml [new file with mode: 0644]
ext/zip/tests/bug8009.phpt [new file with mode: 0644]
ext/zip/tests/bug8009.zip [new file with mode: 0644]
ext/zip/tests/oo_addfile.phpt [new file with mode: 0644]
ext/zip/tests/oo_close.phpt [new file with mode: 0644]
ext/zip/tests/oo_delete.phpt [new file with mode: 0644]
ext/zip/tests/oo_ext_zip.phpt [new file with mode: 0644]
ext/zip/tests/oo_namelocate.phpt [new file with mode: 0644]
ext/zip/tests/oo_open.phpt [new file with mode: 0644]
ext/zip/tests/oo_rename.phpt [new file with mode: 0644]
ext/zip/tests/test.zip [new file with mode: 0644]
ext/zip/tests/test_procedural.zip [new file with mode: 0644]
ext/zip/tests/utils.php [new file with mode: 0644]
ext/zip/tests/zip_close.phpt [new file with mode: 0644]
ext/zip/tests/zip_entry_compressedsize.phpt [new file with mode: 0644]
ext/zip/tests/zip_entry_compressionmethod.phpt [new file with mode: 0644]
ext/zip/tests/zip_entry_filesize.phpt [new file with mode: 0644]
ext/zip/tests/zip_entry_name.phpt [new file with mode: 0644]
ext/zip/tests/zip_entry_open.phpt [new file with mode: 0644]
ext/zip/tests/zip_entry_read.phpt [new file with mode: 0644]
ext/zip/tests/zip_open.phpt [new file with mode: 0644]
ext/zip/tests/zip_read.phpt [new file with mode: 0644]
ext/zip/zip_stream.c [new file with mode: 0644]