From 7089540ec700365efadd934a286f48bf0dc3b52d Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Sun, 3 Sep 2000 14:03:51 +0000 Subject: [PATCH] Just when you got something working they decide to change the API on you :-). --- ext/sablot/sablot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } /* }}} */ -- 2.40.0