From b2f1ae9673bb2edd99a0ae78f49338cff0c7643c Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Mon, 26 Sep 2011 23:28:24 +0000 Subject: [PATCH] fix #49599, the eol-style is important here, as this is a regression test for #36459 --- ext/session/tests/bug36459.phpt | 84 ++++++++++++++++----------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/ext/session/tests/bug36459.phpt b/ext/session/tests/bug36459.phpt index c1b6456174..66a4ac1cbc 100644 --- a/ext/session/tests/bug36459.phpt +++ b/ext/session/tests/bug36459.phpt @@ -1,42 +1,42 @@ ---TEST-- -Bug #31454 (Incorrect adding PHPSESSID to links, which contains \r\n) ---SKIPIF-- - ---INI-- -session.use_trans_sid=1 -session.use_cookies=0 -session.use_only_cookies=0 -session.name=sid ---FILE-- - - - - Bug #36459 Incorrect adding PHPSESSID to links, which contains \r\n - - -

See source html code

- incorrect link
-
- correct link - - ---EXPECTF-- - - - Bug #36459 Incorrect adding PHPSESSID to links, which contains \r\n - - -

See source html code

- incorrect link
-
- correct link - - +--TEST-- +Bug #31454 (Incorrect adding PHPSESSID to links, which contains \r\n) +--SKIPIF-- + +--INI-- +session.use_trans_sid=1 +session.use_cookies=0 +session.use_only_cookies=0 +session.name=sid +--FILE-- + + + + Bug #36459 Incorrect adding PHPSESSID to links, which contains \r\n + + +

See source html code

+ incorrect link
+
+ correct link + + +--EXPECTF-- + + + Bug #36459 Incorrect adding PHPSESSID to links, which contains \r\n + + +

See source html code

+ incorrect link
+
+ correct link + + -- 2.50.1