php-src/sapi
Cristian Rodríguez 8e62e2b829
Mark multple functions as static (#13864)
* Mark many functions as static

Multiple functions are missing the static qualifier.

* remove unused struct sigactions

struct sigaction act, old_term, old_quit, old_int;
all unused.

* optimizer: minXOR and maxXOR are unused
2024-05-22 13:11:46 +02:00
..
apache2handler Remove unused variable APXS_BINDIR 2024-03-22 16:27:03 +01:00
cgi Change calls to setmode to _setmode (#14220) 2024-05-13 22:08:24 +02:00
cli Mark multple functions as static (#13864) 2024-05-22 13:11:46 +02:00
embed Mark multple functions as static (#13864) 2024-05-22 13:11:46 +02:00
fpm Mark multple functions as static (#13864) 2024-05-22 13:11:46 +02:00
fuzzer Mark multple functions as static (#13864) 2024-05-22 13:11:46 +02:00
litespeed Fix unused variable warning in sapi/litespeed (#13718) 2024-03-15 08:56:35 +01:00
phpdbg Mark multple functions as static (#13864) 2024-05-22 13:11:46 +02:00