Search Criteria
Package Details: php70-xdebug 2.6.0-1
Git Clone URL: | https://aur.archlinux.org/php70-xdebug.git (read-only, click to copy) |
---|---|
Package Base: | php70-xdebug |
Description: | PHP extension module that aids debugging and profiling |
Upstream URL: | http://www.xdebug.org |
Licenses: | |
Submitter: | betrixed |
Maintainer: | betrixed |
Last Packager: | betrixed |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-02-07 00:40 |
Last Updated: | 2018-05-13 12:45 |
Latest Comments
rdoursenaud commented on 2018-02-09 10:58
Please rename /usr/bin/debugclient /usr/bin/debugclient70 to avoid conflicting with community package.
pcarvalho commented on 2017-08-03 08:36
i was able to build the package with the PKGBUILD and xdebug.ini from the snapshot.
pcarvalho commented on 2017-08-03 07:58
the package failed with "Unable to read PKGBUILD"
tunght13488 commented on 2017-05-27 02:57
I had to change the package part, otherwise this conflicts with php-xdebug on /usr/bin/debugclient
package() {
backup=("${PHPCONFIG_SCANDIR}/xdebug.ini")
# cd "$srcdir"/$pkg_src/debugclient
# make DESTDIR="$pkgdir" install
cd "$srcdir"/$pkg_src
make INSTALL_ROOT="$pkgdir" install
install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir/${PHPCONFIG_SCANDIR}/xdebug.ini"
install -D -m755 "./debugclient/debugclient" "${pkgdir}/usr/bin/debugclient70"
}