Commit:    e1180b4f1aea83ee5dc7f62832a10056e0f62f18
Author:    Xinchen Hui <larue...@php.net>         Sat, 11 Aug 2012 15:59:06 
+0800
Parents:   7130887719684cff57cb904a6f1b2de5016a00c8
Branches:  PHP-5.3

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=e1180b4f1aea83ee5dc7f62832a10056e0f62f18

Log:
Fixed bug #62795 (Zip extension version not defined)

Bugs:
https://bugs.php.net/62795

Changed paths:
  M  .gitattributes


Diff:
diff --git a/.gitattributes b/.gitattributes
index d53e569..862575b 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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to