summaryrefslogtreecommitdiffstats
path: root/php-pear/php/DETAILS
blob: 4eb7cc0e09fd782594c17a3ee40b91bf49e37cfd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
           SPELL=php
if [[ "${PHP5_RC}" == "y" ]]; then
         VERSION=5.2.8
     SOURCE_HASH=sha512:39721b92d0a823ebd2c214c595f6c012ac98bd896ed5ee036855f54bdb97be006aabd247f1e66bc9c106c6e7a4f79e0170dc841d1f3732903353d718a8b3f95a
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://downloads.php.net/ilia/$SOURCE
elif [[ "${PHP5_ALPHA}" == "y" ]]; then
         VERSION=5.3.0alpha3
     SOURCE_HASH=sha512:55e04dc9ce280e53cfbfa49caa1c0b8b1eb6606134b1e6d9022906f593611ad7b24c512fe44576f5a9abcad09f206e5c30a910bdc8d938a736739b65e26063e1
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://downloads.php.net/johannes/$SOURCE
else
         VERSION=5.2.8
  SECURITY_PATCH=8
     SOURCE_HASH=sha512:39721b92d0a823ebd2c214c595f6c012ac98bd896ed5ee036855f54bdb97be006aabd247f1e66bc9c106c6e7a4f79e0170dc841d1f3732903353d718a8b3f95a
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
fi

if [[ "${PHP5_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
      PATCHLEVEL=0
        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