We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1d633 commit 07b43daCopy full SHA for 07b43da
1 file changed
zend_abstract_interface/config/config_ini.c
@@ -407,7 +407,6 @@ void zai_config_ini_rinit(void) {
407
// On ZTS INIs must be not shared between threads (otherwise: refcount race conditions). Hence we dup them rather than just copy.
408
ZEND_ASSERT(ini && source);
409
ZEND_ASSERT(ini != source && "ZTS INI sync must not run against the global INI table");
410
- ZEND_ASSERT(ini->value != source->value && "ZTS INI values must not be shared before syncing");
411
if (ini->modified) {
412
bool identical_orig = ini->orig_value == ini->value;
413
zend_string_release(ini->orig_value);
0 commit comments