mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
More TSRMLS_FETCH work
This commit is contained in:
parent
7bc71f442d
commit
d76cf1da18
49 changed files with 261 additions and 283 deletions
|
@ -169,7 +169,7 @@ struct _sapi_module_struct {
|
|||
|
||||
int (*header_handler)(sapi_header_struct *sapi_header, sapi_headers_struct *sapi_headers TSRMLS_DC);
|
||||
int (*send_headers)(sapi_headers_struct *sapi_headers TSRMLS_DC);
|
||||
void (*send_header)(sapi_header_struct *sapi_header, void *server_context);
|
||||
void (*send_header)(sapi_header_struct *sapi_header, void *server_context TSRMLS_DC);
|
||||
|
||||
int (*read_post)(char *buffer, uint count_bytes TSRMLS_DC);
|
||||
char *(*read_cookies)(TSRMLS_D);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue