diff options
| author | Marcus Boerger <helly@php.net> | 2002-08-10 16:12:36 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2002-08-10 16:12:36 +0000 |
| commit | 21903dfc7e9763afc53e641e7f1a5eb34334929d (patch) | |
| tree | 82544cdcb611ea1b9be974a7217523765d0b6b9b /ext/standard/url_scanner_ex.c | |
| parent | ff63bf2a4f698c424cf9b8cd6aa900f35a13a2e8 (diff) | |
| download | php-git-21903dfc7e9763afc53e641e7f1a5eb34334929d.tar.gz | |
corrected handling of internal output buffers
minor fixs
Diffstat (limited to 'ext/standard/url_scanner_ex.c')
| -rw-r--r-- | ext/standard/url_scanner_ex.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/standard/url_scanner_ex.c b/ext/standard/url_scanner_ex.c index abfc286850..59834ed5dd 100644 --- a/ext/standard/url_scanner_ex.c +++ b/ext/standard/url_scanner_ex.c @@ -1,5 +1,5 @@ -/* Generated by re2c 0.5 on Sat Jun 29 13:09:10 2002 */ -#line 1 "/home/thies/devel/php4/ext/standard/url_scanner_ex.re" +/* Generated by re2c 0.5 on Sat Aug 10 17:30:38 2002 */ +#line 1 "/usr/src/php4/ext/standard/url_scanner_ex.re" /* +----------------------------------------------------------------------+ | PHP Version 4 | @@ -889,7 +889,6 @@ int php_url_scanner_add_var(char *name, int name_len, char *value, int value_len int chunk_size = 4096; /* XXX where should we get chunk_size from? */ php_url_scanner_ex_activate(TSRMLS_C); - php_start_ob_buffer(NULL, chunk_size, 1 TSRMLS_CC); php_ob_set_internal_handler(php_url_scanner_output_handler, chunk_size, "URL-Rewriter", 1 TSRMLS_CC); BG(url_adapt_state_ex).active = 1; } |
