Commit: 35e766d7490277e98622dbf9c51e715916463d6f Author: Peter Kokot <peterko...@gmail.com> Thu, 25 Oct 2018 02:22:08 +0200 Parents: 6ba762f8663b6c615aad0290a5eb0213ba90cac3 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=35e766d7490277e98622dbf9c51e715916463d6f Log: Fix permissions Having synced file permissions in Git repositories is a reccurring issue. Git can track files as executables (0755) or not (0644). Usually, all files except the executable ones such as command line scripts or binary executables, should be set to 0644. This patch syncs permissions in the Git repository. Changed paths: M images/news/LogoNovoCentral.png M images/news/SouthEastPHPLogo.png M images/news/google_soc_2006_128x53.gif M images/news/phpconf_taiwan_2015.png M images/news/zend_phpconf06.png M images/news/zendcon07_logo.jpg M images/news/zendcon07_logo_s.jpg M images/news/zendphp_conf.gif M manual/php3.php M manual/spam_challenge.php M sitemap.xml M styles/theme-base.css M styles/theme-medium.css Diff: diff --git a/images/news/LogoNovoCentral.png b/images/news/LogoNovoCentral.png old mode 100755 new mode 100644 diff --git a/images/news/SouthEastPHPLogo.png b/images/news/SouthEastPHPLogo.png old mode 100755 new mode 100644 diff --git a/images/news/google_soc_2006_128x53.gif b/images/news/google_soc_2006_128x53.gif old mode 100755 new mode 100644 diff --git a/images/news/phpconf_taiwan_2015.png b/images/news/phpconf_taiwan_2015.png old mode 100755 new mode 100644 diff --git a/images/news/zend_phpconf06.png b/images/news/zend_phpconf06.png old mode 100755 new mode 100644 diff --git a/images/news/zendcon07_logo.jpg b/images/news/zendcon07_logo.jpg old mode 100755 new mode 100644 diff --git a/images/news/zendcon07_logo_s.jpg b/images/news/zendcon07_logo_s.jpg old mode 100755 new mode 100644 diff --git a/images/news/zendphp_conf.gif b/images/news/zendphp_conf.gif old mode 100755 new mode 100644 diff --git a/manual/php3.php b/manual/php3.php old mode 100755 new mode 100644 diff --git a/manual/spam_challenge.php b/manual/spam_challenge.php old mode 100755 new mode 100644 diff --git a/sitemap.xml b/sitemap.xml old mode 100755 new mode 100644 diff --git a/styles/theme-base.css b/styles/theme-base.css old mode 100755 new mode 100644 diff --git a/styles/theme-medium.css b/styles/theme-medium.css old mode 100755 new mode 100644 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php