php5.4命令行运行php报错

WBOY
Release: 2016-06-06 20:46:20
Original
1274 people have browsed it

php5.4命令行运行php报错

我把php.ini里magic_开头的参数都注释了然后重启还是没法运行,百度无果,有碰到过并解决的大神吗- -
directive magic_quotes_gpc is no longer available in php

回复内容:

php5.4命令行运行php报错

我把php.ini里magic_开头的参数都注释了然后重启还是没法运行,百度无果,有碰到过并解决的大神吗- -
directive magic_quotes_gpc is no longer available in php

PHP 的 cli sapi 与 cgi sapi 使用的不是同一个配置文件,找到你安装目录下,应该有两个ini,一个是php.ini, 另一个是php-xxx.ini ,确保两个文件保持一致、

如果仍然不好使,贴 1.php 内容、

关闭魔术引号

使用浏览器看看phpinfo. 然后用

<code>php -r 'phpinfo();' | grep '.ini'
</code>
Copy after login

比较一下

看看使用的是哪个配置文件。依情况修改配置文件

不是配置文件的问题
这个函数在php5.4里面 已经被废除

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template