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 d91c08a commit 9adc2b0Copy full SHA for 9adc2b0
ext/opcache/zend_persist.c
@@ -311,6 +311,9 @@ static HashTable *zend_persist_attributes(HashTable *attributes)
311
312
zend_accel_store_interned_string(copy->name);
313
zend_accel_store_interned_string(copy->lcname);
314
+ if (copy->validation_error) {
315
+ zend_accel_store_interned_string(copy->validation_error);
316
+ }
317
318
for (i = 0; i < copy->argc; i++) {
319
if (copy->args[i].name) {
0 commit comments