]> granicus.if.org Git - php/commitdiff
- Revert patch which seems to have caused the STOP mechanism not to work.
authorAndi Gutmans <andi@php.net>
Wed, 1 Nov 2000 11:23:52 +0000 (11:23 +0000)
committerAndi Gutmans <andi@php.net>
Wed, 1 Nov 2000 11:23:52 +0000 (11:23 +0000)
- 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

index db1ab8e0d78e45559af9d6e5e1880492315eebc2..c9c30786ed410f12cdd919ae18371ba0cd35d62b 100644 (file)
@@ -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)) {