summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-12-21 20:46:11 +0000
committer Eric Hameleers <alien@slackware.com>2023-12-22 13:30:38 +0100
commit7bbe71feeaf755f8126ea2880faa06c2f520eeaf (patch)
tree984c075da423df86112d7beb5a18cd000e2075bf /extra
parentae2de64cd30973b7f9ee6a456409f916d4bffd5c (diff)
downloadcurrent-7bbe71feeaf755f8126ea2880faa06c2f520eeaf.tar.gz
current-7bbe71feeaf755f8126ea2880faa06c2f520eeaf.tar.xz
Thu Dec 21 20:46:11 UTC 202320231221204611_15.0
extra/php81/php81-8.1.27-x86_64-1_slack15.0.txz: Upgraded. This is a bugfix release. For more information, see: https://www.php.net/ChangeLog-8.php#8.1.27
Diffstat (limited to 'extra')
-rwxr-xr-xextra/source/php81/fetch-php.sh4
-rwxr-xr-xextra/source/php81/php81.SlackBuild3
2 files changed, 2 insertions, 5 deletions
diff --git a/extra/source/php81/fetch-php.sh b/extra/source/php81/fetch-php.sh
index d1fa22041..5c9f2517a 100755
--- a/extra/source/php81/fetch-php.sh
+++ b/extra/source/php81/fetch-php.sh
@@ -1,2 +1,2 @@
-lftpget http://us.php.net/distributions/php-8.1.25.tar.xz.asc
-lftpget http://us.php.net/distributions/php-8.1.25.tar.xz
+lftpget http://us.php.net/distributions/php-8.1.27.tar.xz.asc
+lftpget http://us.php.net/distributions/php-8.1.27.tar.xz
diff --git a/extra/source/php81/php81.SlackBuild b/extra/source/php81/php81.SlackBuild
index 968db3be0..95ffb8591 100755
--- a/extra/source/php81/php81.SlackBuild
+++ b/extra/source/php81/php81.SlackBuild
@@ -185,7 +185,6 @@ CXXFLAGS="$SLKCFLAGS -DU_USING_ICU_NAMESPACE=1 -DU_DEFINE_FALSE_AND_TRUE=1" \
--enable-fpm \
--with-fpm-user=apache \
--with-fpm-group=apache \
- --enable-maintainer-zts \
--enable-pcntl \
--enable-mbregex \
--enable-tokenizer=shared \
@@ -194,7 +193,6 @@ CXXFLAGS="$SLKCFLAGS -DU_USING_ICU_NAMESPACE=1 -DU_DEFINE_FALSE_AND_TRUE=1" \
--with-layout=PHP \
--disable-sigchild \
--with-libxml \
- --with-xmlrpc=shared \
--with-expat \
--enable-simplexml \
--enable-xmlreader=shared \
@@ -246,7 +244,6 @@ CXXFLAGS="$SLKCFLAGS -DU_USING_ICU_NAMESPACE=1 -DU_DEFINE_FALSE_AND_TRUE=1" \
--enable-sysvshm \
--with-xsl=shared,/usr \
--with-zip=shared \
- --with-tsrm-pthreads \
--enable-intl=shared \
--enable-opcache \
--enable-shared=yes \