From bfa9c98da9076718ea360b5f3e8342f6113f8b33 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Jul 2021 14:39:34 +0200 Subject: update to 1.1.3 add patch for PHP 5 and ZTS (send upstream by email) add patch for PHP 8.1.0beta1 (send upstream by email) --- ev-php81.patch | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 ev-php81.patch (limited to 'ev-php81.patch') diff --git a/ev-php81.patch b/ev-php81.patch new file mode 100644 index 0000000..b9f9657 --- /dev/null +++ b/ev-php81.patch @@ -0,0 +1,42 @@ +From 5550acb75a6f567f5a4a612f442ccde237198a33 Mon Sep 17 00:00:00 2001 +From: Remi Collet +Date: Mon, 26 Jul 2021 14:11:12 +0200 +Subject: [PATCH] fix tests for PHP 8.1.0beta1 + +--- + tests/12_watcher_leak.phpt | 4 ++-- + tests/bug33.phpt | 2 +- + 2 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/tests/12_watcher_leak.phpt b/tests/12_watcher_leak.phpt +index 4b08da3..9d34ee6 100644 +--- a/tests/12_watcher_leak.phpt ++++ b/tests/12_watcher_leak.phpt +@@ -1,9 +1,9 @@ + --TEST-- + Check for EvWatcher object destructors(leaks) ++--INI-- ++memory_limit=2M + --FILE-- +