From: Andi Gutmans Date: Wed, 1 Nov 2000 11:23:52 +0000 (+0000) Subject: - Revert patch which seems to have caused the STOP mechanism not to work. X-Git-Tag: php-4.0.4RC3~406 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0330643ea244a302c4b57c036112f9e52da24a86;p=php - 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. --- 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)) {