diff options
author | Anatol Belski <ab@php.net> | 2016-09-13 12:02:05 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-09-13 12:02:05 +0200 |
commit | 855b8e4f79769cfe9e528f3355509119fce122ea (patch) | |
tree | e36aa7fdc4cd018a0d408a44c48135082f42e1f9 | |
parent | c403b3029123aefe0919058b100e80c6bc4e1a6d (diff) | |
parent | fc31d6fed4ce4e58bf46204a31d4441684722c81 (diff) | |
download | php-git-855b8e4f79769cfe9e528f3355509119fce122ea.tar.gz |
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
fix test portability
-rw-r--r-- | ext/session/tests/016.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/session/tests/016.phpt b/ext/session/tests/016.phpt index c1965df5cb..fc2187e127 100644 --- a/ext/session/tests/016.phpt +++ b/ext/session/tests/016.phpt @@ -26,5 +26,5 @@ Warning: session_start(): Failed to create session data file path. Too short ses 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 -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 -I live
\ No newline at end of file +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 +I live |