diff options
Diffstat (limited to 'mod_php4.c')
-rw-r--r-- | mod_php4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod_php4.c b/mod_php4.c index 65d52df220..e6c330e149 100644 --- a/mod_php4.c +++ b/mod_php4.c @@ -103,6 +103,7 @@ static int zend_apache_ub_write(const char *str, uint str_length) } if(ret != str_length) { PG(connection_status) = PHP_CONNECTION_ABORTED; + if(!PG(ignore_user_abort)) zend_bailout(); } return ret; } |