summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2021-03-18 15:50:52 +1300
committerOlly Betts <olly@survex.com>2021-03-19 08:45:33 +1300
commit71475b0af9677deeaf6fe55c0c5f53fec9f730d2 (patch)
tree3a03c08c1ddc11e1de7580ac4104c89d24441795 /CHANGES.current
parentb7dedecfdd708c5323addc1b28e16cc727e01980 (diff)
downloadswig-71475b0af9677deeaf6fe55c0c5f53fec9f730d2.tar.gz
Improve PHP object creation
Reportedly the code we were using in the directorin case gave segfaults in PHP 7.2 and later - we've been unable to reproduce these, but the new approach is also simpler and should be bit faster too. Fixes #1527, #1975
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index f287e3d60..79d41001f 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -7,6 +7,12 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.1.0 (in progress)
===========================
+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
+ PHP 7.2 and later - we've been unable to reproduce these, but the
+ new approach is also simpler and should be bit faster too.
+
2021-03-18: olly
#1655 [PHP] Fix char* typecheck typemap to accept PHP Null like the
corresponding in typemap does.