diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-11-29 19:32:48 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-11-30 08:59:57 +0100 |
commit | fe81aafa398acc73a552e56fc7843988242f1fd3 (patch) | |
tree | c56759e862ce466dc6e0fb90f7bd231546537a1b /extra/source | |
parent | d96d2cea65caeb028b82926c830cb19cb43b4481 (diff) | |
download | current-fe81aafa398acc73a552e56fc7843988242f1fd3.tar.gz current-fe81aafa398acc73a552e56fc7843988242f1fd3.tar.xz |
Mon Nov 29 19:32:48 UTC 202120211129193248
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.
Diffstat (limited to 'extra/source')
-rwxr-xr-x | extra/source/php8/fetch-php.sh | 4 | ||||
-rw-r--r-- | extra/source/php8/php.ini-development.diff | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/extra/source/php8/fetch-php.sh b/extra/source/php8/fetch-php.sh index 8f26da55c..cbd7847a4 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 ce12f5a4b..4240941e0 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_<ext>.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=<ext>) 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" |