What is the file? I have php.ini and php.ini-dist on my computer.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
php.ini-dist is the sample config file that comes with PHP, php.ini is the live config so you will need to set in this file
magic_quotes_gpc = off
magic_quotes_runtime = off
magic_quotes_sybase = off