mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
Merge branch 'PHP-8.0'
* PHP-8.0: Properly initialize PS(mod) on RINIT
This commit is contained in:
commit
f4412f56a2
1 changed files with 2 additions and 1 deletions
|
@ -2691,7 +2691,8 @@ static int php_rinit_session(bool auto_start) /* {{{ */
|
|||
{
|
||||
php_rinit_session_globals();
|
||||
|
||||
if (PS(mod) == NULL) {
|
||||
PS(mod) = NULL;
|
||||
{
|
||||
char *value;
|
||||
|
||||
value = zend_ini_string("session.save_handler", sizeof("session.save_handler") - 1, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue