mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Update SAPI modules to interface with the new TSRM.
Enable thread-safety memory debugging in ISAPI when in debug mode
This commit is contained in:
parent
9a0b61a619
commit
030b707296
12 changed files with 13 additions and 12 deletions
|
@ -652,6 +652,7 @@ static void basic_globals_ctor(BLS_D)
|
|||
|
||||
#ifdef TRANS_SID
|
||||
memset(&BG(url_adapt_state), 0, sizeof(BG(url_adapt_state)));
|
||||
memset(&BG(url_adapt_state_ex), 0, sizeof(BG(url_adapt_state_ex)));
|
||||
#endif
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue