mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
The libtool bundled with PHP is outdated and deletes *.gcno files used by gcov during the build process. While this issue has already been resolved upstream [1], incorporating the fix at this point may not be practical. Therefore, we attempt to apply a fix to the current version. This change will enable proper coverage output for third-party PHP extensions. [1]: https://github.com/autotools-mirror/libtool/blob/master/NEWS#L605