diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-05-18 11:29:55 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-05-18 11:29:55 +0000 |
| commit | ffd09c0961ce3256d68dd61e230ba8484e73e36e (patch) | |
| tree | b9f766a77dddd94461c9db8049c291bbc21ceae7 /ext/session | |
| parent | 83aba2c5b9f1ed39457921757205e357834a8d5f (diff) | |
| download | php-git-ffd09c0961ce3256d68dd61e230ba8484e73e36e.tar.gz | |
fix tests
Diffstat (limited to 'ext/session')
| -rw-r--r-- | ext/session/tests/007.phpt | 1 | ||||
| -rw-r--r-- | ext/session/tests/008-php4.2.3.phpt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ext/session/tests/007.phpt b/ext/session/tests/007.phpt index 7ed74ea474..ae3c232eb4 100644 --- a/ext/session/tests/007.phpt +++ b/ext/session/tests/007.phpt @@ -10,6 +10,7 @@ register_globals=1 session.bug_compat_42=1 session.serialize_handler=php session.save_handler=files +precision=14 --FILE-- <?php error_reporting(E_ALL); diff --git a/ext/session/tests/008-php4.2.3.phpt b/ext/session/tests/008-php4.2.3.phpt index 537858a361..b6485b3b46 100644 --- a/ext/session/tests/008-php4.2.3.phpt +++ b/ext/session/tests/008-php4.2.3.phpt @@ -18,6 +18,7 @@ display_errors=1 error_reporting=2039; session.serialize_handler=php session.save_handler=files +precision=14 --FILE-- <?php session_id("abtest"); |
