Changelog for pcov |
Release |
What has changed? |
1.0.12 |
- PHP 8.4 compatibility |
1.0.11 |
- Fix anonymous function coverage |
1.0.10 |
- Use zend_new_interned_string instead of hand-rolling
- Use ZEND_MOD_END to fix build warning |
1.0.9 |
- Fix #67 huge memory consumption to generate coverage |
1.0.8 |
- Fix Windows build |
1.0.7 |
- Fix #46 Segmentation fault on 7.4 on macOS with anonymous class
- Fix #59 "malloc_consolidate(): invalid chunk size" with PHP 8.1 |
1.0.6 |
- Fix for 7.4.0alpha1 |
1.0.5 |
- Fix #19 fault in 7.2 caused by modification of filename pointer |
1.0.4 |
- Fix #17 Lines not covered when more tests are run
- Improve perf of clear routine
- Merge upstream cfg updates (switch block change)
- Omit ignored opcodes from internal coverage data completely (doesn't effect users, except less memory used) |
1.0.3 |
- Fix #12 issue with faulty line coverage |
1.0.2 |
- Fix #10 second non-cli SAPI request behaves strangely |
1.0.1 |
- Release memory from building CFG as early as possible
- Compat with 7.4/8.0 changes |
1.0.0 |
- initial pecl release |
0.9.0 |
- initial pecl release |