Skip to content

Commit 45b127a

Browse files
committed
Flush error messages emitted during preloading
1 parent 7cea20f commit 45b127a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/opcache/ZendAccelerator.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4941,6 +4941,7 @@ static int accel_finish_startup(void)
49414941
if (accel_preload(ZCG(accel_directives).preload, in_child) != SUCCESS) {
49424942
ret = FAILURE;
49434943
}
4944+
preload_flush(NULL);
49444945

49454946
orig_report_memleaks = PG(report_memleaks);
49464947
PG(report_memleaks) = 0;

0 commit comments

Comments
 (0)