summaryrefslogtreecommitdiff
path: root/php-fpm/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2020-02-15 13:56:55 +0100
committerJuergen Daubert <jue@jue.li>2020-02-15 13:56:55 +0100
commit498a46b4a4b4663fafc59c9ecfd4b8ee591ff2c5 (patch)
tree2f3ca956b0a00acdf660c98abf41ee88305dec33 /php-fpm/Pkgfile
parent2f22c64263815f40e5f90002ef23e142f4acb821 (diff)
downloadopt-498a46b4a4b4663fafc59c9ecfd4b8ee591ff2c5.tar.gz
opt-498a46b4a4b4663fafc59c9ecfd4b8ee591ff2c5.tar.xz
php-fpm: update to 7.4.2
Diffstat (limited to 'php-fpm/Pkgfile')
-rw-r--r--php-fpm/Pkgfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/php-fpm/Pkgfile b/php-fpm/Pkgfile
index fa96257b9..62fc30236 100644
--- a/php-fpm/Pkgfile
+++ b/php-fpm/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: libpcre2 libxml2
name=php-fpm
-version=7.3.14
+version=7.4.2
release=1
source=(http://php.net/distributions/php-$version.tar.xz
php-fpm)
@@ -19,10 +19,9 @@ build () {
--with-config-file-path=/etc/php \
--with-config-file-scan-dir=/etc/php/conf.d \
--with-zlib \
- --with-pcre-regex=/usr \
+ --with-external-pcre \
--disable-static --disable-debug \
--without-sqlite3 --without-pdo-sqlite \
- --without-libzip \
--without-pear"
EXTENSION_DIR=/usr/lib/php/extensions \

Generated by cgit