summaryrefslogtreecommitdiff
path: root/php/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2019-04-10 15:26:35 +0200
committerJuergen Daubert <jue@jue.li>2019-04-10 15:26:35 +0200
commitdf3d7a322ca66f03d42e05e3c98e89634e593a63 (patch)
tree1fbe427064295af4f84cdf4ef67aa7de16eb5b30 /php/Pkgfile
parentf19c8171aba98b6d316b5eb748d9b8adc2c2421b (diff)
downloadopt-df3d7a322ca66f03d42e05e3c98e89634e593a63.tar.gz
opt-df3d7a322ca66f03d42e05e3c98e89634e593a63.tar.xz
php: update to 7.3.4
Diffstat (limited to 'php/Pkgfile')
-rw-r--r--php/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/php/Pkgfile b/php/Pkgfile
index 5ce0c5481..c8e029db4 100644
--- a/php/Pkgfile
+++ b/php/Pkgfile
@@ -1,10 +1,10 @@
# Description: PHP interpreter, extension modules and support stuff
# URL: http://www.php.net
# Maintainer: Juergen Daubert, jue at crux dot nu
-# Depends on: libpcre libxml2 curl db gdbm
+# Depends on: libpcre2 libxml2 curl db gdbm
name=php
-version=7.2.17
+version=7.3.4
release=1
source=(http://php.net/distributions/php-$version.tar.xz)
@@ -21,6 +21,7 @@ build () {
--with-pcre-regex=/usr \
--disable-static --disable-debug \
--without-sqlite3 --without-pdo-sqlite \
+ --without-libzip \
--without-pear"
local PHP_SHARED="

Generated by cgit