From 3cd0af11eea32f802228004af8fe424c62c8fbfb Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Mon, 26 Apr 1999 17:26:37 +0000 Subject: * 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) --- main/php.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'main/php.h') 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 -- cgit v1.2.1