mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
- Fixed ZTS build
This commit is contained in:
parent
886cf1a318
commit
94cd08457b
@ -1853,7 +1853,7 @@ consult the installation file that came with this distribution, or visit \n\
|
||||
goto fastcgi_request_done;
|
||||
}
|
||||
|
||||
if (fpm_status_handle_request()) {
|
||||
if (fpm_status_handle_request(TSRMLS_C)) {
|
||||
goto fastcgi_request_done;
|
||||
}
|
||||
|
||||
|
@ -160,7 +160,7 @@ void fpm_status_update_activity(struct fpm_shm_s *shm, int idle, int active, int
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
int fpm_status_handle_request() /* {{{ */
|
||||
int fpm_status_handle_request(TSRMLS_D) /* {{{ */
|
||||
{
|
||||
struct fpm_status_s status;
|
||||
char *buffer, *syntax;
|
||||
|
Loading…
Reference in New Issue
Block a user