From cbe1597b747474388912c91018b0e12275784720 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Tue, 19 Aug 2014 12:46:53 -0700 Subject: Switch use of strtok() to gd_strtok_r() strtok() is not thread safe, so this will potentially break in very bad ways if used in ZTS mode. I'm not sure why gd_strtok_r() exists since it seems to do the same thing as strtok_r(), but I'll assume it's a portability decision and do as the Romans do. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index f515bbe57c..5df40324da 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,9 @@ PHP NEWS - Date: . Fixed bug #66091 (memory leaks in DateTime constructor). (Tjerk). +- GD + . Made fontFetch's path parser thread-safe. (Sara). + ?? ??? 2014, PHP 5.4.32 - COM: -- cgit v1.2.1