php_apache2_info_struct 79 sapi/apache2handler/php_apache.h #define AP2(v) TSRMG(php_apache2_info_id, php_apache2_info_struct *, v) php_apache2_info_struct 81 sapi/apache2handler/php_apache.h extern php_apache2_info_struct php_apache2_info; php_apache2_info_struct 54 sapi/apache2handler/php_functions.c php_apache2_info_struct php_apache2_info; php_apache2_info_struct 531 sapi/apache2handler/php_functions.c STD_PHP_INI_ENTRY("xbithack", "0", PHP_INI_ALL, OnUpdateLong, xbithack, php_apache2_info_struct, php_apache2_info) php_apache2_info_struct 532 sapi/apache2handler/php_functions.c STD_PHP_INI_ENTRY("engine", "1", PHP_INI_ALL, OnUpdateLong, engine, php_apache2_info_struct, php_apache2_info) php_apache2_info_struct 533 sapi/apache2handler/php_functions.c STD_PHP_INI_ENTRY("last_modified", "0", PHP_INI_ALL, OnUpdateLong, last_modified, php_apache2_info_struct, php_apache2_info) php_apache2_info_struct 539 sapi/apache2handler/php_functions.c ts_allocate_id(&php_apache2_info_id, sizeof(php_apache2_info_struct), (ts_allocate_ctor) NULL, NULL);