Fix file permissions

Git can track executable (0755) and non-executable (0644) file modes.

This patch fixes file permissions in the php-src repository according to
the predefined executable files with 0755 permissions (shell scripts)
and all others with 0644 permissions.
This commit is contained in:
Peter Kokot 2019-02-28 22:07:16 +01:00
parent f64ae64f52
commit e763cc7425
5 changed files with 0 additions and 0 deletions

0
build/config.guess vendored Normal file → Executable file
View file

0
build/config.sub vendored Normal file → Executable file
View file

0
build/ltmain.sh Normal file → Executable file
View file

0
ext/oci8/tests/calltimeout1.phpt Executable file → Normal file
View file

0
ext/pdo_oci/tests/pdo_oci_stmt_getcolumnmeta.phpt Executable file → Normal file
View file