summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
diff options
context:
space:
mode:
authorMartin Jansen <martin@divbyzero.net>2015-01-22 20:58:15 +0100
committerMartin Jansen <martin@divbyzero.net>2015-01-22 20:58:15 +0100
commitc1eb87ab1a2e2df1868b70cd7b8016c6147092c5 (patch)
tree06338433b613cb576ddb7cf46c295d6aff98653d /ext/mysql/php_mysql.c
parent1010b0ea4f4b9f96ae744f04c1191ac228580e48 (diff)
downloadphp-git-c1eb87ab1a2e2df1868b70cd7b8016c6147092c5.tar.gz
Fix bug #64938: libxml_disable_entity_loader setting is shared between threads
The availability of entity loading is stored in a module global which previously was only initialized in the GINIT constructor. This had the effect that disabling the entity loader in one request caused subsequent requests hitting the same Apache child process to also have the loader disabled. With this change the loader is explicitely enabled in the request init phase.
Diffstat (limited to 'ext/mysql/php_mysql.c')
0 files changed, 0 insertions, 0 deletions