From d5ec16e16ce61ba495dd1034499f3f58f7c09bcd Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Fri, 8 Feb 2019 15:35:29 +1300 Subject: [PATCH] Add CHANGES.current entry for PHP 7.3 fixes --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index c64d4cc3c..88dcb1c9a 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,10 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.0.0 (in progress) =========================== +2019-02-08: olly + [PHP] The generated code is now compatible with PHP 7.3, and the + testsuite now runs cleanly with this version too. + 2019-02-04: wsfulton [CFFI] #1447 Common Lisp CFFI has been disabled as a target language in SWIG as part of a clean up to remove target languages that have been neglected/not functional.