View | Details | Raw Unified | Return to bug 104961
Collapse All | Expand All

(-)php-xdebug/distinfo Tue Oct 31 13:47:19 2006 (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (xdebug-1.3.2.tgz) = bf76f41de570da77ab6db67d2c8cbffe
1
MD5 (xdebug-2.0.0RC1.tgz) = a048de3dbb5a16489921f2096b8003e1
2
SHA256 (xdebug-1.3.2.tgz) = f3f9d2e60d1e7a2621f546812195bd164174933252b5752b778450449eb3b9bd
2
SHA256 (xdebug-2.0.0RC1.tgz) = f3b8a65430f2e727460f8fa1ee9c6b2187befa939f99a10d2cf1fa1042bd42f5
3
SIZE (xdebug-1.3.2.tgz) = 153629
3
SIZE (xdebug-2.0.0RC1.tgz) = 252286
(-)php-xdebug/pkg-descr Tue Oct 31 13:49:49 2006 (-2 / +15 lines)
Lines 1-5 Link Here
1
The Xdebug extension helps you debugging your script by providing a lot of
1
The Xdebug extension helps you debugging your script by providing a lot of
2
valuable debug information. Xdebug can be used from inside a script or by
2
valuable debug information. The debug information that Xdebug can provide
3
a remote debugger.
3
includes the following:
4
5
    * stack and function traces in error messages with:
6
          o full parameter display for user defined functions
7
          o function name, file name and line indications
8
          o support for member functions
9
    * memory allocation
10
    * protection for infinite recursions
11
12
Xdebug also provides:
13
14
    * profiling information for PHP scripts
15
    * script execution analysis
16
    * capabilities to debug your scripts interactively with a debug client

Return to bug 104961