- Update to 2.0.0RC1
PR: ports/104961 Submitted by: Vaidas Zlotkus <r2@music.lt>
This commit is contained in:
parent
f9d982e65b
commit
36fd3ba11c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175958
@ -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-
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user