Skip to content

Commit 0a2b1a2

Browse files
committed
Fixed test rfc1867_sid_invalid
1 parent 802f9ba commit 0a2b1a2

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

ext/session/tests/rfc1867_sid_invalid.phpt

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ session_destroy();
5252
@unlink(__DIR__ . DIRECTORY_SEPARATOR . "rfc1867_sid_invalid.post.txt");
5353
?>
5454
--EXPECTF--
55-
Warning: PHP Request Startup: Prefix or name cannot contain special characters. Only the A-Z, a-z, 0-9, "-", and "," characters are allowed in Unknown on line 0
55+
Warning: PHP Request Startup: Session ID is too long or contains illegal characters. Only the A-Z, a-z, 0-9, "-", and "," characters are allowed in Unknown on line 0
5656

5757
Warning: PHP Request Startup: Failed to read session data: files (path: ) in Unknown on line 0
5858

5959
Warning: PHP Request Startup: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0
6060

61-
Warning: PHP Request Startup: Prefix or name cannot contain special characters. Only the A-Z, a-z, 0-9, "-", and "," characters are allowed in Unknown on line 0
61+
Warning: PHP Request Startup: Session ID is too long or contains illegal characters. Only the A-Z, a-z, 0-9, "-", and "," characters are allowed in Unknown on line 0
6262

6363
Warning: PHP Request Startup: Failed to read session data: files (path: ) in Unknown on line 0
6464

ext/session/tests/rfc1867_sid_invalid.post

-13
This file was deleted.

0 commit comments

Comments
 (0)