Update CHANGES.current and RELEASENOTES re PHP8

This commit is contained in:
Olly Betts 2021-03-21 10:54:17 +13:00
commit d18f98c24d
2 changed files with 6 additions and 0 deletions

View file

@ -7,6 +7,9 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.1.0 (in progress)
===========================
2021-03-21: olly
#1929, #1978 [PHP] Add support for PHP 8.
2021-03-19: olly
#1527 [PHP] Improve PHP object creation in directorin case.
Reportedly the code we were using in this case gave segfaults in

View file

@ -7,6 +7,9 @@ Release Notes
Detailed release notes are available with the release and are also
published on the SWIG web site at http://swig.org/release.html.
SWIG-4.2.0 summary:
- Add PHP 8 support.
SWIG-4.0.2 summary:
- A few fixes around doxygen comment handling.
- Ruby 2.7 support added.