           SPELL=xdebug
         VERSION=2.0.4
     SOURCE_HASH=sha512:6ae866dbbb1e159ec67b7c6d054313dec42edeb9f9b8f23e3873b4b25af6008cd31e358a1aa55a38cd87d97c919364869848ccfaf08c61662121287ec7167301
          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
