diff options
author | Julien Lepiller <julien@lepiller.eu> | 2023-01-28 14:21:12 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2023-02-11 21:13:36 +0100 |
commit | 4d4fad681983a1a44da3a7a5c032cb26febd3ef2 (patch) | |
tree | a307885adf78b9be92b1318a9786afe39a1d153c /gnu/packages/patches/php-curl-compat.patch | |
parent | c8423a5457a846e42634a9a644916abfeceab5f2 (diff) | |
download | guix-4d4fad681983a1a44da3a7a5c032cb26febd3ef2.tar guix-4d4fad681983a1a44da3a7a5c032cb26febd3ef2.tar.gz |
gnu: php: Update to 8.2.2.
* gnu/packages/php.scm (php): Update to 8.2.2.
* gnu/packages/patches/php-curl-compat.patch: Remove file.
* gnu/packages/patches/php-bug-74093-test.patch: Remove file.
* gnu/packages/patches/php-fix-streams-copy-length.patch: New file.
* gnu/local.mk (dist_patch_DATA): Remove them. Add it.
Diffstat (limited to 'gnu/packages/patches/php-curl-compat.patch')
-rw-r--r-- | gnu/packages/patches/php-curl-compat.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gnu/packages/patches/php-curl-compat.patch b/gnu/packages/patches/php-curl-compat.patch deleted file mode 100644 index 0617251194..0000000000 --- a/gnu/packages/patches/php-curl-compat.patch +++ /dev/null @@ -1,17 +0,0 @@ -Fix test result with cURL 7.83 and later. - -Taken from upstream: - - https://github.com/php/php-src/commit/a4179e4c92b6365d39e09cb9cd63c476848013af - -diff --git a/ext/curl/tests/curl_basic_007.phpt b/ext/curl/tests/curl_basic_007.phpt -index 3b53658d6a7e..3834e4674f82 100644 ---- a/ext/curl/tests/curl_basic_007.phpt -+++ b/ext/curl/tests/curl_basic_007.phpt -@@ -20,5 +20,5 @@ curl_close($ch); - - ?> - --EXPECTF-- --string(%d) "No URL set!%w" -+string(%d) "No URL set%A" - int(3) |