Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -2266,7 +2266,7 @@ |
2267 | 2267 | } elseif ( php_uname( 's' ) == 'Windows NT' ) { |
2268 | 2268 | # This is a hack to work around PHP's flawed invocation of cmd.exe |
2269 | 2269 | # http://news.php.net/php.internals/21796 |
2270 | | - $cmd = '"' . $cmd . '"'; |
| 2270 | + $cmd = '"' . $cmd . '"'; // FIXME: breaking Vista sp2/PHP 5.2.9(2) |
2271 | 2271 | } |
2272 | 2272 | wfDebug( "wfShellExec: $cmd\n" ); |
2273 | 2273 | |