From 99337728edbc38ac979b0f23805dbe74920a6bc2 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Mon, 15 Mar 2021 15:03:32 +0300 Subject: Fixed building the PHP 5 module with ZTS, broken by dab8544b5440. This closes #525 issue on GitHub. --- docs/changes.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 2f68083d..22adc2dd 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -43,6 +43,13 @@ the Ruby module didn't respect user locale for defaults in the Encoding class. + + +the PHP 5 module failed to build with thread safety enabled; the bug had +appeared in 1.22.0. + + + -- cgit