When we try to install X-Debug manytimes its troublesome. Here is the simple solution
Win7 - Installation
Assuming you have PHP installed and updated. If possible update it, or just check your version using your command prompt
CMD>YOURPARH TO PHP>php -version
This will show you which version of PHP you have installed with other details.
Now create a php info file in Webroot (Localhost / provider webroot) as follows [saving it wtih filename check.php]
<?php
phpinfo();
?>
Run this file from your web server - YOURHOST[:PORT]/check.php?
COPY the output of this page [Simple CTRL+C]
go to http://xdebug.org/wizard.php?
and paste in the box. Click on Analyse my phpinfo() output. This page will give you the instructions to follow for the xdebug installation.[for simplicity name the php_xdebug-VCX-xxx.dll to php_xdebug.dll]
NOTE - in PHP.ini please comment
and put
zend_extension=php_xdebug.dll
if you RUN again php-version from command prompt it will show php details with Xdebug version too.
No comments:
Post a Comment