I am trying to get the following to setup work:
When I run phpinfo() from Xampps homepage, XDebug it is not listed anywhere. I checked the Apache error logs and there are no errors, so it seems to load the module without problem? I haven't used PHP in years so I have no clue why this isn't working.
[PHP.ini]
[XDebug]
zend_extension_ts = "C:\xampp\php\ext\php_xdebug-2.1.0-5.3-vc9-x86_64.dll"
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "localhost"
xdebug.remote_port = 9000
XAMPP for Mac OS X includes the XDebug PHP debugger, but it needs to be added to the "php. ini" file so that XDebug runs when Apache is started. To do this, open up the php. ini file, located at "/Applications/XAMPP/xamppfiles/etc/php.
PHP Version Support # In general, at any point when an Xdebug version is released, it will support the currently supported PHP versions. On Windows you need at least PHP 7.4. 20 or PHP 8.0.
I think you don't have the right compiler version. Copy the output of your phpinfo onto this page and it will tell you which version you need.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With