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
No known key found for this signature in database
GPG Key ID: 276C2817346D6056
1 changed files with
1 additions and
1 deletions
-
php.ini
|
@ -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 |