I cannot for the life of me get xdebug to install on php 56 compiled with ea4. I have tried EVERYTHING - still in the end, my php -v states:
I have tried to manually compile xdebug using ./configure --with-php-config=/usr/local/cpanel/3rdparty/php/56/bin/php-config and the make install says it installed the extentions at
/usr/local/cpanel/3rdparty/php/56/lib/extensions/no-debug-non-zts-20131226/
but still same output. What the heck is going on?
Code:
ea-php-cli Copyright 2017 cPanel, Inc.
Xdebug requires Zend Engine API version 220121212.
The Zend Engine API version 220131226 which is installed, is newer.
Contact Derick Rethans at Xdebug: Documentation for a later version of Xdebug.
Xdebug requires Zend Engine API version 220121212.
The Zend Engine API version 220131226 which is installed, is newer.
Contact Derick Rethans at Xdebug: Documentation for a later version of Xdebug.
PHP 5.6.33 (cli) (built: Jan 23 2018 14:58:46)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
/usr/local/cpanel/3rdparty/php/56/lib/extensions/no-debug-non-zts-20131226/
but still same output. What the heck is going on?
Last edited by a moderator: