Home
last modified time | relevance | path

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

/PHP-8.0/sapi/apache2handler/
H A Dphp_apache.h83 extern php_apache2_info_struct php_apache2_info;
84 #define AP2(v) (php_apache2_info.v)
H A Dphp_functions.c57 php_apache2_info_struct php_apache2_info; variable
478 …N("xbithack", "0", PHP_INI_ALL, OnUpdateBool, xbithack, php_apache2_info_struct, php_apache2_info)
479 …LEAN("engine", "1", PHP_INI_ALL, OnUpdateBool, engine, php_apache2_info_struct, php_apache2_info)
480 …odified", "0", PHP_INI_ALL, OnUpdateBool, last_modified, php_apache2_info_struct, php_apache2_info)

Completed in 8 milliseconds