diff options
Diffstat (limited to 'abs/core/php')
| -rw-r--r-- | abs/core/php/PKGBUILD | 4 | ||||
| -rw-r--r-- | abs/core/php/__changelog | 3 | 
2 files changed, 4 insertions, 3 deletions
| diff --git a/abs/core/php/PKGBUILD b/abs/core/php/PKGBUILD index b1b4cdc..122c6ca 100644 --- a/abs/core/php/PKGBUILD +++ b/abs/core/php/PKGBUILD @@ -22,7 +22,7 @@ pkgname=('php'           'php-tidy'           'php-xsl')  pkgver=5.4.8 -pkgrel=1 +pkgrel=2  arch=('i686' 'x86_64')  license=('PHP')  url='http://www.php.net' @@ -187,7 +187,7 @@ build() {  package_php() {  	pkgdesc='An HTML-embedded scripting language' -	depends=('pcre' 'libxml2' 'bzip2' 'curl') +	depends=('pcre' 'libxml2' 'bzip2' 'curl' 'php-gd' 'php-mcrypt')  	replaces=('php-fileinfo' 'php-gmp' 'php-curl')  	provides=('php-fileinfo' 'php-gmp' 'php-curl')  	conflicts=('php-fileinfo' 'php-gmp' 'php-curl') diff --git a/abs/core/php/__changelog b/abs/core/php/__changelog index 46f3ff3..5e9fead 100644 --- a/abs/core/php/__changelog +++ b/abs/core/php/__changelog @@ -14,6 +14,7 @@ short_tags On      ==> "extension=ftp.so"      ==> "extension=zip.so" +==> add php-gd and php-mcrypt as depends of php since we have them in php.ini  syslog.error on @@ -27,4 +28,4 @@ then      then          sed -i 's|^.*date.timezone.*$|date.timezone='${timezone}'|' /etc/php/php.ini      fi -fi
\ No newline at end of file +fi | 
