|
|
dengjinfeng88
发表于 2011-10-24 12:32:37
|
显示全部楼层
我也有楼主这个问题,急啊!
本地测试没问题,我在godaddy根目录的php.ini配置文件里添加了allow_call_time_pass_reference = On output_buffering = 4096 这两项,
但还是出现楼主的这样的问题,是不是得要等到服务器重新启动才能生效呢?
godaddy上php.ini配置如下:
register_globals = off
allow_url_fopen = off
allow_call_time_pass_reference = On
output_buffering = 4096
expose_php = Off
max_input_time = 60
variables_order = "EGPCS"
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
; Only uncomment zend optimizer lines if your application requires Zend Optimizer support
;[Zend]
;zend_optimizer.optimization_level=15
;zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
;zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
;zend_extension=/usr/local/Zend/lib/Optimizer-3.3.3/ZendExtensionManager.so
;zend_extension_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3/ZendExtensionManager_TS.so
; -- Be very careful to not to disable a function which might be needed!
; -- Uncomment the following lines to increase the security of your PHP site.
;disable_functions = "highlight_file,ini_alter,ini_restore,openlog,passthru,
; phpinfo, exec, system, dl, fsockopen, set_time_limit,
; popen, proc_open, proc_nice,shell_exec,show_source,symlink"
配置中除了allow_call_time_pass_reference = On output_buffering = 4096,其他都是申请空间时默认的。
哪位达人有这样的问题吗? 帮忙看看,不胜感激了 |
|