Skip to content

Commit

Permalink
Fixed bug #64938 libxml_disable_entity_loader setting is shared betwe…
Browse files Browse the repository at this point in the history
…en requests (FPM)
  • Loading branch information
remicollet committed Nov 28, 2017
1 parent 7e0feb8 commit 8e5b953
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/libxml/libxml.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down

0 comments on commit 8e5b953

Please sign in to comment.