Commit 970e982
committed
docs: document pcov and imagick incompatibilities in known issues
pcov is not thread-safe: it swaps the process-global zend_compile_file and zend_execute_ex engine hooks without synchronization, which races across threads and crashes (SIGSEGV) in classic mode (krakjoe/pcov#132). Imagick is unstable because ImageMagick's OpenMP threads conflict with FrankenPHP's threading model.1 parent a9893b4 commit 970e982
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
0 commit comments