summaryrefslogtreecommitdiff
path: root/tests/func
Commit message (Collapse)AuthorAgeFilesLines
* Fix the levels. (php.ini-dist has output_buffering OFF)foobar2002-08-011-1/+1
|
* Added ini_set()/ini_get()/ini_restore() testYasuo Ohgaki2002-04-031-0/+24
|
* - added basic output buffering testsJan Lehnardt2002-03-241-0/+21
|
* @PHP 3 regression testing framework re-born (Stig)Stig Bakken2000-08-275-0/+406
Took the old PHP 3 regression testing framework and rewrote it in PHP. Should work on both Windows and UNIX, however I have not tested it on Windows. See tests/README for how to write tests. Added the PHP 3 tests and converted most of them.