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.
This commit is contained in:
parent
f042543c6f
commit
1dd5d50c99
1 changed files with 2 additions and 2 deletions
4
CHANGES
4
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue