mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-06-18 02:01:47 +02:00
backporting old php version for zabbix
This commit is contained in:
parent
d2fcf8566a
commit
947ddd8a1c
3 changed files with 451 additions and 0 deletions
17
glicid/packages/patches/php-curl-compat.patch
Normal file
17
glicid/packages/patches/php-curl-compat.patch
Normal file
|
@ -0,0 +1,17 @@
|
|||
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)
|
Loading…
Add table
Add a link
Reference in a new issue