Added missing INI settings

This commit is contained in:
Ilia Alshanetsky 2010-01-20 13:06:27 +00:00
parent bea0320749
commit c0e90d0b8e

View File

@ -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 {