diff options
author | James Meyer <james.meyer@operamail.com> | 2010-03-18 21:50:32 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-03-18 21:50:32 (GMT) |
commit | 948970dc8ce2e250324747bf0499c78acfd78912 (patch) | |
tree | e2fa67e15dd5702b69c529c555387717ab4f1ea9 /abs/core-testing/php/PKGBUILD | |
parent | 316d04462eeadfdec54e513357a7ff7a97597a1c (diff) | |
download | linhes_pkgbuild-948970dc8ce2e250324747bf0499c78acfd78912.zip linhes_pkgbuild-948970dc8ce2e250324747bf0499c78acfd78912.tar.gz linhes_pkgbuild-948970dc8ce2e250324747bf0499c78acfd78912.tar.bz2 |
php: remove open_basedir from the configuration.
lighttpd already runs as a restricted user.
if the user wants to use open_basedir all they need todo is uncomment it in /ete/php/php.ini
closes 625
Diffstat (limited to 'abs/core-testing/php/PKGBUILD')
-rw-r--r-- | abs/core-testing/php/PKGBUILD | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/abs/core-testing/php/PKGBUILD b/abs/core-testing/php/PKGBUILD index 975716a..65862a9 100644 --- a/abs/core-testing/php/PKGBUILD +++ b/abs/core-testing/php/PKGBUILD @@ -1,6 +1,6 @@ pkgname=php pkgver=5.2.6 -pkgrel=23 +pkgrel=29 _suhosinver=0.9.6.2 pkgdesc='A high-level scripting language' arch=('i686' 'x86_64') @@ -174,3 +174,15 @@ build() { # install -D -m644 libs/libphp5.so ${pkgdir}/usr/lib/httpd/modules/libphp5.so || return 1 # install -D -m644 ${srcdir}/apache.conf ${pkgdir}/etc/httpd/conf/extra/php5_module.conf || return 1 } + + +md5sums=('7380ffecebd95c6edb317ef861229ebd' + 'f2ec986341a314c271259dbe4d940858' + '0ba86d39163d577c195d57c9129149cd' + '96ca078be6729b665be8a865535a97bf' + '74e5ce5a02488ec91b1c59f539e42936') +md5sums=('7380ffecebd95c6edb317ef861229ebd' + 'f2ec986341a314c271259dbe4d940858' + '13795526fe1a5da17c0aa46d5ea1a5d8' + '96ca078be6729b665be8a865535a97bf' + '74e5ce5a02488ec91b1c59f539e42936') |