I've been testing an updated ebuild on amd64 for xdebug 2.2.5 and PHP 5.6. Both seem to work great. Attached is my ebuild. It'd be great if we could get this into the global portage tree so that other PHP 5.6 users can have xdebug. Thanks! --R.J.
Created attachment 385446 [details] xdebug-2.2.5.ebuild
Comment on attachment 385446 [details] xdebug-2.2.5.ebuild --- xdebug-2.2.3.ebuild +++ xdebug-2.2.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.3.ebuild,v 1.5 2013/08/23 13:41:34 ago Exp $ +# $Header EAPI="5" PHP_EXT_NAME="xdebug" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="yes" -USE_PHP="php5-5 php5-3 php5-4" +USE_PHP="php5-6 php5-5 php5-3 php5-4" MY_PV="${PV/_/}" MY_PV="${MY_PV/rc/RC}" @@ -16,7 +16,7 @@ inherit php-ext-source-r2 -KEYWORDS="amd64 ~hppa ppc ppc64 x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" DESCRIPTION="A PHP debugging and profiling extension" HOMEPAGE="http://www.xdebug.org/"
*** This bug has been marked as a duplicate of bug 511736 ***