php74: 7.4.7 -> 7.4.8

Changelog: https://www.php.net/ChangeLog-7.php#7.4.8
This commit is contained in:
Elis Hirwing 2020-07-11 14:41:01 +02:00
parent 0057be6ebc
commit 49316cca66
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F
2 changed files with 3 additions and 2 deletions

View File

@ -284,8 +284,8 @@ let
});
php74base = callPackage generic (_args // {
version = "7.4.7";
sha256 = "0ynq4fz54jpzh9nxvbgn3vrdad2clbac0989ai0yrj2ryc0hs3l0";
version = "7.4.8";
sha256 = "0ql01sfg8l7y2bfwmnjxnfw9irpibnz57ssck24b00y00nkd6j3a";
});
defaultPhpExtensions = { all, ... }: with all; ([

View File

@ -1014,6 +1014,7 @@ in
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
'')
] ++ lib.optional (lib.versionOlder php.version "7.4.8") [
(pkgs.writeText "mysqlnd_fix_compression.patch" ''
--- a/ext/mysqlnd/mysqlnd.h
+++ b/ext/mysqlnd/mysqlnd.h