mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
fix ws issue introduce in my use_trans_sid commit...
# still getting used to emacs
This commit is contained in:
parent
009b5575fa
commit
454d13652e
1 changed files with 2 additions and 2 deletions
|
@ -839,8 +839,8 @@ static void php_session_start(TSRMLS_D)
|
|||
Z_TYPE_PP(data) == IS_ARRAY &&
|
||||
zend_hash_find(Z_ARRVAL_PP(data), PS(session_name),
|
||||
lensess + 1, (void **) &ppid) == SUCCESS) {
|
||||
PPID2SID;
|
||||
PS(apply_trans_sid) = 0;
|
||||
PPID2SID;
|
||||
PS(apply_trans_sid) = 0;
|
||||
send_cookie = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue