Skip to content

Commit f51ca02

Browse files
author
felipe
committed
- Missing change
git-svn-id: http://svn.php.net/repository/php/php-src/trunk@312263 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent b06314c commit f51ca02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/fpm/fpm_status.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ void fpm_status_increment_accepted_conn(struct fpm_shm_s *shm);
2828
void fpm_status_set_pm(struct fpm_shm_s *shm, int pm);
2929
void fpm_status_update_max_children_reached(struct fpm_shm_s *shm, unsigned int max_children_reached);
3030
void fpm_status_increment_max_children_reached(struct fpm_shm_s *shm);
31-
int fpm_status_handle_request();
31+
int fpm_status_handle_request(TSRMLS_D);
3232

3333
extern struct fpm_shm_s *fpm_status_shm;
3434

0 commit comments

Comments
 (0)