           SPELL=php
if [[ "$PHP_RC" == y ]]; then
         VERSION=5.2.6RC5
  SECURITY_PATCH=6
     SOURCE_HASH=sha512:5e39b27828fb7ebb1f29fd7df9f01dc9748d32af52beb43096c2e0127be840903270ec37b9d98a7c1a62020d053d83bb0fd54221e25940cf3bcb2f691c3428c2
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://downloads.php.net/ilia/$SOURCE
else
         VERSION=5.2.6
  SECURITY_PATCH=7
     SOURCE_HASH=sha512:d01686701b41c1f3cb6444714efd1558cb1b3c227827ac10201c05cc5daa677292e1aacbf62e57e0cf52bf9343aa5d95fe676e6033ed3ad9517358defb511771
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
fi
if [[ $PHP_SUHOSIN == y ]]; then
        VERSION2=0.9.6.2
         SOURCE2=suhosin-patch-$VERSION-$VERSION2.patch.gz
     SOURCE2_URL="http://download.suhosin.org/$SOURCE2"
         SOURCE3=$SOURCE2.sig
     SOURCE3_URL="http://download.suhosin.org/$SOURCE3"
     SOURCE2_GPG="$SOURCE3:suhosin.gpg:UPSTREAM_KEY"
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://www.php.net/
         ENTERED=20011024
      LICENSE[0]=http://www.php.net/license/3_0.txt
        KEYWORDS="php"
           SHORT="Hypertext Preprocessor (PHP) scripting language"
cat << EOF
PHP is a widely-used Open Source general-purpose scripting language
that is especially suited for Web development and can be embedded
into HTML. Its syntax draws upon C, Java, and Perl, and is easy to
learn. PHP runs on many different platforms and can be used as a
standalone executable or as a module under a variety of Web servers.
It has excellent support for databases, XML, LDAP, IMAP, Java,
various Internet protocols, and general data manipulation, and is
extensible via its powerful API. It is actively developed and
supported by a talented and energetic international team. Numerous
Open Source and commercial PHP-based application packages are
available.
EOF
