From fe81aafa398acc73a552e56fc7843988242f1fd3 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 29 Nov 2021 19:32:48 +0000 Subject: Mon Nov 29 19:32:48 UTC 2021 ap/cdrtools-3.02a09-x86_64-1.txz: Upgraded. d/vala-0.54.4-x86_64-1.txz: Upgraded. x/xauth-1.1.1-x86_64-1.txz: Upgraded. extra/php8/php8-8.1.0-x86_64-1.txz: Upgraded. --- extra/source/php8/fetch-php.sh | 4 ++-- extra/source/php8/php.ini-development.diff | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'extra') diff --git a/extra/source/php8/fetch-php.sh b/extra/source/php8/fetch-php.sh index 8f26da55..cbd7847a 100755 --- a/extra/source/php8/fetch-php.sh +++ b/extra/source/php8/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-8.0.13.tar.xz.asc -lftpget http://us.php.net/distributions/php-8.0.13.tar.xz +lftpget http://us.php.net/distributions/php-8.1.0.tar.xz.asc +lftpget http://us.php.net/distributions/php-8.1.0.tar.xz diff --git a/extra/source/php8/php.ini-development.diff b/extra/source/php8/php.ini-development.diff index ce12f5a4..4240941e 100644 --- a/extra/source/php8/php.ini-development.diff +++ b/extra/source/php8/php.ini-development.diff @@ -1,6 +1,6 @@ ---- ./php.ini-development.orig 2020-05-12 03:09:16.000000000 -0500 -+++ ./php.ini-development 2020-05-12 14:14:32.901530776 -0500 -@@ -899,7 +899,50 @@ +--- ./php.ini-development.orig 2021-11-23 12:56:11.000000000 -0600 ++++ ./php.ini-development 2021-11-29 13:08:24.467109377 -0600 +@@ -905,7 +905,50 @@ ; 'extension='php_.dll') is supported for legacy reasons and may be ; deprecated in a future PHP major version. So, when it is possible, please ; move to the new ('extension=) syntax. @@ -51,10 +51,10 @@ ; Notes for Windows environments : ; ; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+) -@@ -1335,7 +1378,7 @@ +@@ -1350,7 +1393,7 @@ ; where MODE is the octal representation of the mode. Note that this ; does not overwrite the process's umask. - ; http://php.net/session.save-path + ; https://php.net/session.save-path -;session.save_path = "/tmp" +session.save_path = "/var/lib/php" -- cgit v1.2.3