diff options
author | Peter Kokot <peterkokot@gmail.com> | 2017-09-25 00:23:59 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-09-25 21:56:39 +0200 |
commit | 3752d18ffecfbefa089c38a999a862c5e44c26a6 (patch) | |
tree | b0ba3478e651da4de3f833916979065b3ff7e330 /.gitattributes | |
parent | b05ff14a9aa8fd98eea9cbeb090f9d64bf302561 (diff) | |
download | php-git-3752d18ffecfbefa089c38a999a862c5e44c26a6.tar.gz |
Remove some old sapi/apache_hooks and sapi/apache leftovers
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes index a237ec7f84..6d0419887d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,8 +18,6 @@ ext/filter/filter.c ident ext/zip/php_zip.c ident README.input_filter ident run-tests.php ident -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 @@ -32,7 +30,6 @@ UPGRADING.INTERNALS merge=NEWS /ext/bz2/tests/with_strings.phpt -crlf /ext/dom/tests/bug40836.phpt -crlf /ext/dom/tests/domelement.phpt -crlf -/ext/ereg/tests/eregi_basic_002.phpt -crlf /ext/iconv/tests/iconv004.phpt -crlf /ext/iconv/tests/iconv_basic.phpt -crlf /ext/iconv/tests/iconv_strpos.phpt -crlf |