           SPELL=xdebug
         VERSION=2.0.5
     SOURCE_HASH=sha512:ebca31ae25171e5946350ab9d41e21bd0090a380c89182add32845373d8c1dac867d0cefc9fb88048fe24d438b63a935552720468dcb1070b1ae6d9e4ac55d55
          SOURCE=$SPELL-$VERSION.tgz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://www.xdebug.org/files/$SOURCE
      LICENSE[0]=PHP
        WEB_SITE=http://www.xdebug.org/
         ENTERED=20020730
        KEYWORDS="debugger php"
           SHORT="PHP debugging extension"
cat << EOF
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
* memory allocation
* protection for infinite recursions
EOF
