Home
last modified time | relevance | path

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

/PHP-5.6/sapi/apache2handler/
H A Dphp_apache.h73 } php_apache2_info_struct; typedef
79 #define AP2(v) TSRMG(php_apache2_info_id, php_apache2_info_struct *, v)
81 extern php_apache2_info_struct php_apache2_info;
H A Dphp_functions.c54 php_apache2_info_struct php_apache2_info;
531 …STD_PHP_INI_ENTRY("xbithack", "0", PHP_INI_ALL, OnUpdateLong, xbithack, php_apache2_info_struct, …
532 …STD_PHP_INI_ENTRY("engine", "1", PHP_INI_ALL, OnUpdateLong, engine, php_apache2_info_struct, php…
533 …("last_modified", "0", PHP_INI_ALL, OnUpdateLong, last_modified, php_apache2_info_struct, php_apac…
539 …ts_allocate_id(&php_apache2_info_id, sizeof(php_apache2_info_struct), (ts_allocate_ctor) NULL, NUL… in PHP_INI_END()

Completed in 8 milliseconds