1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00

Just when you got something working they decide to change the API

on you :-).
This commit is contained in:
Sterling Hughes
2000-09-03 14:03:51 +00:00
parent ce71143fd0
commit 7089540ec7
+1 -1
View 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);
}
/* }}} */