Commit: 6284ef112ef870b791b8dfab36a39c4664744cc5
Author: Xinchen Hui <larue...@php.net> Tue, 9 Oct 2012 13:28:31 +0800
Parents: 45e0d452c5c369f0141fde780a6cbdd35d8f55b4
Branches: PHP-5.3
Link:
http://git.php.net/?p=php-src.git;a=commitdiff;h=6284ef112ef870b791b8dfab36a39c4664744cc5
Log:
Fixed bug #63236 (Executable permission on various source files)
Bugs:
https://bugs.php.net/63236
Changed paths:
M Zend/zend_build.h
M Zend/zend_interfaces.c
M Zend/zend_interfaces.h
M Zend/zend_iterators.c
M Zend/zend_iterators.h
M ext/com_dotnet/com_persist.c
M ext/dba/dba_db1.c
M ext/dba/dba_qdbm.c
M ext/dba/php_db1.h
M ext/enchant/enchant.c
M ext/interbase/php_ibase_includes.h
M ext/mbstring/libmbfl/filters/mbfilter_iso8859_16.c
M ext/mbstring/libmbfl/filters/mbfilter_iso8859_16.h
M ext/mbstring/libmbfl/mbfl/mbfl_defs.h
M ext/mbstring/oniguruma/enc/utf16_be.c
M ext/mbstring/oniguruma/enc/utf16_le.c
M ext/mbstring/oniguruma/enc/utf32_be.c
M ext/mbstring/oniguruma/enc/utf32_le.c
M ext/mbstring/oniguruma/regext.c
M ext/pcntl/pcntl.c
M ext/pdo/pdo.c
M ext/pdo/pdo_dbh.c
M ext/pdo/pdo_stmt.c
M ext/pdo/php_pdo.h
M ext/pdo/php_pdo_driver.h
M ext/pdo/php_pdo_int.h
M ext/pdo_mysql/mysql_driver.c
M ext/pdo_mysql/mysql_statement.c
M ext/pdo_mysql/pdo_mysql.c
M ext/pdo_mysql/php_pdo_mysql.h
M ext/pdo_mysql/php_pdo_mysql_int.h
M ext/pdo_oci/oci_driver.c
M ext/pdo_oci/oci_statement.c
M ext/pdo_oci/pdo_oci.c
M ext/pdo_oci/php_pdo_oci.h
M ext/pdo_oci/php_pdo_oci_int.h
M ext/pdo_odbc/odbc_driver.c
M ext/pdo_odbc/odbc_stmt.c
M ext/pdo_odbc/pdo_odbc.c
M ext/pdo_odbc/php_pdo_odbc_int.h
M ext/simplexml/php_simplexml_exports.h
M ext/simplexml/sxe.c
M ext/simplexml/sxe.h
M ext/spl/php_spl.c
M ext/spl/php_spl.h
M ext/spl/spl_array.c
M ext/spl/spl_array.h
M ext/spl/spl_directory.c
M ext/spl/spl_directory.h
M ext/spl/spl_engine.c
M ext/spl/spl_engine.h
M ext/spl/spl_exceptions.c
M ext/spl/spl_exceptions.h
M ext/spl/spl_functions.c
M ext/spl/spl_functions.h
M ext/spl/spl_iterators.c
M ext/spl/spl_iterators.h
M ext/spl/spl_observer.c
M ext/spl/spl_observer.h
M ext/sqlite/libsqlite/src/config_static.w32.h
M ext/standard/winver.h
M main/php_streams.h
M main/streams/glob_wrapper.c
M main/streams/php_stream_glob_wrapper.h
M main/streams/streams.c
M win32/globals.c
M win32/php_win32_globals.h
diff --git a/Zend/zend_build.h b/Zend/zend_build.h
old mode 100755
new mode 100644
diff --git a/Zend/zend_interfaces.c b/Zend/zend_interfaces.c
old mode 100755
new mode 100644
diff --git a/Zend/zend_interfaces.h b/Zend/zend_interfaces.h
old mode 100755
new mode 100644
diff --git a/Zend/zend_iterators.c b/Zend/zend_iterators.c
old mode 100755
new mode 100644
diff --git a/Zend/zend_iterators.h b/Zend/zend_iterators.h
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/dba/dba_db1.c b/ext/dba/dba_db1.c
old mode 100755
new mode 100644
diff --git a/ext/dba/dba_qdbm.c b/ext/dba/dba_qdbm.c
old mode 100755
new mode 100644
diff --git a/ext/dba/php_db1.h b/ext/dba/php_db1.h
old mode 100755
new mode 100644
diff --git a/ext/enchant/enchant.c b/ext/enchant/enchant.c
old mode 100755
new mode 100644
diff --git a/ext/interbase/php_ibase_includes.h
b/ext/interbase/php_ibase_includes.h
old mode 100755
new mode 100644
diff --git a/ext/mbstring/libmbfl/filters/mbfilter_iso8859_16.c
b/ext/mbstring/libmbfl/filters/mbfilter_iso8859_16.c
old mode 100755
new mode 100644
diff --git a/ext/mbstring/libmbfl/filters/mbfilter_iso8859_16.h
b/ext/mbstring/libmbfl/filters/mbfilter_iso8859_16.h
old mode 100755
new mode 100644
diff --git a/ext/mbstring/libmbfl/mbfl/mbfl_defs.h
b/ext/mbstring/libmbfl/mbfl/mbfl_defs.h
old mode 100755
new mode 100644
diff --git a/ext/mbstring/oniguruma/enc/utf16_be.c
b/ext/mbstring/oniguruma/enc/utf16_be.c
old mode 100755
new mode 100644
diff --git a/ext/mbstring/oniguruma/enc/utf16_le.c
b/ext/mbstring/oniguruma/enc/utf16_le.c
old mode 100755
new mode 100644
diff --git a/ext/mbstring/oniguruma/enc/utf32_be.c
b/ext/mbstring/oniguruma/enc/utf32_be.c
old mode 100755
new mode 100644
diff --git a/ext/mbstring/oniguruma/enc/utf32_le.c
b/ext/mbstring/oniguruma/enc/utf32_le.c
old mode 100755
new mode 100644
diff --git a/ext/mbstring/oniguruma/regext.c b/ext/mbstring/oniguruma/regext.c
old mode 100755
new mode 100644
diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c
old mode 100755
new mode 100644
diff --git a/ext/pdo/pdo.c b/ext/pdo/pdo.c
old mode 100755
new mode 100644
diff --git a/ext/pdo/pdo_dbh.c b/ext/pdo/pdo_dbh.c
old mode 100755
new mode 100644
diff --git a/ext/pdo/pdo_stmt.c b/ext/pdo/pdo_stmt.c
old mode 100755
new mode 100644
diff --git a/ext/pdo/php_pdo.h b/ext/pdo/php_pdo.h
old mode 100755
new mode 100644
diff --git a/ext/pdo/php_pdo_driver.h b/ext/pdo/php_pdo_driver.h
old mode 100755
new mode 100644
diff --git a/ext/pdo/php_pdo_int.h b/ext/pdo/php_pdo_int.h
old mode 100755
new mode 100644
diff --git a/ext/pdo_mysql/mysql_driver.c b/ext/pdo_mysql/mysql_driver.c
old mode 100755
new mode 100644
diff --git a/ext/pdo_mysql/mysql_statement.c b/ext/pdo_mysql/mysql_statement.c
old mode 100755
new mode 100644
diff --git a/ext/pdo_mysql/pdo_mysql.c b/ext/pdo_mysql/pdo_mysql.c
old mode 100755
new mode 100644
diff --git a/ext/pdo_mysql/php_pdo_mysql.h b/ext/pdo_mysql/php_pdo_mysql.h
old mode 100755
new mode 100644
diff --git a/ext/pdo_mysql/php_pdo_mysql_int.h
b/ext/pdo_mysql/php_pdo_mysql_int.h
old mode 100755
new mode 100644
diff --git a/ext/pdo_oci/oci_driver.c b/ext/pdo_oci/oci_driver.c
old mode 100755
new mode 100644
diff --git a/ext/pdo_oci/oci_statement.c b/ext/pdo_oci/oci_statement.c
old mode 100755
new mode 100644
diff --git a/ext/pdo_oci/pdo_oci.c b/ext/pdo_oci/pdo_oci.c
old mode 100755
new mode 100644
diff --git a/ext/pdo_oci/php_pdo_oci.h b/ext/pdo_oci/php_pdo_oci.h
old mode 100755
new mode 100644
diff --git a/ext/pdo_oci/php_pdo_oci_int.h b/ext/pdo_oci/php_pdo_oci_int.h
old mode 100755
new mode 100644
diff --git a/ext/pdo_odbc/odbc_driver.c b/ext/pdo_odbc/odbc_driver.c
old mode 100755
new mode 100644
diff --git a/ext/pdo_odbc/odbc_stmt.c b/ext/pdo_odbc/odbc_stmt.c
old mode 100755
new mode 100644
diff --git a/ext/pdo_odbc/pdo_odbc.c b/ext/pdo_odbc/pdo_odbc.c
old mode 100755
new mode 100644
diff --git a/ext/pdo_odbc/php_pdo_odbc_int.h b/ext/pdo_odbc/php_pdo_odbc_int.h
old mode 100755
new mode 100644
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
diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c
old mode 100755
new mode 100644
diff --git a/ext/spl/php_spl.h b/ext/spl/php_spl.h
old mode 100755
new mode 100644
diff --git a/ext/spl/spl_array.c b/ext/spl/spl_array.c
old mode 100755
new mode 100644
diff --git a/ext/spl/spl_array.h b/ext/spl/spl_array.h
old mode 100755
new mode 100644
diff --git a/ext/spl/spl_directory.c b/ext/spl/spl_directory.c
old mode 100755
new mode 100644
diff --git a/ext/spl/spl_directory.h b/ext/spl/spl_directory.h
old mode 100755
new mode 100644
diff --git a/ext/spl/spl_engine.c b/ext/spl/spl_engine.c
old mode 100755
new mode 100644
diff --git a/ext/spl/spl_engine.h b/ext/spl/spl_engine.h
old mode 100755
new mode 100644
diff --git a/ext/spl/spl_exceptions.c b/ext/spl/spl_exceptions.c
old mode 100755
new mode 100644
diff --git a/ext/spl/spl_exceptions.h b/ext/spl/spl_exceptions.h
old mode 100755
new mode 100644
diff --git a/ext/spl/spl_functions.c b/ext/spl/spl_functions.c
old mode 100755
new mode 100644
diff --git a/ext/spl/spl_functions.h b/ext/spl/spl_functions.h
old mode 100755
new mode 100644
diff --git a/ext/spl/spl_iterators.c b/ext/spl/spl_iterators.c
old mode 100755
new mode 100644
diff --git a/ext/spl/spl_iterators.h b/ext/spl/spl_iterators.h
old mode 100755
new mode 100644
diff --git a/ext/spl/spl_observer.c b/ext/spl/spl_observer.c
old mode 100755
new mode 100644
diff --git a/ext/spl/spl_observer.h b/ext/spl/spl_observer.h
old mode 100755
new mode 100644
diff --git a/ext/sqlite/libsqlite/src/config_static.w32.h
b/ext/sqlite/libsqlite/src/config_static.w32.h
old mode 100755
new mode 100644
diff --git a/ext/standard/winver.h b/ext/standard/winver.h
old mode 100755
new mode 100644
diff --git a/main/php_streams.h b/main/php_streams.h
old mode 100755
new mode 100644
diff --git a/main/streams/glob_wrapper.c b/main/streams/glob_wrapper.c
old mode 100755
new mode 100644
diff --git a/main/streams/php_stream_glob_wrapper.h
b/main/streams/php_stream_glob_wrapper.h
old mode 100755
new mode 100644
diff --git a/main/streams/streams.c b/main/streams/streams.c
old mode 100755
new mode 100644
diff --git a/win32/globals.c b/win32/globals.c
old mode 100755
new mode 100644
diff --git a/win32/php_win32_globals.h b/win32/php_win32_globals.h
old mode 100755
new mode 100644
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php