Finding a up2date code coverage report for php is not so easy currently.There is http://gcov.php.net/ but its not even listing one for php8, and the last one which is actually listed as working is php7.1There is also http://qa.php.net/ but that somehow did not help me much. Not having experience with C, and where to start… Continue reading create php-src code coverage
Tag: php-src
About working on PHP the language itself
Prepare to work on the PHP source
I work with Windows, but will do this completely in WSL2, so a ubuntu environment. When Follwing the Readme my first issue was regarding libxml2 I installed the package with `sudo apt-get install libxml2-dev` but somehow this did not solve the issue.PHP uses pkg-config, which reads files with a .pc extension which should be in… Continue reading Prepare to work on the PHP source