]> granicus.if.org Git - php/commitdiff
Added missing INI settings
authorIlia Alshanetsky <iliaa@php.net>
Wed, 20 Jan 2010 13:06:27 +0000 (13:06 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 20 Jan 2010 13:06:27 +0000 (13:06 +0000)
ext/soap/tests/server009.phpt

index 0a3412715dbaa60e7c3a21bdd1063bcb96678c69..28d195a3ce4010ad99d01e1e290ef5b00f53dfc4 100644 (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 {