diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2003-08-14 00:54:42 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2003-08-14 00:54:42 +0000 |
commit | cadd668aaceb1a970a7b35105f33eec91b5c6e2a (patch) | |
tree | 68e1107f05707ec67047beaf2501da82c878827c /ext/session | |
parent | b2c85181d0dff20cc6c1d61e4bd0d2542a04c0a2 (diff) | |
download | php-git-cadd668aaceb1a970a7b35105f33eec91b5c6e2a.tar.gz |
MFH: missing skip condition.
Diffstat (limited to 'ext/session')
-rw-r--r-- | ext/session/tests/bug24592.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/session/tests/bug24592.phpt b/ext/session/tests/bug24592.phpt index 9f94c3bf11..e13c89a5f0 100644 --- a/ext/session/tests/bug24592.phpt +++ b/ext/session/tests/bug24592.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #24592 (crash when multiple NULL values are being stored) +--SKIPIF-- +<?php include('skipif.inc'); ?> --INI-- register_globals=0 html_errors=0 |