From 1dd5d50c9992716a37bfd760f0e7706ce459fef1 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Fri, 1 Mar 2019 23:11:13 +1300 Subject: [PATCH] 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. --- CHANGES | 4 ++-- 1 file 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