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--
|
--INI--
|
||||||
session.auto_start=0
|
session.auto_start=0
|
||||||
session.save_handler=files
|
session.save_handler=files
|
||||||
--SKIPIF--
|
--EXTENSIONS--
|
||||||
<?php
|
session
|
||||||
|
|
||||||
include(__DIR__.'/../../ext/session/tests/skipif.inc');
|
|
||||||
|
|
||||||
?>
|
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
$_SESSION = "ok\n";
|
$_SESSION = "ok\n";
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
unset() CV 6 (indirect unset() of global variable in session_unset())
|
unset() CV 6 (indirect unset() of global variable in session_unset())
|
||||||
--SKIPIF--
|
--EXTENSIONS--
|
||||||
<?php include(__DIR__.'/../../ext/session/tests/skipif.inc'); ?>
|
session
|
||||||
--INI--
|
--INI--
|
||||||
session.auto_start=0
|
session.auto_start=0
|
||||||
session.save_handler=files
|
session.save_handler=files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue