From e763cc742505cbb4e85d161f5457bf711f85bd43 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Thu, 28 Feb 2019 22:07:16 +0100 Subject: [PATCH] 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. --- build/config.guess | 0 build/config.sub | 0 build/ltmain.sh | 0 ext/oci8/tests/calltimeout1.phpt | 0 ext/pdo_oci/tests/pdo_oci_stmt_getcolumnmeta.phpt | 0 5 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 build/config.guess mode change 100644 => 100755 build/config.sub mode change 100644 => 100755 build/ltmain.sh mode change 100755 => 100644 ext/oci8/tests/calltimeout1.phpt mode change 100755 => 100644 ext/pdo_oci/tests/pdo_oci_stmt_getcolumnmeta.phpt diff --git a/build/config.guess b/build/config.guess old mode 100644 new mode 100755 diff --git a/build/config.sub b/build/config.sub old mode 100644 new mode 100755 diff --git a/build/ltmain.sh b/build/ltmain.sh old mode 100644 new mode 100755 diff --git a/ext/oci8/tests/calltimeout1.phpt b/ext/oci8/tests/calltimeout1.phpt old mode 100755 new mode 100644 diff --git a/ext/pdo_oci/tests/pdo_oci_stmt_getcolumnmeta.phpt b/ext/pdo_oci/tests/pdo_oci_stmt_getcolumnmeta.phpt old mode 100755 new mode 100644