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 /main/php.h | |
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 'main/php.h')
-rw-r--r-- | main/php.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/main/php.h b/main/php.h index ab4a159069..f40528ea00 100644 --- a/main/php.h +++ b/main/php.h @@ -197,9 +197,6 @@ extern char *strerror(int); #include "http_log.h" #define BLOCK_INTERRUPTIONS block_alarms #define UNBLOCK_INTERRUPTIONS unblock_alarms -# ifndef THREAD_SAFE -extern request_rec *php3_rqst; -# endif #endif #if HAVE_PWD_H |