diff options
author | Antony Dovgal <tony2001@php.net> | 2005-01-09 18:21:25 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2005-01-09 18:21:25 +0000 |
commit | c865371dc1095e7907aeb84acf93936d761f3526 (patch) | |
tree | 3b66a0f5a36e0ae9d02cbf7ef70ea8a3bceb529f | |
parent | 8ba43faa20f861d8430a228e670de0777e440f6e (diff) | |
download | php-git-c865371dc1095e7907aeb84acf93936d761f3526.tar.gz |
add skipif section
-rw-r--r-- | ext/session/tests/bug31454.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/session/tests/bug31454.phpt b/ext/session/tests/bug31454.phpt index 85ada11589..6a013df27c 100644 --- a/ext/session/tests/bug31454.phpt +++ b/ext/session/tests/bug31454.phpt @@ -1,5 +1,7 @@ --TEST-- bug #31454 (session_set_save_handler crashes PHP when supplied non-existent object ref) +--SKIPIF-- +<?php include('skipif.inc'); ?> --FILE-- <?php |