Merge branch 'PHP-7.3'

* PHP-7.3:
  Fix failing ext/session/tests due to final newlines
This commit is contained in:
Peter Kokot 2018-10-14 13:41:32 +02:00
commit b419732ddb
8 changed files with 0 additions and 8 deletions

View file

@ -42,7 +42,6 @@ ob_end_flush();
?>
--EXPECT--
*** Testing session_module_name() : variation ***
array(3) {
["Blah"]=>
string(12) "Hello World!"

View file

@ -58,7 +58,6 @@ ob_end_flush();
?>
--EXPECTF--
*** Testing session_set_save_handler() : basic functionality ***
string(%d) "%s"
Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d

View file

@ -51,7 +51,6 @@ ob_end_flush();
?>
--EXPECTF--
*** Testing session_set_save_handler() : using closures as callbacks ***
string(%d) "%s"
Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d

View file

@ -26,7 +26,6 @@ ob_end_flush();
?>
--EXPECTF--
*** Testing session_set_save_handler() : variation ***
bool(true)
Warning: session_set_save_handler(): Cannot change save handler when session is active in %s on line 17

View file

@ -28,7 +28,6 @@ ob_end_flush();
?>
--EXPECTF--
*** Testing session_set_save_handler() : variation ***
int(2)
Warning: session_save_path(): Cannot change save path when session is active in %s on line 16

View file

@ -51,7 +51,6 @@ ob_end_flush();
?>
--EXPECTF--
*** Testing session_set_save_handler() : variation ***
Open [%s,PHPSESSID]
Read [%s,%s]
GC [0]

View file

@ -57,7 +57,6 @@ ob_end_flush();
?>
--EXPECTF--
*** Testing session_set_save_handler() : variation ***
string(0) ""
*** Without lazy_write ***
bool(true)

View file

@ -62,7 +62,6 @@ ob_end_flush();
?>
--EXPECTF--
*** Testing session_set_save_handler() : test write short circuit ***
Open [%s,PHPSESSID]
CreateID [PHPT-%s]
Read [%s,%s]