diff options
author | Remi Collet <remi@remirepo.net> | 2017-11-27 17:06:57 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2017-11-28 17:58:28 +0100 |
commit | 8e5b9532da0308c50c9cb316e9fda530becdc543 (patch) | |
tree | f2e1b00d49122dd6f134c725fb138c55477e1b19 /ext/libxml | |
parent | 7e0feb88562c2488240664e1f6ab42f42dae3cb6 (diff) | |
download | php-git-8e5b9532da0308c50c9cb316e9fda530becdc543.tar.gz |
Fixed bug #64938 libxml_disable_entity_loader setting is shared between requests (FPM)
Diffstat (limited to 'ext/libxml')
-rw-r--r-- | ext/libxml/libxml.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/libxml/libxml.c b/ext/libxml/libxml.c index a029b9f477..da30004f36 100644 --- a/ext/libxml/libxml.c +++ b/ext/libxml/libxml.c @@ -848,7 +848,6 @@ static PHP_MINIT_FUNCTION(libxml) if (sapi_module.name) { static const char * const supported_sapis[] = { "cgi-fcgi", - "fpm-fcgi", "litespeed", NULL }; |