mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- Add TSRMLS_DC to prototype.
This commit is contained in:
parent
b4146638f0
commit
c28df01280
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ PHP_FUNCTION(stream_context_set_option);
|
||||||
PHP_FUNCTION(stream_context_get_options);
|
PHP_FUNCTION(stream_context_get_options);
|
||||||
PHP_MINIT_FUNCTION(user_streams);
|
PHP_MINIT_FUNCTION(user_streams);
|
||||||
|
|
||||||
PHPAPI int php_set_sock_blocking(int socketd, int block);
|
PHPAPI int php_set_sock_blocking(int socketd, int block TSRMLS_DC);
|
||||||
PHPAPI int php_file_le_stream(void);
|
PHPAPI int php_file_le_stream(void);
|
||||||
PHPAPI int php_copy_file(char *src, char *dest TSRMLS_DC);
|
PHPAPI int php_copy_file(char *src, char *dest TSRMLS_DC);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue