Searched refs:PHP_INI_ENTRY (Results 1 – 13 of 13) sorted by relevance
/PHP-7.1/main/ |
H A D | php_ini.h | 66 #define PHP_INI_ENTRY ZEND_INI_ENTRY macro
|
H A D | main.c | 600 PHP_INI_ENTRY("max_execution_time", "30", PHP_INI_ALL, OnUpdateTimeout) 617 PHP_INI_ENTRY("SMTP", "localhost",PHP_INI_ALL, NULL) 618 PHP_INI_ENTRY("smtp_port", "25", PHP_INI_ALL, NULL) 621 PHP_INI_ENTRY("browscap", NULL, PHP_INI_SYSTEM, OnChangeBrowscap) 622 PHP_INI_ENTRY("memory_limit", "128M", PHP_INI_ALL, OnChangeMemoryLimit) 623 PHP_INI_ENTRY("precision", "14", PHP_INI_ALL, OnSetPrecision) 624 PHP_INI_ENTRY("sendmail_from", NULL, PHP_INI_ALL, NULL) 625 PHP_INI_ENTRY("sendmail_path", DEFAULT_SENDMAIL_PATH, PHP_INI_SYSTEM, NULL) 627 PHP_INI_ENTRY("disable_functions", "", PHP_INI_SYSTEM, NULL) 628 PHP_INI_ENTRY("disable_classes", "", PHP_INI_SYSTEM, NULL) [all …]
|
/PHP-7.1/ext/pdo_odbc/ |
H A D | pdo_odbc.c | 73 PHP_INI_ENTRY("pdo_odbc.db2_instance_name", NULL, PHP_INI_SYSTEM, NULL)
|
/PHP-7.1/ext/interbase/ |
H A D | interbase.c | 712 PHP_INI_ENTRY("ibase.default_db", NULL, PHP_INI_SYSTEM, NULL) 713 PHP_INI_ENTRY("ibase.default_user", NULL, PHP_INI_ALL, NULL) 715 PHP_INI_ENTRY("ibase.default_charset", NULL, PHP_INI_ALL, NULL) 716 PHP_INI_ENTRY("ibase.timestampformat", IB_DEF_DATE_FMT " " IB_DEF_TIME_FMT, PHP_INI_ALL, NULL) 717 PHP_INI_ENTRY("ibase.dateformat", IB_DEF_DATE_FMT, PHP_INI_ALL, NULL) 718 PHP_INI_ENTRY("ibase.timeformat", IB_DEF_TIME_FMT, PHP_INI_ALL, NULL)
|
/PHP-7.1/ext/standard/ |
H A D | assert.c | 85 PHP_INI_ENTRY("assert.callback", NULL, PHP_INI_ALL, OnChangeCallback)
|
/PHP-7.1/ext/com_dotnet/ |
H A D | com_extension.c | 335 PHP_INI_ENTRY("com.typelib_file", "", PHP_INI_SYSTEM, OnTypeLibFileUpdate)
|
/PHP-7.1/ext/session/ |
H A D | session.c | 711 PHP_INI_ENTRY("session.save_handler", "files", PHP_INI_ALL, OnUpdateSaveHandler) 716 PHP_INI_ENTRY("session.serialize_handler", "php", PHP_INI_ALL, OnUpdateSerializer) 728 PHP_INI_ENTRY("session.use_trans_sid", "0", PHP_INI_ALL, OnUpdateTransSid) 729 PHP_INI_ENTRY("session.sid_length", "32", PHP_INI_ALL, OnUpdateSidLength) 730 PHP_INI_ENTRY("session.sid_bits_per_character", "4", PHP_INI_ALL, OnUpdateSidBits)
|
/PHP-7.1/ext/mbstring/ |
H A D | mbstring.c | 1463 PHP_INI_ENTRY("mbstring.language", "neutral", PHP_INI_ALL, OnUpdate_mbstring_language) 1464 PHP_INI_ENTRY("mbstring.detect_order", NULL, PHP_INI_ALL, OnUpdate_mbstring_detect_order) 1465 PHP_INI_ENTRY("mbstring.http_input", NULL, PHP_INI_ALL, OnUpdate_mbstring_http_input) 1466 PHP_INI_ENTRY("mbstring.http_output", NULL, PHP_INI_ALL, OnUpdate_mbstring_http_output) 1468 …PHP_INI_ENTRY("mbstring.substitute_character", NULL, PHP_INI_ALL, OnUpdate_mbstring_substitute_cha… 1476 PHP_INI_ENTRY("mbstring.http_output_conv_mimetypes",
|
/PHP-7.1/ext/filter/ |
H A D | filter.c | 190 PHP_INI_ENTRY("filter.default_flags", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateFlags)
|
/PHP-7.1/ext/date/ |
H A D | php_date.c | 573 PHP_INI_ENTRY("date.default_latitude", DATE_DEFAULT_LATITUDE, PHP_INI_ALL, NULL) 574 PHP_INI_ENTRY("date.default_longitude", DATE_DEFAULT_LONGITUDE, PHP_INI_ALL, NULL) 575 PHP_INI_ENTRY("date.sunset_zenith", DATE_SUNSET_ZENITH, PHP_INI_ALL, NULL) 576 PHP_INI_ENTRY("date.sunrise_zenith", DATE_SUNRISE_ZENITH, PHP_INI_ALL, NULL)
|
/PHP-7.1/ext/openssl/ |
H A D | openssl.c | 1400 PHP_INI_ENTRY("openssl.cafile", NULL, PHP_INI_PERDIR, NULL) 1401 PHP_INI_ENTRY("openssl.capath", NULL, PHP_INI_PERDIR, NULL)
|
/PHP-7.1/ext/curl/ |
H A D | interface.c | 526 PHP_INI_ENTRY("curl.cainfo", "", PHP_INI_SYSTEM, NULL) in PHP_INI_BEGIN()
|
/PHP-7.1/ext/gd/ |
H A D | gd.c | 998 PHP_INI_ENTRY("gd.jpeg_ignore_warning", "1", PHP_INI_ALL, NULL) in PHP_INI_BEGIN()
|
Completed in 108 milliseconds