I commented out all the parameters starting with magic _ in php. ini and restarted them, but I still cannot run them. Baidu is fruitless. Have you ever met and solved the problem-
I commented out all the parameters starting with magic _ in php. ini and restarted them, but I still cannot run them. Baidu is fruitless. Have you ever met and solved the problem --
Directive magic_quotes_gpc is no longer available in php
Reply content:
I commented out all the parameters starting with magic _ in php. ini and restarted them, but I still cannot run them. Baidu is fruitless. Have you ever met and solved the problem --
Directive magic_quotes_gpc is no longer available in php
The cli sapi and cgi sapi of PHP use different configuration files. Find the installation directory and there should be two ini files, one is php. ini, the other is the php-xxx.ini, to ensure that the two files are consistent,
If not, paste 1.php content,
Close magic quotes
Use the browser to see phpinfo. Then use
Php-r 'phpinfo (); '| grep'. ini'
Comparison
Check which configuration file is used. Modify the configuration file as needed
Not a configuration file issue
This function has beenAbolitionNow