           SPELL=xdebug
         VERSION=2.1.3
     SOURCE_HASH=sha512:574f5e89cd32b8c0ec461d61e32bd3941a3c47488bc6a6d3e17d8a8ac7d3a768d268554dfb7efdb8f5ba0b4078ad5aae283698a4bbe3c84c31cca6a33b62ce9e
          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
