mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix ZTS build.
This commit is contained in:
parent
6d8a643edb
commit
51e4dbaba0
2 changed files with 4 additions and 3 deletions
|
@ -184,6 +184,7 @@ SAPI_API char *sapi_getenv(char *name, size_t name_len TSRMLS_DC);
|
|||
SAPI_API char *sapi_get_default_content_type(TSRMLS_D);
|
||||
SAPI_API void sapi_get_default_content_type_header(sapi_header_struct *default_header TSRMLS_DC);
|
||||
SAPI_API size_t sapi_apply_default_charset(char **mimetype, size_t len TSRMLS_DC);
|
||||
SAPI_API void sapi_activate_headers_only(TSRMLS_D);
|
||||
|
||||
struct _sapi_module_struct {
|
||||
char *name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue