summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-11-30 13:09:24 +0000
committerAntony Dovgal <tony2001@php.net>2006-11-30 13:09:24 +0000
commitb0f688006df8f2ff591cd68b8debe9c34b44c206 (patch)
tree0819cbf3a3ba9c2eed38dcab03a13bc6dc263ed0
parentb5baf81149070217c998fca7c54fbea94e801421 (diff)
downloadphp-git-b0f688006df8f2ff591cd68b8debe9c34b44c206.tar.gz
fix test
-rwxr-xr-xZend/tests/bug39602.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/tests/bug39602.phpt b/Zend/tests/bug39602.phpt
index 810ba4db09..43859ef75e 100755
--- a/Zend/tests/bug39602.phpt
+++ b/Zend/tests/bug39602.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #39602 (Invalid session.save_handler crashes PHP)
+--SKIPIF--
+<?php if (!extension_loaded("session")) die("skip"); ?>
--INI--
session.save_handler=qwerty
--FILE--