diff options
| author | foobar <sniper@php.net> | 2005-03-18 21:59:59 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-03-18 21:59:59 +0000 |
| commit | 1524d4890fc57acf9cdc43c9db986b990fa2a623 (patch) | |
| tree | 5b0659d916a9a0ddb58d70fa22432cc12ccbd5cb | |
| parent | ebb8d72d8893947248cff80ea6d9713c36a172ea (diff) | |
| download | php-git-1524d4890fc57acf9cdc43c9db986b990fa2a623.tar.gz | |
Fix stupid typos
| -rwxr-xr-x | run-tests.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/run-tests.php b/run-tests.php index 134be50957..7c1a9a6718 100755 --- a/run-tests.php +++ b/run-tests.php @@ -188,10 +188,10 @@ if (extension_loaded('xdebug')) { $ini_overwrites[] = 'xdebug.default_enable=0'; } if (extension_loaded('zlib')) { - $ini_overwrites[] = 'zlib.output_compression=Off': + $ini_overwrites[] = 'zlib.output_compression=Off'; } if (extension_loaded('session')) { - $ini_overwrites[] = 'session.auto_start=0' + $ini_overwrites[] = 'session.auto_start=0'; } $info_params = array(); |
