diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-26 17:44:43 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-26 17:44:43 (GMT) |
commit | e4a682fa8bb497bd662e984548908e5514b9f181 (patch) | |
tree | ae47048d41b8afb7d10911f384872a1f7c8c1b44 /abs/core-testing/php/PKGBUILD | |
parent | fff07199375007511e2b51ecb34b785dfe81df37 (diff) | |
download | linhes_pkgbuild-e4a682fa8bb497bd662e984548908e5514b9f181.zip linhes_pkgbuild-e4a682fa8bb497bd662e984548908e5514b9f181.tar.gz linhes_pkgbuild-e4a682fa8bb497bd662e984548908e5514b9f181.tar.bz2 |
php: modify php.ini to match system timezone on install. This shouldn't be needed, but php is what it is.
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 ddc508e..b7b99c1 100644 --- a/abs/core-testing/php/PKGBUILD +++ b/abs/core-testing/php/PKGBUILD @@ -1,6 +1,6 @@ pkgname=php pkgver=5.2.6 -pkgrel=16 +pkgrel=17 _suhosinver=0.9.6.2 pkgdesc='A high-level scripting language' arch=('i686' 'x86_64') |