auto_append_file 523 main/main.c STD_PHP_INI_ENTRY("auto_append_file", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateString, auto_append_file, php_core_globals, core_globals) auto_append_file 2457 main/main.c if (PG(auto_append_file) && PG(auto_append_file)[0]) { auto_append_file 2458 main/main.c append_file.filename = PG(auto_append_file); auto_append_file 97 main/php_globals.h char *auto_append_file;