           SPELL=php
if [[ "$PHP_RC" == y ]]; then
         VERSION=5.1.6	# last was 5.1.0RC6
     SOURCE_HASH=sha512:a648ef6c894ac2b533836ffdd4d0a0c47c15abfe252d8b11cfdc97119500d8b5a5c7c78df27b8079c206ecdda4c02ba95c1dd16708ac839fc261c5d600593572
else
         VERSION=5.1.6
     SOURCE_HASH=sha512:a648ef6c894ac2b533836ffdd4d0a0c47c15abfe252d8b11cfdc97119500d8b5a5c7c78df27b8079c206ecdda4c02ba95c1dd16708ac839fc261c5d600593572
fi
  SECURITY_PATCH=1
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
#if [ "${VERSION//RC/}" == "$VERSION" ]; then
   SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
#else
#   SOURCE_URL[0]=http://downloads.php.net/ilia/$SOURCE
#fi
        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
