Browse Source

nesting_level is now ob_nesting_level in main/php_output.h

experimental/zts_stdc_scanners
Joey Smith 25 years ago
parent
commit
c5cbe8b3cb
  1. 2
      ext/sablot/sablot.c

2
ext/sablot/sablot.c

@ -310,7 +310,7 @@ PHP_FUNCTION(xslt_output_endtransform)
* Make sure that we don't have more than one output buffer going on
* at the same time.
*/
if (OG(nesting_level) == 0) {
if (OG(ob_nesting_level) == 0) {
RETURN_NULL();
}

Loading…
Cancel
Save