summaryrefslogtreecommitdiffstats
path: root/php-pear/php/DETAILS
blob: 029fcb98081b7631edef90324c2505944e5347de (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
           SPELL=php
if [[ $PHP5_BRANCH == stable ]]; then
         VERSION=5.3.9
  SECURITY_PATCH=15
     SOURCE_HASH=sha512:b3c03223c15045feae83e68b1b276456ed79979cb834ac2080379ff6e9ad64e2aa2ab5fb3e2fd94eb0c3217bd7350c33d0acba9da5675b58caab79216fdec9bf
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
   if [[ $PHP5_SUHOSIN == y ]]; then
        VERSION2=0.9.10
         SOURCE2=suhosin-patch-$VERSION-$VERSION2.patch.gz
     SOURCE2_URL="http://download.suhosin.org/$SOURCE2"
         SOURCE3=$SOURCE2.sig
  SOURCE3_IGNORE=signature
     SOURCE3_URL="http://download.suhosin.org/$SOURCE3"
     SOURCE2_GPG="$SOURCE3:suhosin.gpg:UPSTREAM_KEY"
   fi
elif [[ $PHP5_BRANCH == alpha ]]; then
         VERSION=5.3.9
     SOURCE_HASH=sha512:b3c03223c15045feae83e68b1b276456ed79979cb834ac2080379ff6e9ad64e2aa2ab5fb3e2fd94eb0c3217bd7350c33d0acba9da5675b58caab79216fdec9bf
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://downloads.php.net/johannes/$SOURCE
elif [[ $PHP5_BRANCH == legacy ]]; then
         VERSION=5.2.17
  SECURITY_PATCH=16
     SOURCE_HASH=sha512:baf3b5038468c9fa7c1a9e0506ed23559c21ba8df29380498a24e8d31c4c5f3633f29b1bc2faa3e59c6e5336536c09e19a5462b0a9d5916181c08f1f19abbca8
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
  if [[ $PHP5_SUHOSIN == y ]]; then
        VERSIONX=5.2.16
        VERSION2=0.9.7
         SOURCE2=suhosin-patch-$VERSIONX-$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
else
         VERSION=5.3.9
  SECURITY_PATCH=15
     SOURCE_HASH=sha512:b3c03223c15045feae83e68b1b276456ed79979cb834ac2080379ff6e9ad64e2aa2ab5fb3e2fd94eb0c3217bd7350c33d0acba9da5675b58caab79216fdec9bf
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://downloads.php.net/johannes/$SOURCE
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