summaryrefslogtreecommitdiff
path: root/ext/session
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-08-11 10:36:07 +0000
committerAntony Dovgal <tony2001@php.net>2006-08-11 10:36:07 +0000
commitd3bb8d11f9b0db7fb36b04d8bda431f0dd1e2e88 (patch)
tree8c9e919500d0d8a5e4180dc06ab4f4aa2ac75a99 /ext/session
parent66fc339e97b55f5b755edc41c3fc114dc7ed7b06 (diff)
downloadphp-git-d3bb8d11f9b0db7fb36b04d8bda431f0dd1e2e88.tar.gz
fix test
Diffstat (limited to 'ext/session')
-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!