summaryrefslogtreecommitdiff
path: root/sapi/tests/test004.phpt
Commit message (Collapse)AuthorAgeFilesLines
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-3/+3
| | | | | | | | | The full patch is available as: http://php.net/~helly/php-re2c-5.3-20080316.diff.txt This is against php-re2c repository version 98 An older patch against version 97 is available under: http://php.net/~helly/php-re2c-97-20080316.diff.txt
* - Remove unused blocksMarcus Boerger2004-05-191-1/+0
|
* many new enhancements to run-tests that allow for testing cgi and otherShane Caraveo2003-03-251-0/+27
sapi modules via http. see README.TESTING2 for more details several sapi tests added