Browse Source

allow use of libxml_disable_entity_loader in appengine

the zend security model runs libxml_disable_entity_loader to disable it so it's fine to allow
pull/49/head
Aaron Parecki 6 years ago
parent
commit
a5f9376f09
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      php.ini

+ 1
- 1
php.ini View File

@ -1,3 +1,3 @@
extension = "curl.so" extension = "curl.so"
google_app_engine.enable_functions = "php_sapi_name"
google_app_engine.enable_functions = "php_sapi_name, libxml_disable_entity_loader"
open_basedir = none open_basedir = none

Loading…
Cancel
Save