From: Sterling Hughes Date: Sun, 3 Sep 2000 14:03:51 +0000 (+0000) Subject: Just when you got something working they decide to change the API X-Git-Tag: php-4.0.3RC1~346 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7089540ec700365efadd934a286f48bf0dc3b52d;p=php Just when you got something working they decide to change the API on you :-). --- diff --git a/ext/sablot/sablot.c b/ext/sablot/sablot.c index 1499777b2a..0bde0bf6db 100644 --- a/ext/sablot/sablot.c +++ b/ext/sablot/sablot.c @@ -164,7 +164,7 @@ PHP_FUNCTION(xslt_output_begintransform) S_FREE(SABLOTG(output_transform_file)); SABLOTG(output_transform_file) = estrndup(Z_STRVAL_PP(file), Z_STRLEN_PP(file)); - php_start_ob_buffer(); + php_start_ob_buffer(NULL); } /* }}} */