summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-08-11 10:36:33 +0000
committerAntony Dovgal <tony2001@php.net>2006-08-11 10:36:33 +0000
commit5a51cc577d943d9b85525a1bbd73b24b2e98807d (patch)
tree4571528c60110edbe6be7b67ed47a22dc2e576ad
parent91b6eb5f5cde8166da47ce5d83c8071d80eea393 (diff)
downloadphp-git-5a51cc577d943d9b85525a1bbd73b24b2e98807d.tar.gz
fix test
-rw-r--r--ext/session/tests/bug36459.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/session/tests/bug36459.phpt b/ext/session/tests/bug36459.phpt
index 30c94f81d9..5d74b3bc4b 100644
--- a/ext/session/tests/bug36459.phpt
+++ b/ext/session/tests/bug36459.phpt
@@ -2,14 +2,14 @@
bug #31454 (Incorrect adding PHPSESSID to links, which contains \r\n)
--SKIPIF--
<?php include('skipif.inc'); ?>
+--INI--
+session.use_trans_sid=1
+session.use_cookies=0
+session.name=sid
--FILE--
<?php
error_reporting(E_ALL);
-ini_set('session.use_trans_sid', 1);
-ini_set('session.use_cookies', 0);
-ini_set('session.name', 'sid');
-
session_start();
# Do not remove \r from this tests, they are essential!