Home
last modified time | relevance | path

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

/PHP-7.2/sapi/apache2handler/
H A Dphp_apache.h78 } php_apache2_info_struct; typedef
84 #define AP2(v) ZEND_TSRMG(php_apache2_info_id, php_apache2_info_struct *, v)
87 extern php_apache2_info_struct php_apache2_info;
H A Dphp_functions.c54 php_apache2_info_struct php_apache2_info;
535 …STD_PHP_INI_ENTRY("xbithack", "0", PHP_INI_ALL, OnUpdateBool, xbithack, php_apache2_info_struct, …
536 …STD_PHP_INI_ENTRY("engine", "1", PHP_INI_ALL, OnUpdateBool, engine, php_apache2_info_struct, php…
537 …("last_modified", "0", PHP_INI_ALL, OnUpdateBool, last_modified, php_apache2_info_struct, php_apac…
543 …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