哥哥们帮我翻译一下
上问问客服如何关闭自动定义全局变量,现在回复了。机器译的不好,烦请各位兄弟高抬贵手翻译一下主要内容
Thank you for using our services.
You can disable the PHP register_globals setting by creating custom php.ini files in your web space.
They need to be in every directory where you have scripts that need the custom settings.
The php.ini files should contain the following lines:
register_globals = off
post_max_size = 20M
memory_limit = 80M
upload_max_filesize = 20M
max_execution_time = 120
expose_php=off
The first line turns off the "register_globals" setting, and the rest of the lines are needed for compatibility reasons.
Note that php.ini files do not work recursively, therefore you need to add the file in each directory where you want the PHP behavior changed. You can create such files using the online Control Panel --> File Manager interface.
Let us know if you need any additional assistance or information. 自己想办法吧。。。。。 好像是说要我建php.ini 写
register_globals = off
post_max_size = 20M
memory_limit = 80M
upload_max_filesize = 20M
max_execution_time = 120
expose_php=off
可是写了之后又没效果.......是不是我译错啦???? The php.ini files should contain the following lines:
关键是首尾两行,应按他设定就行 register_globals = off
post_max_size = 20M
memory_limit = 80M
upload_max_filesize = 20M
max_execution_time = 120
expose_php=off
这个全写了,但是还是没有关闭,,,,好怪呀 那就再问客服..
逼的不行了他就给你解决了 哦,好像是源码的问题,谢谢楼上:victory: 没有多少人在,为了论坛能够繁荣发展
本人人肉刷屏!!
;P ;P
页:
[1]