We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a8da2 commit cd22463Copy full SHA for cd22463
sapi/fpm/fpm/fpm_main.c
@@ -93,9 +93,6 @@ int __riscosify_control = __RISCOSIFY_STRICT_UNIX_SPECS;
93
#include "fpm_log.h"
94
#include "zlog.h"
95
96
-/* XXX this will need to change later when threaded fastcgi is implemented. shane */
97
-struct sigaction act, old_term, old_quit, old_int;
98
-
99
static void (*php_php_import_environment_variables)(zval *array_ptr);
100
101
/* these globals used for forking children on unix systems */
0 commit comments