mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
![]() On ZTS, the global variables are stored in dynamically allocated memory. When the module gets shut down this memory is released. After the module is shut down, only then are the persistent resources cleared. Normally this isn't an issue, but pgsql and odbc refer to the globals to modify some counters, after the globals have been freed. Fix this by guarding the modification. Closes GH-13032. |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
odbc.stub.php | ||
odbc_arginfo.h | ||
odbc_utils.c | ||
php_odbc.c | ||
php_odbc.h | ||
php_odbc_includes.h |