diff options
author | James Meyer <james.meyer@operamail.com> | 2008-10-24 04:06:56 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-10-24 04:06:56 (GMT) |
commit | ef6e804905b24dcd322c1a4dc698b51fa5ac87e1 (patch) | |
tree | 1752993acf29a917335930ef1c53f48b2ef5450d /abs/core-testing/php/PKGBUILD | |
parent | d8519a519fb67545323e6ac9241e5b74ed65319f (diff) | |
download | linhes_pkgbuild-ef6e804905b24dcd322c1a4dc698b51fa5ac87e1.zip linhes_pkgbuild-ef6e804905b24dcd322c1a4dc698b51fa5ac87e1.tar.gz linhes_pkgbuild-ef6e804905b24dcd322c1a4dc698b51fa5ac87e1.tar.bz2 |
allow_url_fopen in php for mythweb. Needed for MBE status page.
Diffstat (limited to 'abs/core-testing/php/PKGBUILD')
-rw-r--r-- | abs/core-testing/php/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/php/PKGBUILD b/abs/core-testing/php/PKGBUILD index c9c92ac..f824ec7 100644 --- a/abs/core-testing/php/PKGBUILD +++ b/abs/core-testing/php/PKGBUILD @@ -1,6 +1,6 @@ pkgname=php pkgver=5.2.6 -pkgrel=6 +pkgrel=7 _suhosinver=0.9.6.2 pkgdesc='A high-level scripting language' arch=('i686' 'x86_64') |