summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
Diffstat (limited to 'development')
-rw-r--r--development/xdebug/README2
-rw-r--r--development/xdebug/doinst.sh2
-rw-r--r--development/xdebug/xdebug.SlackBuild10
-rw-r--r--development/xdebug/xdebug.info6
4 files changed, 10 insertions, 10 deletions
diff --git a/development/xdebug/README b/development/xdebug/README
index 3e63e706ec..cef9db2f31 100644
--- a/development/xdebug/README
+++ b/development/xdebug/README
@@ -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
diff --git a/development/xdebug/doinst.sh b/development/xdebug/doinst.sh
index 44c0325a1d..d41438b853 100644
--- a/development/xdebug/doinst.sh
+++ b/development/xdebug/doinst.sh
@@ -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
diff --git a/development/xdebug/xdebug.SlackBuild b/development/xdebug/xdebug.SlackBuild
index 3d4a2b3d16..686a1ea767 100644
--- a/development/xdebug/xdebug.SlackBuild
+++ b/development/xdebug/xdebug.SlackBuild
@@ -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
diff --git a/development/xdebug/xdebug.info b/development/xdebug/xdebug.info
index 7b2d3f7584..13a22d3b21 100644
--- a/development/xdebug/xdebug.info
+++ b/development/xdebug/xdebug.info
@@ -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"