Home
last modified time | relevance | path

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

/PHP-7.1/sapi/apache2handler/
H A Dphp_apache.h91 extern php_apache2_info_struct php_apache2_info;
92 #define AP2(v) (php_apache2_info.v)
H A Dphp_functions.c54 php_apache2_info_struct php_apache2_info; variable
535 …Y("xbithack", "0", PHP_INI_ALL, OnUpdateBool, xbithack, php_apache2_info_struct, php_apache2_info)
536 …NTRY("engine", "1", PHP_INI_ALL, OnUpdateBool, engine, php_apache2_info_struct, php_apache2_info)
537 …odified", "0", PHP_INI_ALL, OnUpdateBool, last_modified, php_apache2_info_struct, php_apache2_info)

Completed in 9 milliseconds