summaryrefslogtreecommitdiffstats
path: root/php-pear/php/DETAILS
blob: 02837d1d3414c6cf11570d396ee2f7ffc9e921bc (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
63
64
           SPELL=php
if [[ $PHP5_BRANCH == stable ]]; then
         VERSION=5.3.10
  SECURITY_PATCH=16
     SOURCE_HASH=sha512:667b0b0871f8edb101115783739c4bfbbf7cbe5c8c090e184a01c4efbad07df882135e23c85fc6630f3ee5d4ec22384b9859942f996708ca6f9a51875b17b527
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://static.php.net/www.php.net/distributions/$SOURCE
   if [[ $PHP5_SUHOSIN == y ]]; then
        VERSIONX=5.3.9
        VERSION2=0.9.10
         SOURCE2=suhosin-patch-$VERSIONX-$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.10
     SOURCE_HASH=sha512:667b0b0871f8edb101115783739c4bfbbf7cbe5c8c090e184a01c4efbad07df882135e23c85fc6630f3ee5d4ec22384b9859942f996708ca6f9a51875b17b527
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://downloads.php.net/johannes/$SOURCE
  SECURITY_PATCH=1
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.10
  SECURITY_PATCH=16
     SOURCE_HASH=sha512:667b0b0871f8edb101115783739c4bfbbf7cbe5c8c090e184a01c4efbad07df882135e23c85fc6630f3ee5d4ec22384b9859942f996708ca6f9a51875b17b527
          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