From: Arnaud Le Blanc Date: Sat, 25 Apr 2009 21:09:23 +0000 (+0000) Subject: gen X-Git-Tag: php-5.4.0alpha1~191^2~3837 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1de42cc3cbbd4b0030718bf27241871e443745e4;p=php gen --- diff --git a/ext/standard/url_scanner_ex.c b/ext/standard/url_scanner_ex.c index 0f19e1a546..03e7d93e2c 100644 --- a/ext/standard/url_scanner_ex.c +++ b/ext/standard/url_scanner_ex.c @@ -1,4 +1,4 @@ -/* Generated by re2c 0.13.5 on Mon Jul 21 16:04:35 2008 */ +/* Generated by re2c 0.13.5 on Sat Apr 25 23:08:58 2009 */ #line 1 "ext/standard/url_scanner_ex.re" /* +----------------------------------------------------------------------+ @@ -993,7 +993,7 @@ static void php_url_scanner_output_handler(char *output, uint output_len, char * size_t len; if (BG(url_adapt_state_ex).url_app.len != 0) { - *handled_output = url_adapt_ext(output, output_len, &len, (zend_bool) (mode & (PHP_OUTPUT_HANDLER_END | PHP_OUTPUT_HANDLER_CONT) ? 1 : 0) TSRMLS_CC); + *handled_output = url_adapt_ext(output, output_len, &len, (zend_bool) (mode & (PHP_OUTPUT_HANDLER_END | PHP_OUTPUT_HANDLER_CONT | PHP_OUTPUT_HANDLER_FLUSH | PHP_OUTPUT_HANDLER_FINAL) ? 1 : 0) TSRMLS_CC); if (sizeof(uint) < sizeof(size_t)) { if (len > UINT_MAX) len = UINT_MAX;