summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-11-27 17:06:57 +0100
committerRemi Collet <remi@php.net>2017-11-28 17:58:28 +0100
commit8e5b9532da0308c50c9cb316e9fda530becdc543 (patch)
treef2e1b00d49122dd6f134c725fb138c55477e1b19
parent7e0feb88562c2488240664e1f6ab42f42dae3cb6 (diff)
downloadphp-git-8e5b9532da0308c50c9cb316e9fda530becdc543.tar.gz
Fixed bug #64938 libxml_disable_entity_loader setting is shared between requests (FPM)
-rw-r--r--ext/libxml/libxml.c1
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
};