diff options
author | Martin Jansen <martin@divbyzero.net> | 2015-01-22 20:58:15 +0100 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2015-02-01 00:08:35 -0800 |
commit | de31324c221c1791b26350ba106cc26bad23ace9 (patch) | |
tree | c458fba805801325a2e00c04ed97035ea7816a61 /ext/mysql/php_mysql.c | |
parent | e5e251b02309d046680e9190cfc688fab4e5670e (diff) | |
download | php-git-de31324c221c1791b26350ba106cc26bad23ace9.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