diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2014-07-21 01:45:36 +0300 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2014-07-21 01:45:36 +0300 |
commit | 0678dc8d912435d27b1c5c00634c1db2b6581ab0 (patch) | |
tree | b6fc0ed6e9eb2f6b8e808059e1c7ed848883c27d /.gitattributes | |
parent | ad744263ca44e22abdd962c62fcf88f8bfc57af2 (diff) | |
download | php-git-0678dc8d912435d27b1c5c00634c1db2b6581ab0.tar.gz |
Enable $ replacement in exif, ldap, pdo_pgsql and tidy
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 9ed6e5f4b9..a44aa5d2cd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -22,6 +22,10 @@ sapi/nsapi/nsapi.c ident sapi/continuity/capi.c ident Zend/RFCs/002.txt ident Zend/RFCs/003.txt ident +ext/exif/exif.c ident +ext/ldap/ldap.c ident +ext/pdo_pgsql/pdo_pgsql.c ident +ext/tidy/tidy.c ident NEWS merge=NEWS /ext/bz2/tests/with_strings.phpt -crlf /ext/dom/tests/bug40836.phpt -crlf |