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.
2 parents b5ffba0 + b6ef899 commit d9fc51bCopy full SHA for d9fc51b
ext/opcache/ZendAccelerator.c
@@ -384,6 +384,9 @@ static void accel_interned_strings_restore_state(void)
384
memset(ZCSG(interned_strings).saved_top,
385
0, (char*)ZCSG(interned_strings).top - (char*)ZCSG(interned_strings).saved_top);
386
387
+ /* Reset "top" */
388
+ ZCSG(interned_strings).top = ZCSG(interned_strings).saved_top;
389
+
390
/* rehash */
391
memset((char*)&ZCSG(interned_strings) + sizeof(zend_string_table),
392
STRTAB_INVALID_POS,
0 commit comments