Package Details: php70-xdebug 2.7.2-1

Git Clone URL: https://aur.archlinux.org/php70-xdebug.git (read-only, click to copy)
Package Base: php70-xdebug
Description: php70 Xdebug extension
Upstream URL: https://xdebug.org/
Licenses: Xdebug
Submitter: el_aur
Maintainer: el_aur
Last Packager: el_aur
Votes: 0
Popularity: 0.000000
First Submitted: 2023-03-01 20:54 (UTC)
Last Updated: 2023-07-11 20:49 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

el_aur commented on 2023-04-03 12:50 (UTC)

Figured out that 2.7.2 is last working version. Will push update soon

Rikj000 commented on 2023-03-30 05:33 (UTC) (edited on 2023-03-30 05:33 (UTC) by Rikj000)

The current version (php70-xdebug-2.9.8-1) fails to build/install on my system.

I figured out that for PHP 7.0, following Xdebug releases are the latest officially supported:
- Xdebug 2.7.0beta1 - Release date: 2018-09-20
- Xdebug 2.7.0alpha1 - Release date: 2018-04-01
- Xdebug 2.6.1 - Release date: 2018-08-02

You can verify this by looking at the Xdebug:
- Supported Versions and Compatibility chart: https://xdebug.org/docs/compat
- Historical Releases page, CTRL + F on "PHP 7.0": https://xdebug.org/download/historical

Personally I've installed Xdebug 2.6.1 as following, and it appears to be working fine:

diff --git a/PKGBUILD b/PKGBUILD
index 0fcec14..db84555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ ext_name=xdebug
 phpbase=70
 suffix=
 pkgname="php${phpbase}-${ext_name}${suffix}"
-pkgver=2.9.8
+pkgver=2.6.1
 source=("http://pecl.php.net/get/$ext_name-$pkgver.tgz")
 pkgrel=1
 pkgdesc="php${phpbase}${suffix} Xdebug extension"
@@ -33,4 +33,4 @@ package() {
     install -m0755 -D ".libs/${ext_name}.so" "${pkgdir}/${ext_dir}/${ext_name}.so"
 }

-sha256sums=('f555b6cc58d96c9965af942d22e0f1818b7a477a410c76b1ab0eebe85a762f8a')
+sha256sums=('dae691d6c052073b886e0c6e1306a707bca9fd18a1e3485384ef6c4aacf1bd77')