]> granicus.if.org Git - php/commitdiff
Fix file permissions
authorPeter Kokot <peterkokot@gmail.com>
Thu, 28 Feb 2019 21:07:16 +0000 (22:07 +0100)
committerPeter Kokot <peterkokot@gmail.com>
Thu, 28 Feb 2019 21:07:16 +0000 (22:07 +0100)
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.

build/config.guess [changed mode: 0644->0755]
build/config.sub [changed mode: 0644->0755]
build/ltmain.sh [changed mode: 0644->0755]
ext/oci8/tests/calltimeout1.phpt [changed mode: 0755->0644]
ext/pdo_oci/tests/pdo_oci_stmt_getcolumnmeta.phpt [changed mode: 0755->0644]

old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100755 (executable)
new mode 100644 (file)