1
如何在谷歌應用引擎啓用php curl,phpinfo。 當我在谷歌應用程序引擎運行的phpinfo,我顯示錯誤如何在谷歌應用引擎啓用php curl,phpinfo
Message: phpinfo() has been disabled for security reasons. It can be re-enabled by adding it to the google_app_engine.enable_functions ini variable in your applications php.ini
Filename: controllers/welcome.php
我也得到一個錯誤
Message: php_sapi_name() has been disabled for security reasons. It can be re-enabled by adding it to the google_app_engine.enable_functions ini variable in your applications php.ini
Filename: core/URI.php
我已經改變google_appengine的php.ini文件。但也越來越錯誤
我的php.ini文件:
; Re-enable these soft disabled functions for minishell users.
google_app_engine.enable_functions = "phpinfo, php_uname, php_sapi_name"
google_app_engine.enable_functions = "php_sapi_name"
google_app_engine.enable_curl_lite = "1"
google_app_engine.enable_functions = "phpversion, phpinfo"
是'google_app_engine.enable_curl_lite =「1 「'不足以啓用捲曲? – mboy