sebastian Thu Oct 3 07:08:09 2002 EDT Modified files: /php4/main output.c Log: Fix warnings. Index: php4/main/output.c diff -u php4/main/output.c:1.135 php4/main/output.c:1.136 --- php4/main/output.c:1.135 Thu Oct 3 06:35:32 2002 +++ php4/main/output.c Thu Oct 3 07:08:09 2002 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: output.c,v 1.135 2002/10/03 10:35:32 derick Exp $ */ +/* $Id: output.c,v 1.136 2002/10/03 11:08:09 sebastian Exp $ */ #include "php.h" #include "ext/standard/head.h" @@ -406,8 +406,6 @@ */ static int php_ob_init_named(uint initial_size, uint block_size, char *handler_name, zval *output_handler, uint chunk_size, zend_bool erase TSRMLS_DC) { - int handler_gz, handler_mb, handler_ic; - if (OG(ob_nesting_level)>0) { if (OG(ob_nesting_level)==1) { /* initialize stack */ zend_stack_init(&OG(ob_buffers));
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php