From 6284ef112ef870b791b8dfab36a39c4664744cc5 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Tue, 9 Oct 2012 13:28:31 +0800 Subject: Fixed bug #63236 (Executable permission on various source files) --- ext/simplexml/php_simplexml_exports.h | 0 ext/simplexml/sxe.c | 0 ext/simplexml/sxe.h | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 ext/simplexml/php_simplexml_exports.h mode change 100755 => 100644 ext/simplexml/sxe.c mode change 100755 => 100644 ext/simplexml/sxe.h (limited to 'ext/simplexml') diff --git a/ext/simplexml/php_simplexml_exports.h b/ext/simplexml/php_simplexml_exports.h old mode 100755 new mode 100644 diff --git a/ext/simplexml/sxe.c b/ext/simplexml/sxe.c old mode 100755 new mode 100644 diff --git a/ext/simplexml/sxe.h b/ext/simplexml/sxe.h old mode 100755 new mode 100644 -- cgit v1.2.1