. "$GRIMOIRE/FUNCTIONS" SPELL=php-dev VERSION=$(get_scm_version) SNAP_VER=svn SOURCE=$SPELL-${SNAP_VER}.tar.bz2 SOURCE_IGNORE=volatile LICENSE[0]=http://www.php.net/license/3_0.txt SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${SNAP_VER} SOURCE_URL[0]=svn_http://svn.php.net/repository/php/php-src/trunk:$SPELL-${SNAP_VER} WEB_SITE=http://www.php.net/ ENTERED=20020802 KEYWORDS="php" SHORT='PHP is the Personal Home Page 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