From db6267d4de6abbdb65cb82736f0a970c29b26120 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 17 Oct 2019 11:32:28 +0100 Subject: [PATCH] Go with 1.8.4 --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5a90d8cb..6917760a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ -1.8.4 - [RELEASEDATE] +1.8.4 - Thursday 17 October 2019 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +- Fixed #51: User names and passwords need to be escaped if they contain + spaces. (Mark Burdett) - Fixed #61: create_function() is deprecated in PHP 7.2. (Derick Rethans) +- Fixed implode() argument order. (Michael Kliewe) +- Fixed regexp patterns for PHP 7.3 and later. (Derick Rethans) 1.8.3 - Saturday 18 November 2017