fix php_write

This commit is contained in:
Sascha Schumann 2001-08-05 16:22:50 +00:00
parent b349df6364
commit c095fa33d1

View file

@ -3006,7 +3006,7 @@ PHP_FUNCTION(hw_output_document)
RETURN_FALSE;
}
php_write(ptr->data, ptr->size);
php_write(ptr->data, ptr->size TSRMLS_CC);
RETURN_TRUE;
}