- Update to 2.0.0RC1

PR:		ports/104961
Submitted by:	Vaidas Zlotkus <r2@music.lt>
This commit is contained in:
Pav Lucistnik 2006-10-31 22:37:56 +00:00
parent f9d982e65b
commit 36fd3ba11c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175958
3 changed files with 19 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= xdebug
PORTVERSION= 1.3.2
DISTVERSION= 2.0.0RC1
CATEGORIES= devel
MASTER_SITES= http://www.xdebug.org/files/
PKGNAMEPREFIX= php-

View File

@ -1,3 +1,3 @@
MD5 (xdebug-1.3.2.tgz) = bf76f41de570da77ab6db67d2c8cbffe
SHA256 (xdebug-1.3.2.tgz) = f3f9d2e60d1e7a2621f546812195bd164174933252b5752b778450449eb3b9bd
SIZE (xdebug-1.3.2.tgz) = 153629
MD5 (xdebug-2.0.0RC1.tgz) = a048de3dbb5a16489921f2096b8003e1
SHA256 (xdebug-2.0.0RC1.tgz) = f3b8a65430f2e727460f8fa1ee9c6b2187befa939f99a10d2cf1fa1042bd42f5
SIZE (xdebug-2.0.0RC1.tgz) = 252286

View File

@ -1,5 +1,18 @@
The Xdebug extension helps you debugging your script by providing a lot of
valuable debug information. Xdebug can be used from inside a script or by
a remote debugger.
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
* memory allocation
* protection for infinite recursions
Xdebug also provides:
* profiling information for PHP scripts
* script execution analysis
* capabilities to debug your scripts interactively with a debug client
WWW: http://www.xdebug.org/