php-src/sapi
Christoph M. Becker 1acac320c5 Clean up server-tests.php remains
sapi/tests/ has been introduced as a generic means to test different
SAPIs[1].  run-tests2.php has later be renamed to server-tests.php and
recently been dropped[2].  However, the sapi/tests/test00?.php test
cases remained, even though they make no sense for run-tests.php,
since they use an unsupported format for the `--ENV--` section and the
completely unsupported `--HEADERS--` section, respectively.  While
these tests ran successfully under run-tests.php, that was only by
accident, and they did not really test something useful.  Therefore, we
remove these tests altogether.

sapi/tests/bug69487.phpt is actually a CGI test (CGI is enforced due to
the `--POST--` section), so we move it to sapi/cgi/tests, which leaves
sapi/tests/ empty.  Thus, we also remove the sapi/ directory from
run-tests.php.

Finally, we remove the `--HEADERS--` and `--REQUEST--` sections from
the list of allowed run-tests.php sections.

[1] <http://git.php.net/?p=php-src.git;a=commit;h=b671380b6b5b6e1f4f235e810afa4199e989d2ba>
[2] <http://git.php.net/?p=php-src.git;a=commit;h=4f36acb9e65935aa657f1f22e2320a401bdbdad3>
2018-11-23 16:24:51 +01:00
..
apache2handler Stop Apache if PHP wasn't started successful. 2018-10-29 21:39:26 +03:00
cgi Clean up server-tests.php remains 2018-11-23 16:24:51 +01:00
cli Merge branch 'PHP-7.3' 2018-11-16 23:23:00 +01:00
embed Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
fpm Future-proof email addresses 2018-11-01 18:35:32 +02:00
litespeed Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
phpdbg Remove lexer files generated by RE2C 2018-11-11 02:55:46 +01:00