From e0d705b33cbd0c1af207e5ed344f8dc0b446f6f5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 2 Aug 2020 07:29:27 +0200 Subject: update to 0.47.1 --- 952.patch | 21 --------------------- 1 file changed, 21 deletions(-) (limited to '952.patch') diff --git a/952.patch b/952.patch index 3cba6f5..24e141d 100644 --- a/952.patch +++ b/952.patch @@ -27,25 +27,4 @@ index 17235e11e..869e65da5 100644 function dd_get_startup_logs(array $args = [], array $env = []) -From 60396869f4ee09a68d532d40a5e72c4c0cfcc102 Mon Sep 17 00:00:00 2001 -From: Remi Collet -Date: Thu, 9 Jul 2020 08:09:50 +0200 -Subject: [PATCH 2/2] relax test expectation - ---- - tests/ext/startup_logging_diagnostics.phpt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/tests/ext/startup_logging_diagnostics.phpt b/tests/ext/startup_logging_diagnostics.phpt -index 13c458997..581b6098b 100644 ---- a/tests/ext/startup_logging_diagnostics.phpt -+++ b/tests/ext/startup_logging_diagnostics.phpt -@@ -31,7 +31,7 @@ dd_dump_startup_logs($logs, [ - ]); - ?> - --EXPECTF-- --agent_error: "Could not resolve host: invalid_host" -+agent_error: %sinvalid_host%s - open_basedir_init_hook_allowed: false - open_basedir_container_tagging_allowed: false - service_name: "foo_service" -- cgit