Index: trunk/locker/bin/fix-php-ini
===================================================================
--- trunk/locker/bin/fix-php-ini	(revision 1222)
+++ trunk/locker/bin/fix-php-ini	(revision 1230)
@@ -8,5 +8,5 @@
 if [ -f php.ini ]; then
 	echo "Creating php.ini symlinks in child directories..."
-	athrun scripts gfind . -mindepth 1 -type d -exec sh -c 'ln -sf "`echo "$1" | sed '\''s,[^/],,g; s,/,../,g'\''`php.ini" "$1/"' -- {} \;
+	athrun scripts gfind . -mindepth 1 -type d -not -name .svn -not -name .git -exec sh -c 'ln -sf "`echo "$1" | sed '\''s,[^/],,g; s,/,../,g'\''`php.ini" "$1/"' -- {} \;
 	echo "Done!"
 else
