From 3ae802508a85dd400cc5004219f2334a0e88c13e Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 11 Aug 2014 18:38:36 +0400 Subject: [PATCH] Fixed mode --- ext/com_dotnet/com_com.c | 0 ext/com_dotnet/com_dotnet.c | 0 ext/com_dotnet/com_handlers.c | 0 ext/com_dotnet/com_iterator.c | 0 ext/com_dotnet/com_misc.c | 0 ext/com_dotnet/com_persist.c | 0 ext/com_dotnet/com_saproxy.c | 0 ext/com_dotnet/com_typeinfo.c | 0 ext/com_dotnet/com_wrapper.c | 0 ext/com_dotnet/php_com_dotnet_internal.h | 0 10 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 ext/com_dotnet/com_com.c mode change 100755 => 100644 ext/com_dotnet/com_dotnet.c mode change 100755 => 100644 ext/com_dotnet/com_handlers.c mode change 100755 => 100644 ext/com_dotnet/com_iterator.c mode change 100755 => 100644 ext/com_dotnet/com_misc.c mode change 100755 => 100644 ext/com_dotnet/com_persist.c mode change 100755 => 100644 ext/com_dotnet/com_saproxy.c mode change 100755 => 100644 ext/com_dotnet/com_typeinfo.c mode change 100755 => 100644 ext/com_dotnet/com_wrapper.c mode change 100755 => 100644 ext/com_dotnet/php_com_dotnet_internal.h diff --git a/ext/com_dotnet/com_com.c b/ext/com_dotnet/com_com.c old mode 100755 new mode 100644 diff --git a/ext/com_dotnet/com_dotnet.c b/ext/com_dotnet/com_dotnet.c old mode 100755 new mode 100644 diff --git a/ext/com_dotnet/com_handlers.c b/ext/com_dotnet/com_handlers.c old mode 100755 new mode 100644 diff --git a/ext/com_dotnet/com_iterator.c b/ext/com_dotnet/com_iterator.c old mode 100755 new mode 100644 diff --git a/ext/com_dotnet/com_misc.c b/ext/com_dotnet/com_misc.c old mode 100755 new mode 100644 diff --git a/ext/com_dotnet/com_persist.c b/ext/com_dotnet/com_persist.c old mode 100755 new mode 100644 diff --git a/ext/com_dotnet/com_saproxy.c b/ext/com_dotnet/com_saproxy.c old mode 100755 new mode 100644 diff --git a/ext/com_dotnet/com_typeinfo.c b/ext/com_dotnet/com_typeinfo.c old mode 100755 new mode 100644 diff --git a/ext/com_dotnet/com_wrapper.c b/ext/com_dotnet/com_wrapper.c old mode 100755 new mode 100644 diff --git a/ext/com_dotnet/php_com_dotnet_internal.h b/ext/com_dotnet/php_com_dotnet_internal.h old mode 100755 new mode 100644 -- 2.50.1