How to know the xdebug version i have installed?

php -v command output includes information about installed XDebug version: $ php -v PHP 5.6.13-1+deb.sury.org~trusty+3 (cli) Copyright (c) 1997-2015 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies with Xdebug v2.3.2, Copyright (c) 2002-2015, by Derick Rethans or $ php -v | grep … Read more

PHPStorm + XDebug Setup Walkthrough

I’ve found a more modern and easier solution partially based on CrasyCoder’s post. The steps you need to do are the following: If your brand new php installation doesn’t contain php.ini, rename the php.ini-development to php.ini Install xdebug with help of the wizard: http://xdebug.org/wizard.php Follow its recommendations literally. Put in your php.ini the string: xdebug.remote_enable=1 … Read more

Can’t install xdebug on Mac with Homebrew

// Working as of 2023 As homebrew removed the extra php repository containing a version with xdebug already installed, you have to install it manually. Summary brew install <php version> for php update your path pecl install xdebug for xdebug Full step-by-step example # update homebrew brew update # install a version of php, e.g. … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)