From 0330643ea244a302c4b57c036112f9e52da24a86 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Wed, 1 Nov 2000 11:23:52 +0000 Subject: [PATCH] - Revert patch which seems to have caused the STOP mechanism not to work. - I'm not quite sure why this should have caused harm even if not completey - the right way of doing it. --- sapi/apache/mod_php4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c index db1ab8e0d7..c9c30786ed 100644 --- a/sapi/apache/mod_php4.c +++ b/sapi/apache/mod_php4.c @@ -124,7 +124,7 @@ void php_save_umask(void) static int sapi_apache_ub_write(const char *str, uint str_length) { - uint ret; + int ret; SLS_FETCH(); if (SG(server_context)) { -- 2.50.1