diff options
author | Xinchen Hui <laruence@php.net> | 2012-08-11 15:59:06 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2012-08-11 15:59:06 +0800 |
commit | e1180b4f1aea83ee5dc7f62832a10056e0f62f18 (patch) | |
tree | 68eaa9aaf2a25a1578fece4802c362189c5cbade /.gitattributes | |
parent | 7130887719684cff57cb904a6f1b2de5016a00c8 (diff) | |
download | php-git-e1180b4f1aea83ee5dc7f62832a10056e0f62f18.tar.gz |
Fixed bug #62795 (Zip extension version not defined)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index d53e569db1..862575bbb8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,6 +15,7 @@ ext/dba/libflatfile/flatfile.c ident ext/dba/libcdb/cdb_make.c ident ext/dba/libcdb/cdb.c ident ext/filter/filter.c ident +ext/zip/php_zip.c ident README.input_filter ident run-tests.php ident sapi/nsapi/nsapi.c ident |