summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2019-03-01 23:11:13 +1300
committerOlly Betts <olly@survex.com>2019-05-22 11:02:29 +1200
commit1dd5d50c9992716a37bfd760f0e7706ce459fef1 (patch)
tree09ecf0f6038317784bbd92ab630f69202c917c66 /CHANGES
parentf042543c6f87cd1598495d23e0afa16d2f4775ed (diff)
downloadswig-1dd5d50c9992716a37bfd760f0e7706ce459fef1.tar.gz
Fix details of ZEND_MODULE_GLOBALS_ACCESSOR change
This is actually needed when using a ZTS build of any PHP 7.x release, nothing specific to PHP 7.2 at all.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 77d570ddb..7fd6b6da2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -939,8 +939,8 @@ Version 4.0.0 (27 Apr 2019)
returning pointers by reference.
2017-12-08: olly
- [PHP] Use ZEND_MODULE_GLOBALS_ACCESSOR to access globals - this
- should make the generated code work with PHP 7.2.0.
+ [PHP] Use ZEND_MODULE_GLOBALS_ACCESSOR to access globals so the
+ generated code builds when PHP was built with ZTS enabled.
2017-12-04: wsfulton
[Python] Add missing checks for failures in calls to PyUnicode_AsUTF8String. Previously a