Home >Backend Development >PHP Tutorial >PHP的VLD插件未生效

PHP的VLD插件未生效

WBOY
WBOYOriginal
2016-06-06 20:32:151228browse

系统:Ubuntu 14.04
PHP版本:5.5.9
VLD版本:0.13.0

使用PECL安装.

安装成功后,给php.ini添加extension=vld.so

重启apache2后,使用命令:

<code>php -dvld.active=1 test.php
</code>

最终只显示代码运行结果.而不是vld的分析结果.

求解,此问题何故?

谢谢大家!

回复内容:

系统:Ubuntu 14.04
PHP版本:5.5.9
VLD版本:0.13.0

使用PECL安装.

安装成功后,给php.ini添加extension=vld.so

重启apache2后,使用命令:

<code>php -dvld.active=1 test.php
</code>

最终只显示代码运行结果.而不是vld的分析结果.

求解,此问题何故?

谢谢大家!

你看下phpinfo,如果没有vld的话,就是vld没有安装成功,你肯定是哪里步骤出问题了

Statement:
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