mirror of
https://github.com/php/php-src.git
synced 2026-03-25 08:42:29 +01:00
calls.
Revert the change to the sapi_add_header_ex interface.
Fix various bugs:
1. header("HTTP/1.0 306 foo");
header("Location: absolute-uri");
did not work in combination with several SAPI modules, because
http_status_line was never properly reset. And thus, all SAPI
modules which looked at http_status_line ignored the changed
http_response_code.
2. The CGI SAPI did not send out the HTTP status line at all, if
http_status_line had not been set explicitly by calling
header("HTTP/1.0 200 foo");
README for WebJames SAPI module by Alex Waugh <alex@alexwaugh.com> This is a SAPI module for the WebJames HTTP server, which runs on the RISC OS operating system. DOWNLOADS A recent (February 2002 or later) version of the GCCSDK cross compiler http://www.hard-mofo.dsvr.net/ WebJames 0.35 or later http://www.webjames.alexwaugh.com/ BUILDING $ cd php4 $ ./configure \ --host=arm-riscos-aof \ --with-webjames=../webjames/src \ --with-config-file-path=/Choices: \ other PHP options $ make install $ cd ../webjames $ ./configure --enable-php $ make