Home
last modified time | relevance | path

Searched refs:php_apache2_info (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/sapi/apache2handler/
H A Dphp_apache.h85 extern php_apache2_info_struct php_apache2_info;
86 #define AP2(v) (php_apache2_info.v)
H A Dphp_functions.c52 php_apache2_info_struct php_apache2_info; variable
533 …Y("xbithack", "0", PHP_INI_ALL, OnUpdateBool, xbithack, php_apache2_info_struct, php_apache2_info)
534 …NTRY("engine", "1", PHP_INI_ALL, OnUpdateBool, engine, php_apache2_info_struct, php_apache2_info)
535 …odified", "0", PHP_INI_ALL, OnUpdateBool, last_modified, php_apache2_info_struct, php_apache2_info)

Completed in 6 milliseconds