summaryrefslogtreecommitdiffstats
path: root/php-pear
diff options
context:
space:
mode:
authorVlad Glagolev2013-06-04 14:44:17 +0400
committerVlad Glagolev2013-06-04 14:44:17 +0400
commite3a0f23e36c0e17b21dda9473d610ae6ebcc4225 (patch)
treec337a5c19d6240527e9a12d2ce30a080bfd49dce /php-pear
parent6b014e47d58c0f4f9891ea3f72a7c268247a0381 (diff)
xdebug: => 2.2.3
Diffstat (limited to 'php-pear')
-rwxr-xr-xphp-pear/xdebug/DETAILS10
-rw-r--r--php-pear/xdebug/HISTORY3
2 files changed, 8 insertions, 5 deletions
diff --git a/php-pear/xdebug/DETAILS b/php-pear/xdebug/DETAILS
index 6227e70c19..506a918096 100755
--- a/php-pear/xdebug/DETAILS
+++ b/php-pear/xdebug/DETAILS
@@ -1,6 +1,6 @@
SPELL=xdebug
- VERSION=2.1.3
- SOURCE_HASH=sha512:574f5e89cd32b8c0ec461d61e32bd3941a3c47488bc6a6d3e17d8a8ac7d3a768d268554dfb7efdb8f5ba0b4078ad5aae283698a4bbe3c84c31cca6a33b62ce9e
+ VERSION=2.2.3
+ SOURCE_HASH=sha512:2ba62010776a1bf05fbbc9bee086b88ce23d257814e309732e4ec3015079213a7a8cf855256edadd8566d564050a6e517ac9f3c239e3be3af0bfdcb3a79d21bc
SOURCE=$SPELL-$VERSION.tgz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://www.xdebug.org/files/$SOURCE
@@ -14,9 +14,9 @@ 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 and function traces in error messages with:
- o full parameter display for user defined functions
- o function name, file name and line indications
- o support for member functions
+ o full parameter display for user defined functions
+ o function name, file name and line indications
+ o support for member functions
* memory allocation
* protection for infinite recursions
EOF
diff --git a/php-pear/xdebug/HISTORY b/php-pear/xdebug/HISTORY
index 8de91d83df..6d5c2a4f08 100644
--- a/php-pear/xdebug/HISTORY
+++ b/php-pear/xdebug/HISTORY
@@ -1,3 +1,6 @@
+2013-06-04 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 2.2.3; cleaned up desc
+
2012-02-19 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 2.1.3