Index: trunk/phase3/includes/ProxyTools.php |
— | — | @@ -174,7 +174,7 @@ |
175 | 175 | escapeshellarg( $port ), |
176 | 176 | escapeshellarg( $url ) |
177 | 177 | )); |
178 | | - exec( "php $params &>/dev/null &" ); |
| 178 | + exec( "php $params &>" . wfGetNull() . " &" ); |
179 | 179 | } |
180 | 180 | # Set MemCached key |
181 | 181 | $wgMemc->set( $mcKey, 1, $wgProxyMemcExpiry ); |