]> 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 0a7b30f40c55a86aab9f9d4671950bd48c15ba56..6387fe74818282f78e58fbdf1238a8e1b9baa39f 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 {