Skip to content

Commit 855b8e4

Browse files
committedSep 13, 2016
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6: fix test portability
2 parents c403b30 + fc31d6f commit 855b8e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎ext/session/tests/016.phpt

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ Warning: session_start(): Failed to create session data file path. Too short ses
2626

2727
Warning: session_write_close(): Failed to create session data file path. Too short session ID, invalid save_path or path lentgth exceeds MAXPATHLEN(%d) in %s on line 6
2828

29-
Warning: session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (123;:/really\completely:::/invalid;;,23123;213) in %s on line 6
30-
I live
29+
Warning: session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (123;:/really%scompletely:::/invalid;;,23123;213) in %s on line 6
30+
I live

0 commit comments

Comments
 (0)
Please sign in to comment.