php-src/sapi/cgi
Cristian Rodríguez eb238577f1
cgi: tidy up fastcgi_cleanup signal handler (#13026)
* signal handlers can only touch global volatile sig_atomic_t variables.
* fastcgi_cleanup is static
* structs sigaction are static
* A signal handler cannot call exit() because it is not async signal safe,
  call _exit instead.
2024-02-02 18:10:34 +01:00
..
tests Align highlight_string|file with HTML standard and modern browsers 2023-08-12 15:08:28 +01:00
cgi_main.c cgi: tidy up fastcgi_cleanup signal handler (#13026) 2024-02-02 18:10:34 +01:00
cgi_main.stub.php Enable class entry generation for sapi extensions 2021-02-14 12:03:48 +01:00
cgi_main_arginfo.h Improve class entry generation 2021-02-16 13:09:56 +01:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
config9.m4 Merge branch 'PHP-8.3' 2024-01-10 09:17:48 +01:00
CREDITS
Makefile.frag Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
php-cgi.1.in Fixed Bug #65143 Missing php-cgi man page 2013-07-02 10:42:47 +02:00