Changes

From SME Server
Jump to navigationJump to search
Line 203: Line 203:  
First you need to install the xdebug packages eg:
 
First you need to install the xdebug packages eg:
   −
  yum install php74-php-pecl-xdebug
+
{{Note box|Xdebug 3 is not available for PHP versions less than 7.2 You will need php54-php-pecl-xdebug}}
  yum install php80-php-pecl-xdebug
+
 
 +
  yum install php74-php-pecl-xdebug3
 +
  yum install php80-php-pecl-xdebug3
 +
 
 +
Or
 +
 
 +
yum install php*php-pecl-xdebug3
    
Next you need a small template fragment to enable remote debugging:
 
Next you need a small template fragment to enable remote debugging:

Navigation menu