Home
last modified time | relevance | path

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

/PHP-5.5/sapi/apache2handler/
H A Dphp_apache.h81 extern php_apache2_info_struct php_apache2_info;
82 #define AP2(v) (php_apache2_info.v)
H A Dphp_functions.c54 php_apache2_info_struct php_apache2_info; variable
531 …Y("xbithack", "0", PHP_INI_ALL, OnUpdateLong, xbithack, php_apache2_info_struct, php_apache2_info)
532 …NTRY("engine", "1", PHP_INI_ALL, OnUpdateLong, engine, php_apache2_info_struct, php_apache2_info)
533 …odified", "0", PHP_INI_ALL, OnUpdateLong, last_modified, php_apache2_info_struct, php_apache2_info)

Completed in 14 milliseconds