summaryrefslogblamecommitdiffstats
path: root/php-pear/php4/DETAILS
blob: 9ebd92d85effc0a7122d31727fde5acf19ff550f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                     

                                                                                                                                                        








                                                                        
                  
                                                   
                      













                                                                    
           SPELL=php4
         VERSION=4.4.9
     SOURCE_HASH=sha512:8fd269989f98f03300bfb595c00f37eeb7d888048969b18f8926605e2a37ee0552d91c69a8ee63635b2079c53141d16705e88dee662800c5d9a65542dc4caf4b
          SOURCE=php-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$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
  SECURITY_PATCH=6
      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