- phpdbg:
. Fixed crash when advancing (except step) inside an internal function. (Bob)
+- Session:
+ . Fixed bug #71754 (Regression in PHP7.0: trivial script segfaults php-cgi).
+ (Laruence)
+
- SPL:
. Fixed bug #71617 (private properties lost when unserializing ArrayObject).
(Nikita)
* '<session-name>=<session-id>' to allow URLs of the form
* http://yoursite/<session-name>=<session-id>/script.php */
if (PS(define_sid) && !PS(id) &&
+ !Z_ISUNDEF(PG(http_globals)[TRACK_VARS_SERVER]) &&
(data = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "REQUEST_URI", sizeof("REQUEST_URI") - 1)) &&
Z_TYPE_P(data) == IS_STRING &&
(p = strstr(Z_STRVAL_P(data), PS(session_name))) &&