|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 7.2.0RC3
+- Core
+ . Fixed bug #74878 (Data race in ZTS builds). (Nikita, Dmitry)
+
- MySQLi:
. Fixed bug #75018 (Data corruption when reading fields of bit type). (Anatol)
default:
break;
}
+
+ /* Must be interned to avoid ZTS data races */
+ name = zend_new_interned_string(zend_string_copy(name));
}
+
if (access_type & ZEND_ACC_PUBLIC) {
property_info->name = zend_string_copy(name);
} else if (access_type & ZEND_ACC_PRIVATE) {