summaryrefslogtreecommitdiffstats
path: root/development/xdebug
diff options
context:
space:
mode:
author Heinz Wiesinger2011-12-18 22:38:56 +0100
committer Robby Workman2011-12-18 22:38:56 +0100
commit5278f68119ffa549c2e3b970afecfefdeaea974a (patch)
tree149f2267c60cf829b3d23853b492f1871f19cf30 /development/xdebug
parentf4feb46dfa67ce79f9763327538824076d45f775 (diff)
downloadslackbuilds-5278f68119ffa549c2e3b970afecfefdeaea974a.tar.gz
development/xdebug: Updated for version 2.1.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/xdebug')
-rw-r--r--development/xdebug/README7
-rw-r--r--development/xdebug/xdebug.SlackBuild4
-rw-r--r--development/xdebug/xdebug.info8
-rw-r--r--development/xdebug/xdebug.ini4
4 files changed, 15 insertions, 8 deletions
diff --git a/development/xdebug/README b/development/xdebug/README
index f8cb67bcce..e013cddff8 100644
--- a/development/xdebug/README
+++ b/development/xdebug/README
@@ -13,6 +13,9 @@ Once you've installed xdebug, uncomment the following line in /etc/php/xdebug.in
; zend_extension = "/usr/lib/php/extensions/xdebug.so"
Restart your webserver if you're using php with it, and as a recomendation
-from xdebug's README: "Write a PHP page that calls "phpinfo();" Load it
-in a browser and look for the info on the xdebug module. If you see it,
+from xdebug's README: "Write a PHP page that calls "phpinfo();" Load it
+in a browser and look for the info on the xdebug module. If you see it,
you have been successful!"
+
+Note that some of xdebug's functionality may be dependent on php core
+configuration settings.
diff --git a/development/xdebug/xdebug.SlackBuild b/development/xdebug/xdebug.SlackBuild
index 97911fd22a..19f453112f 100644
--- a/development/xdebug/xdebug.SlackBuild
+++ b/development/xdebug/xdebug.SlackBuild
@@ -23,7 +23,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xdebug
-VERSION=${VERSION:-2.1.1}
+VERSION=${VERSION:-2.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -111,7 +111,7 @@ cd debugclient
--with-libedit
make
make install DESTDIR=$PKG
-cd -
+cd ..
mkdir -p $PKG/etc/php
install -m 644 $CWD/xdebug.ini $PKG/etc/php/xdebug.ini.new
diff --git a/development/xdebug/xdebug.info b/development/xdebug/xdebug.info
index 4b0ac59ece..56eb96c135 100644
--- a/development/xdebug/xdebug.info
+++ b/development/xdebug/xdebug.info
@@ -1,10 +1,10 @@
PRGNAM="xdebug"
-VERSION="2.1.1"
+VERSION="2.1.2"
HOMEPAGE="http://xdebug.org"
-DOWNLOAD="http://xdebug.org/files/xdebug-2.1.1.tgz"
-MD5SUM="fcdf078e715f44b77f13bac721ad63ce"
+DOWNLOAD="http://xdebug.org/files/xdebug-2.1.2.tgz"
+MD5SUM="3a9c3402063c8163de6e419ddc8d96e7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
-APPROVED="Niels Horn"
+APPROVED="rworkman"
diff --git a/development/xdebug/xdebug.ini b/development/xdebug/xdebug.ini
index 3656277cbe..0ec0bd6512 100644
--- a/development/xdebug/xdebug.ini
+++ b/development/xdebug/xdebug.ini
@@ -1,6 +1,10 @@
; Enable xdebug extension module
;zend_extension="/usr/LIBDIR/php/extensions/xdebug.so"
+; This config file collects examples for the most commonly used
+; configuration options of xdebug. For a list of all possible
+; options take a look at http://xdebug.org/docs/all_settings
+
; Enable xdebug
;xdebug.default_enable=On