diff options
| author | Pierre Joye <pajoye@php.net> | 2006-11-03 16:46:19 +0000 |
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2006-11-03 16:46:19 +0000 |
| commit | 8ad0c6d543f5161c5a42536002884a30c153fefd (patch) | |
| tree | 961388a6f097141242ea3c8744a4c1d1c77be72b /ext/zip/config.m4 | |
| parent | c002606a8888a0b85b7095c8809b136a815e0bab (diff) | |
| download | php-git-8ad0c6d543f5161c5a42536002884a30c153fefd.tar.gz | |
- 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)
Diffstat (limited to 'ext/zip/config.m4')
| -rw-r--r-- | ext/zip/config.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/zip/config.m4 b/ext/zip/config.m4 index 5208cff295..e7907be21e 100644 --- a/ext/zip/config.m4 +++ b/ext/zip/config.m4 @@ -59,7 +59,8 @@ if test "$PHP_ZIP" != "no"; then lib/zip_entry_new.c lib/zip_err_str.c lib/zip_fopen_index.c \ lib/zip_new.c lib/zip_source_file.c lib/zip_stat_index.c lib/zip_get_archive_comment.c \ lib/zip_get_file_comment.c lib/zip_set_archive_comment.c lib/zip_set_file_comment.c \ - lib/zip_unchange_archive.c lib/zip_memdup.c" + lib/zip_unchange_archive.c lib/zip_memdup.c lib/zip_stat_init.c lib/zip_add_dir.c \ + lib/zip_error_clear.c lib/zip_file_error_clear.c" AC_DEFINE(HAVE_ZIP,1,[ ]) PHP_NEW_EXTENSION(zip, php_zip.c zip_stream.c $PHP_ZIP_SOURCES, $ext_shared) |
