diff options
author | foobar <sniper@php.net> | 2005-04-21 14:22:53 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-04-21 14:22:53 +0000 |
commit | 62a1f82e4a5a77520e14e21b9a9300536bb18607 (patch) | |
tree | 0f021958fe7ef1684079c2790b116ad1178643d4 | |
parent | e6a70fd0d35986cf42e232664c4fe58140c3e1fa (diff) | |
download | php-git-62a1f82e4a5a77520e14e21b9a9300536bb18607.tar.gz |
Fix test when register_long_arrays is off in your php.ini
-rw-r--r-- | Zend/tests/unset_cv05.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/tests/unset_cv05.phpt b/Zend/tests/unset_cv05.phpt index fc8b5c8d60..296800e25e 100644 --- a/Zend/tests/unset_cv05.phpt +++ b/Zend/tests/unset_cv05.phpt @@ -1,5 +1,7 @@ --TEST-- unset() CV 5 (indirect unset() of global variable in session_start()) +--INI-- +register_long_arrays=1 --SKIPIF-- <?php include('../../ext/session/tests/skipif.inc'); ?> --FILE-- |