diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-26 17:26:37 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-26 17:26:37 +0000 |
commit | 3cd0af11eea32f802228004af8fe424c62c8fbfb (patch) | |
tree | 1d273a469ad6e9e2c7e97449fa12665e46156dbf /fhttpd.c | |
parent | 0f195a79cd25447d03eb2ad9451829b36dcaa49b (diff) | |
download | php-git-3cd0af11eea32f802228004af8fe424c62c8fbfb.tar.gz |
* Get the Apache module to compile again
* Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code,
but it nuked a global)
Diffstat (limited to 'fhttpd.c')
-rw-r--r-- | fhttpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -169,7 +169,7 @@ PHPAPI void php3_fhttpd_puts_header(char *s) } } -void fhttpd_flush( /*php3_rqst->connection */ void) +void fhttpd_flush(void) { } |