summaryrefslogtreecommitdiff
path: root/ext/libxml
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2017-11-28 18:00:21 +0100
committerRemi Collet <remi@php.net>2017-11-28 18:00:21 +0100
commit9c8748316ad440588c09c285267132a5605be5e4 (patch)
tree9031bb931c285af88cd8de8e901889541c2fe221 /ext/libxml
parentbd44a2cb05a88fcf0c2fa0ea948a81f4b7bdec79 (diff)
parent2873316d1de9e82c5320bd363a5bf60ef3f25370 (diff)
downloadphp-git-9c8748316ad440588c09c285267132a5605be5e4.tar.gz
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: NEWS NEWS Fixed bug #64938 libxml_disable_entity_loader setting is shared between requests (FPM)
Diffstat (limited to 'ext/libxml')
-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 d88860c4f3..bfc1224eaa 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
};