There are 2 php.ini
files in most Apache/PHP installations and definitely in WAMPServer
To amend the correct php.ini
used by PHP in Apache use the menus
wampmanager->PHP->php.ini
But for the php.ini
file used by the PHP CLI you have to manually edit
wampinphpphp{version}php.ini
the result of a php -v
should look like this if XDEBUG is configured in the CLI
php -v
PHP 7.0.6 (cli) (built: Apr 27 2016 14:00:40) ( ZTS )
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
with Xdebug v2.4.0, Copyright (c) 2002-2016, by Derick Rethans
NOTE
The current WAMPServer 3 is 3.0.4
ADDON upgrades can be found on SourceForge
The latest ADDON PHP Version is PHP7.0.6 also available on SourceForge
See The WampServer Forum to keep up to date with the latest releases of PHP / MYSQL / Apache ADDONS for WAMPServer 3
Also :
You may find that you have to tweek the XDEBUG config parameters in the php.ini
to suit your specific needs
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…