Xampp Xdebug Phpstorm



Hello,


Xdebug Phpstorm Xampp Windows

First of all thank you everyone for your help.
  • Before Docker, Xdebug was relatively straightforward to configure on a platform, in that it was a new set of the php.ini parameters – you’d either just edit the existing php.ini, or load in a custom ini or override. Now we’re running PHP and fpm in a container, so we need to inject the configuration in with docker-compose.
  • Lab Exercise: Installing XAMPP and Configuring it with PhpStorm This document is a walkthrough through the process of installing and configuring XAMPP.After following all steps you will have fully configured XAMPP with PhpStorm integration.

XAMPP is a reliable and fast way to set up environment for PHP programming. It provides all the components required for developing, running, debugging, and unit testing of PHP applications. XAMPP is a good alternative to installing and configuring a Web server, a PHP engine, a database server, and a debug engine separately. PHPstorm for example works very well with Zend Debugger and you will not miss xDebug. We don't provide any support via personal channels like PM, email, Skype, TeamViewer! It's like porn for programmers.

I have been struggling with the installation of xdebug for a while, and it has been very hard and at the end impossible. I have OSX 10.11 El Capitan and XAMP 5.6.3-0.
After fighting for a while I have understood somethings, the Mac comes with a apache server already installed so things like 'phpize' get called from the mac version instead for the Xampp, but the real point is, right now I have installed debug (it comes with Xamp, yes finally I discovered this) but when it's called throws this error (/Applications/XAMP/xamppfiles/logs/error_log)
Code: Select all
Xdebug requires Zend Engine API version 220121212.
The Zend Engine API version 220131226 which is installed, is newer.
Contact Derick Retinas at http://xdebug.org/docs/faq#api for a later version of Xdebug.
Phpstorm

Xdebug Phpstorm Cli

The problem I think is going on here (maybe I'm wrong) is that the server is calling zend from the Mac server (which is outdated and I don't use) instead of the xampp one, but probably I'm wrong.Phpstorm xdebug ssh
Could someone help me please?
Thank you very much