mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Add proper EXTENSIONS section for tests in Zend/
This commit is contained in:
parent
ff1145943f
commit
acb78035b6
2 changed files with 4 additions and 8 deletions
|
@ -3,12 +3,8 @@ unset() CV 5 (indirect unset() of global variable in session_start())
|
|||
--INI--
|
||||
session.auto_start=0
|
||||
session.save_handler=files
|
||||
--SKIPIF--
|
||||
<?php
|
||||
|
||||
include(__DIR__.'/../../ext/session/tests/skipif.inc');
|
||||
|
||||
?>
|
||||
--EXTENSIONS--
|
||||
session
|
||||
--FILE--
|
||||
<?php
|
||||
$_SESSION = "ok\n";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
--TEST--
|
||||
unset() CV 6 (indirect unset() of global variable in session_unset())
|
||||
--SKIPIF--
|
||||
<?php include(__DIR__.'/../../ext/session/tests/skipif.inc'); ?>
|
||||
--EXTENSIONS--
|
||||
session
|
||||
--INI--
|
||||
session.auto_start=0
|
||||
session.save_handler=files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue