Skip to content

Commit 07b43da

Browse files
authored
Remove too aggressive assertion
1 parent 7d1d633 commit 07b43da

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

zend_abstract_interface/config/config_ini.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ void zai_config_ini_rinit(void) {
407407
// On ZTS INIs must be not shared between threads (otherwise: refcount race conditions). Hence we dup them rather than just copy.
408408
ZEND_ASSERT(ini && source);
409409
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");
411410
if (ini->modified) {
412411
bool identical_orig = ini->orig_value == ini->value;
413412
zend_string_release(ini->orig_value);

0 commit comments

Comments
 (0)