Recently, I installed a vld extension in a locally developed windows wamp environment and encountered a strange problem. phpinfo() has
But there is no such thing in cli command mode
Finally, I found that the php.ini pointed to by wamp phpinfo() and the cli command mode are not the same file
C:\wamp\bin\apache\apache2.4.17\bin\php.ini 用于web访问时的配置文件, C:\wamp\bin\php\php5.6.15\php.ini 用于cli命令行使用时的配置文件