Skip to content

Commit

Permalink
merged branch snc/chmod-fixes (PR #2130)
Browse files Browse the repository at this point in the history
Commits
-------

a0a97c6 Removed executable bits from all php files

Discussion
----------

Removed executable bits from all PHP files

Some files had a file mode of 755 and this PR changes them to 644. The reason behind this is that git always thinks that those files are changed when accessing the repository via a samba share on windows (tested with PhpStorm).

---------------------------------------------------------------------------

by fabpot at 2011/09/09 05:51:30 -0700

That was on my radar too. Can you do the same for the 2.0 branch?
  • Loading branch information
fabpot committed Sep 9, 2011
2 parents b99bb1e + a0a97c6 commit 18d3dfe
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 0 deletions.
Empty file modified src/Symfony/Bridge/Monolog/Handler/FirePHPHandler.php 100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file modified src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml 100755 → 100644
Empty file.
Empty file modified src/Symfony/Bundle/FrameworkBundle/Templating/PhpEngine.php 100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified src/Symfony/Component/Translation/Loader/YamlFileLoader.php 100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit 18d3dfe

Please sign in to comment.