mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Added missing INI settings
This commit is contained in:
parent
bea0320749
commit
c0e90d0b8e
@ -7,6 +7,9 @@ SOAP Server 9: setclass and setpersistence(SOAP_PERSISTENCE_SESSION)
|
||||
die('skip this test needs session extension');
|
||||
}
|
||||
?>
|
||||
--INI--
|
||||
session.auto_start=1
|
||||
session.save_handler=files
|
||||
--FILE--
|
||||
<?php
|
||||
class foo {
|
||||
|
Loading…
Reference in New Issue
Block a user