Commit bd6ddcf
authored
Fix leak of accel_shared_globals for file_cache_only (phpGH-16517)
If `opcache.file_cache_only` is enabled, `accel_shared_globals` is
allocated as true global, and we need to free that memory when we shut
down the accelerator.1 parent c2459d8 commit bd6ddcf
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3408 | 3408 | | |
3409 | 3409 | | |
3410 | 3410 | | |
| 3411 | + | |
| 3412 | + | |
3411 | 3413 | | |
3412 | 3414 | | |
3413 | 3415 | | |
| |||
0 commit comments