]> granicus.if.org Git - php/commitdiff
Just when you got something working they decide to change the API
authorSterling Hughes <sterling@php.net>
Sun, 3 Sep 2000 14:03:51 +0000 (14:03 +0000)
committerSterling Hughes <sterling@php.net>
Sun, 3 Sep 2000 14:03:51 +0000 (14:03 +0000)
on you :-).

ext/sablot/sablot.c

index 1499777b2aaf279273f653a5d7ed2d29755d8493..0bde0bf6db3ac5d6b4e64fdabe97318d13a2cf38 100644 (file)
@@ -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);
 }
 /* }}} */