Home
last modified time | relevance | path

Searched refs:php_parse_user_ini_file (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/main/
H A Dphp_ini.h34 PHPAPI int php_parse_user_ini_file(const char *dirname, char *ini_filename, HashTable *target_hash);
H A Dphp_ini.c783 PHPAPI int php_parse_user_ini_file(const char *dirname, char *ini_filename, HashTable *target_hash) in php_parse_user_ini_file() function
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c1032 php_parse_user_ini_file(begin, PG(user_ini_filename), &ctx->entry->user_config); in walk_down_the_path_callback()
1055 php_parse_user_ini_file(ctx->path, PG(user_ini_filename), in lsapi_activate_user_ini_walk_down_the_path()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c677 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config); in php_cgi_ini_activate_user_config()
682 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config); in php_cgi_ini_activate_user_config()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c845 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config);
850 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config);

Completed in 43 milliseconds