diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2012-04-22 12:29:48 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-04-22 12:29:48 -0400 |
commit | 4396f3007ba0f61addaedf2961d3f5e4d135f7d0 (patch) | |
tree | 1341290c202e8501d3a9e5e5ad602ccc032b6d40 /development | |
parent | dfb9003fd962b26f5565ee7754d7fc8678bfca9e (diff) | |
download | slackbuilds-4396f3007ba0f61addaedf2961d3f5e4d135f7d0.tar.gz |
development/xdebug: Updated for version 2.1.4.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/xdebug/README | 12 | ||||
-rw-r--r-- | development/xdebug/xdebug.SlackBuild | 4 | ||||
-rw-r--r-- | development/xdebug/xdebug.info | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/development/xdebug/README b/development/xdebug/README index e013cddff8..9d9c7d2a80 100644 --- a/development/xdebug/README +++ b/development/xdebug/README @@ -1,10 +1,10 @@ Xdebug (A PHP extension for debugging PHP scripts) -The Xdebug extension helps you debugging your script by providing a lot of -valuable debug information. The debug information that Xdebug can provide -includes the following: stack traces and function traces in error messages, -memory allocation and protection for infinite recursions. Xdebug also -provides profiling information for PHP, scripts, code coverage analysis and +The Xdebug extension helps you debugging your script by providing a lot of +valuable debug information. The debug information that Xdebug can provide +includes the following: stack traces and function traces in error messages, +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. This requires libedit. @@ -12,7 +12,7 @@ This requires libedit. Once you've installed xdebug, uncomment the following line in /etc/php/xdebug.ini: ; zend_extension = "/usr/lib/php/extensions/xdebug.so" -Restart your webserver if you're using php with it, and as a recomendation +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, you have been successful!" diff --git a/development/xdebug/xdebug.SlackBuild b/development/xdebug/xdebug.SlackBuild index 19f453112f..e97474628e 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 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2011-2012 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.1.2} +VERSION=${VERSION:-2.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/xdebug/xdebug.info b/development/xdebug/xdebug.info index 56eb96c135..e5b58dfc98 100644 --- a/development/xdebug/xdebug.info +++ b/development/xdebug/xdebug.info @@ -1,10 +1,10 @@ PRGNAM="xdebug" -VERSION="2.1.2" +VERSION="2.1.4" HOMEPAGE="http://xdebug.org" -DOWNLOAD="http://xdebug.org/files/xdebug-2.1.2.tgz" -MD5SUM="3a9c3402063c8163de6e419ddc8d96e7" +DOWNLOAD="http://xdebug.org/files/xdebug-2.1.4.tgz" +MD5SUM="0a1339ad8053eface15ed6420a295939" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Heinz Wiesinger" EMAIL="pprkut@liwjatan.at" -APPROVED="rworkman" +APPROVED="dsomero" |