mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
MFH: fix test
This commit is contained in:
parent
26214fc15f
commit
772e35e99a
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,7 @@ Bug #39602 (Invalid session.save_handler crashes PHP)
|
|||
<?php if (!extension_loaded("session")) die("skip"); ?>
|
||||
--INI--
|
||||
session.save_handler=qwerty
|
||||
error_reporting=0
|
||||
--FILE--
|
||||
<?php
|
||||
ini_set("session.save_handler","files");
|
||||
|
@ -12,4 +13,3 @@ echo "ok";
|
|||
?>
|
||||
--EXPECT--
|
||||
ok
|
||||
Fatal error: Unknown: Cannot find save handler qwerty in Unknown on line 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue