mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
fix php_write
This commit is contained in:
parent
b349df6364
commit
c095fa33d1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue