skip to Main Content

Php versions – Mac Catalina Install Xdebug

I've been struggling to get xdebug to work all day. I have tried a complete reinstall of homebrew, cleared out php and installed the newest version, reinstalled apache (following: https://getgrav.org/blog/macos-catalina-apache-multiple-php-versions) and now have tried to install using pecl as well…

VIEW QUESTION

Php versions – How to install Xdebug on PHP 5.6

I have httpd 2.4.38 win64 VC11 and old PHP 5.6.4 Win32 VC11 x64. I want to install Xdebug but I have an error: Failed loading C:/laragon/bin/php/php-5.6.0-Win32-VC11-x64/extphp_xdebug-2.5.5-5.6-vc11-nts-x86_64 My php.ini [xdebug] zend_extension = "C:laragonbinphpphp-5.6.4-Win32-VC11-x64extphp_xdebug-2.5.5-5.6-vc11-nts-x86_64.dll" xdebug.remote_enable=1 xdebug.remote_connect_back=On xdebug.remote_port="9000" xdebug.profiler_enable=0 xdebug.remote_handler=dbgp xdebug.remote_mode=req xdebug.remote_autostart=true I…

VIEW QUESTION
Back To Top
Search