php: update to 7.0.9.
This commit is contained in:
parent
d5d4e3cd1f
commit
e762fb19da
@ -1,5 +1,5 @@
|
||||
--- ./php.ini-production.orig 2016-02-28 18:09:04.154094933 -0500
|
||||
+++ ./php.ini-production 2016-02-28 18:09:09.932094334 -0500
|
||||
--- ./php.ini-production.orig 2016-07-20 09:11:36.000000000 -0400
|
||||
+++ ./php.ini-production 2016-07-21 18:15:02.471993953 -0400
|
||||
@@ -291,7 +291,7 @@
|
||||
; and below. This directive makes most sense if used in a per-directory
|
||||
; or per-virtualhost web server configuration file.
|
||||
@ -27,7 +27,7 @@
|
||||
; On windows:
|
||||
; extension_dir = "ext"
|
||||
|
||||
@@ -857,46 +857,46 @@
|
||||
@@ -857,47 +857,46 @@
|
||||
; If you only provide the name of the extension, PHP will look for it in its
|
||||
; default extension directory.
|
||||
;
|
||||
@ -40,6 +40,7 @@
|
||||
-;extension=php_bz2.dll
|
||||
-;extension=php_curl.dll
|
||||
-;extension=php_fileinfo.dll
|
||||
-;extension=php_ftp.dll
|
||||
-;extension=php_gd2.dll
|
||||
-;extension=php_gettext.dll
|
||||
-;extension=php_gmp.dll
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Template build file for 'php'
|
||||
pkgname=php
|
||||
version=7.0.8
|
||||
version=7.0.9
|
||||
revision=1
|
||||
short_desc="An HTML-embedded scripting language"
|
||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||
@ -15,10 +15,9 @@ makedepends="postgresql-libs-devel libldap-devel libvpx-devel sqlite-devel
|
||||
readline-devel libmysqlclient-devel"
|
||||
conf_files="/etc/php/php.ini"
|
||||
distfiles="http://www.php.net/distributions/php-${version}.tar.gz"
|
||||
checksum=1f024fa6d87594b99fa312e3185c357dcffa42e07d21c726f41d1fa6f773720b
|
||||
checksum=93895a6a610c94751c890e5ee91a7f4bc0eae476b95fe30425d13f7ae88753d5
|
||||
|
||||
# Package build options
|
||||
nocross=yes
|
||||
lib32disabled=yes
|
||||
|
||||
do_build() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user