===== PHP Quality Assurance ===== This page is just getting started, but for now please enjoy the following resources. * [[http://qa.php.net/|Official QA website]] * [[http://snaps.php.net/|PHP snapshots/builds]] * [[http://php.net/git.php|Access to the PHP Git Repository]] * [[qa:testfest|PHP TestFest]] * [[QA:RunTests|RunTests]] * [[QA:screencasts|Screencasts]] * [[Temporary location for draft documentation | Tempdoc ]] ===== Build Overview ===== * [[http://gcov.php.net/viewer.php?version=PHP_HEAD|PHP HEAD ]] * [[http://www.php.net/manual/en/faq.build.php#faq.build.configure|Build Problems FAQ]] ===== Coverage ===== * [[http://gcov.php.net/viewer.php?version=PHP_HEAD&func=tested_functions|Tested functions]] * [[http://gcov.php.net/PHP_HEAD/lcov_html|Test and Code Coverage Analysis]] ===== Bugtracker ===== * [[http://bugs.php.net/|Php Bugtracker]] * [[http://bugs.php.net/bugstats.php|Bug Stats]] * [[http://bugs.php.net/search.php?cmd=display&status=Assigned&search_for=&php_os=&php_os_not=0&boolean=1&author_email=&bug_age=0&by=&order_by=id&direction=ASC&phpver=&limit=10&assign=&begin=100|Assigned PHP Bugs]] * [[http://bugs.php.net/search.php?boolean=0&limit=All&order_by=status&direction=ASC&cmd=display&status=Open&bug_type[]=Documentation+problem&bug_age=0|Open Bugs in Docs]] ===== Changelog ===== * [[http://cvs.php.net/viewvc.cgi/php-src/ChangeLog|CVS log]] * [[http://www.ohloh.net/p/php/contributors|Ohloh list of contributors]] ===== Writing Tests ===== * [[http://qa.php.net/write-test.php|How to Write Tests]] * [[http://wiki.php.net/qa/phptlessonslearned|Lessons learned writing tests]]