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

PHP的VLD插件未生效

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 20:32:15
Original
1262 people have browsed it

系统: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>
Copy after login
Copy after login

最终只显示代码运行结果.而不是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>
Copy after login
Copy after login

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

求解,此问题何故?

谢谢大家!

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

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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template