On 19.04.2009 19:00, Ilia Alshanetsky wrote:
>                       if (type == 1) {
>                               PHPWRITE(buf, bufl);
> -                             sapi_flush(TSRMLS_C);
> +                             if (OG(ob_nesting_level) < 1) {
> +                                     sapi_flush(TSRMLS_C);
> +                             }

ext/standard/exec.c: In function 'php_exec':
ext/standard/exec.c:115: error: 'output_globals_id' undeclared (first use in 
this function)
ext/standard/exec.c:115: error: (Each undeclared identifier is reported only 
once
ext/standard/exec.c:115: error: for each function it appears in.)

-- 
Wbr, 
Antony Dovgal

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to