diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-23 10:26:49 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-23 10:26:49 +0000 |
commit | f9cdc884714ed15f455c24ee027870223a1d6712 (patch) | |
tree | b131372758c665dab956237e1ddcbbfc93ebbc98 | |
parent | a458b4f6bdfba09d1812858aa4b28ae96eaefbd1 (diff) | |
download | php-git-f9cdc884714ed15f455c24ee027870223a1d6712.tar.gz |
Testing unified diffs
-rw-r--r-- | main/main.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/main/main.c b/main/main.c index bff5f59bb9..65fab070b1 100644 --- a/main/main.c +++ b/main/main.c @@ -31,7 +31,6 @@ /* $Id$ */ -/* #define CRASH_DETECTION */ #define SHUTDOWN_DEBUG(resource) fprintf(stderr, "*** Shutting down " resource "\n" ) #undef SHUTDOWN_DEBUG @@ -632,15 +631,6 @@ int php3_request_startup(CLS_D ELS_DC PLS_DC) { zend_output_startup(); -#if APACHE && defined(CRASH_DETECTION) - { - char log_message[256]; - - snprintf(log_message,256,"php3_request_startup(): script='%s', pid=%d",php3_rqst->filename,getpid()); - log_error(log_message, php3_rqst->server); - } -#endif - php3_set_timeout(PG(max_execution_time) _INLINE_TLS); GLOBAL(initialized) = 0; @@ -702,14 +692,6 @@ void php3_request_shutdown(void *dummy INLINE_TLS) char tmpline[128]; int i, serverdefined; #endif -#if APACHE && defined(CRASH_DETECTION) - { - char log_message[256]; - - snprintf(log_message,256,"php3_request_shutdown(): script='%s', pid=%d",php3_rqst->filename,getpid()); - log_error(log_message, php3_rqst->server); - } -#endif CLS_FETCH(); ELS_FETCH(); |