development/xdebug: Updated for version 2.3.3.

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2016-02-06 22:49:35 +01:00 committed by Willy Sudiarto Raharjo
parent fa74c291e4
commit 57b6030f26
4 changed files with 10 additions and 10 deletions

View file

@ -7,7 +7,7 @@ memory allocation and protection for infinite recursions. Xdebug also
provides profiling information for PHP, scripts, code coverage analysis and
capabilities to debug PHP scripts interactively with a debug client.
Once you've installed xdebug, uncomment the following line in /etc/php/xdebug.ini:
Once you've installed xdebug, uncomment the following line in /etc/php.d/xdebug.ini:
; zend_extension = "/usr/lib/php/extensions/xdebug.so"
Restart your webserver if you're using php with it, and as a recomendation

View file

@ -11,7 +11,7 @@ config() {
# Otherwise, we leave the .new copy for the admin to consider...
}
config etc/php/xdebug.ini.new
config etc/php.d/xdebug.ini.new
/usr/bin/pecl install --nodeps --soft --force --register-only --nobuild \
usr/libLIBDIRSUFFIX/php/.pkgxml/xdebug.xml > /dev/null

View file

@ -3,7 +3,7 @@
# Slackware build script for xdebug
# Copyright (c) 2010, Antonio Hernández Blas <hba.nihilismus@gmail.com>
# Copyright 2011-2014 Heinz Wiesinger, Amsterdam, The Netherlands
# Copyright 2011-2016 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -23,7 +23,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xdebug
VERSION=${VERSION:-2.2.6}
VERSION=${VERSION:-2.3.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -114,9 +114,9 @@ cd debugclient
make install DESTDIR=$PKG
cd ..
mkdir -p $PKG/etc/php
install -m 644 $CWD/xdebug.ini $PKG/etc/php/xdebug.ini.new
sed -i "s/LIBDIR/lib$LIBDIRSUFFIX/g" $PKG/etc/php/xdebug.ini.new
mkdir -p $PKG/etc/php.d
install -m 644 $CWD/xdebug.ini $PKG/etc/php.d/xdebug.ini.new
sed -i "s/LIBDIR/lib$LIBDIRSUFFIX/g" $PKG/etc/php.d/xdebug.ini.new
mkdir -p $PKG/usr/lib$LIBDIRSUFFIX/php/.pkgxml
install -m 644 $TMP/package.xml $PKG/usr/lib$LIBDIRSUFFIX/php/.pkgxml/xdebug.xml

View file

@ -1,8 +1,8 @@
PRGNAM="xdebug"
VERSION="2.2.6"
VERSION="2.3.3"
HOMEPAGE="http://xdebug.org"
DOWNLOAD="http://xdebug.org/files/xdebug-2.2.6.tgz"
MD5SUM="f216356861e27284580d0208060ea7fa"
DOWNLOAD="http://xdebug.org/files/xdebug-2.3.3.tgz"
MD5SUM="60e6fdf41840104a23debe16db15a2af"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libedit"