Searched refs:PHP_INI_ENTRY (Results 1 – 14 of 14) sorted by relevance
/PHP-5.4/main/ |
H A D | php_ini.h | 65 #define PHP_INI_ENTRY ZEND_INI_ENTRY macro
|
H A D | main.c | 531 PHP_INI_ENTRY("max_execution_time", "30", PHP_INI_ALL, OnUpdateTimeout) 548 PHP_INI_ENTRY("SMTP", "localhost",PHP_INI_ALL, NULL) 549 PHP_INI_ENTRY("smtp_port", "25", PHP_INI_ALL, NULL) 552 PHP_INI_ENTRY("browscap", NULL, PHP_INI_SYSTEM, OnChangeBrowscap) 553 PHP_INI_ENTRY("memory_limit", "128M", PHP_INI_ALL, OnChangeMemoryLimit) 554 PHP_INI_ENTRY("precision", "14", PHP_INI_ALL, OnSetPrecision) 555 PHP_INI_ENTRY("sendmail_from", NULL, PHP_INI_ALL, NULL) 556 PHP_INI_ENTRY("sendmail_path", DEFAULT_SENDMAIL_PATH, PHP_INI_SYSTEM, NULL) 558 PHP_INI_ENTRY("disable_functions", "", PHP_INI_SYSTEM, NULL) 559 PHP_INI_ENTRY("disable_classes", "", PHP_INI_SYSTEM, NULL) [all …]
|
/PHP-5.4/ext/pdo_odbc/ |
H A D | pdo_odbc.c | 79 PHP_INI_ENTRY("pdo_odbc.db2_instance_name", NULL, PHP_INI_SYSTEM, NULL)
|
/PHP-5.4/ext/interbase/ |
H A D | interbase.c | 718 PHP_INI_ENTRY("ibase.default_db", NULL, PHP_INI_SYSTEM, NULL) 719 PHP_INI_ENTRY("ibase.default_user", NULL, PHP_INI_ALL, NULL) 721 PHP_INI_ENTRY("ibase.default_charset", NULL, PHP_INI_ALL, NULL) 722 PHP_INI_ENTRY("ibase.timestampformat", IB_DEF_DATE_FMT " " IB_DEF_TIME_FMT, PHP_INI_ALL, NULL) 723 PHP_INI_ENTRY("ibase.dateformat", IB_DEF_DATE_FMT, PHP_INI_ALL, NULL) 724 PHP_INI_ENTRY("ibase.timeformat", IB_DEF_TIME_FMT, PHP_INI_ALL, NULL)
|
/PHP-5.4/ext/xsl/ |
H A D | php_xsl.c | 149 PHP_INI_ENTRY("xsl.security_prefs", "44", PHP_INI_ALL, NULL)
|
/PHP-5.4/ext/standard/ |
H A D | assert.c | 85 PHP_INI_ENTRY("assert.callback", NULL, PHP_INI_ALL, OnChangeCallback)
|
/PHP-5.4/ext/com_dotnet/ |
H A D | com_extension.c | 330 PHP_INI_ENTRY("com.typelib_file", "", PHP_INI_SYSTEM, OnTypeLibFileUpdate)
|
/PHP-5.4/ext/session/ |
H A D | session.c | 737 PHP_INI_ENTRY("session.save_handler", "files", PHP_INI_ALL, OnUpdateSaveHandler) 742 PHP_INI_ENTRY("session.serialize_handler", "php", PHP_INI_ALL, OnUpdateSerializer) 763 PHP_INI_ENTRY("session.use_trans_sid", "0", PHP_INI_ALL, OnUpdateTransSid) 764 PHP_INI_ENTRY("session.hash_function", "0", PHP_INI_ALL, OnUpdateHashFunc)
|
/PHP-5.4/ext/mbstring/ |
H A D | mbstring.c | 1451 PHP_INI_ENTRY("mbstring.language", "neutral", PHP_INI_ALL, OnUpdate_mbstring_language) 1452 PHP_INI_ENTRY("mbstring.detect_order", NULL, PHP_INI_ALL, OnUpdate_mbstring_detect_order) 1453 PHP_INI_ENTRY("mbstring.http_input", "pass", PHP_INI_ALL, OnUpdate_mbstring_http_input) 1454 PHP_INI_ENTRY("mbstring.http_output", "pass", PHP_INI_ALL, OnUpdate_mbstring_http_output) 1456 …PHP_INI_ENTRY("mbstring.substitute_character", NULL, PHP_INI_ALL, OnUpdate_mbstring_substitute_cha… 1464 PHP_INI_ENTRY("mbstring.http_output_conv_mimetypes",
|
/PHP-5.4/ext/filter/ |
H A D | filter.c | 187 PHP_INI_ENTRY("filter.default_flags", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateFlags)
|
/PHP-5.4/ext/date/ |
H A D | php_date.c | 523 PHP_INI_ENTRY("date.default_latitude", DATE_DEFAULT_LATITUDE, PHP_INI_ALL, NULL) 524 PHP_INI_ENTRY("date.default_longitude", DATE_DEFAULT_LONGITUDE, PHP_INI_ALL, NULL) 525 PHP_INI_ENTRY("date.sunset_zenith", DATE_SUNSET_ZENITH, PHP_INI_ALL, NULL) 526 PHP_INI_ENTRY("date.sunrise_zenith", DATE_SUNRISE_ZENITH, PHP_INI_ALL, NULL)
|
/PHP-5.4/ext/mysql/ |
H A D | php_mysql.c | 502 PHP_INI_ENTRY("mysql.default_port", NULL, PHP_INI_ALL, OnMySQLPort)
|
/PHP-5.4/ext/curl/ |
H A D | interface.c | 407 PHP_INI_ENTRY("curl.cainfo", "", PHP_INI_SYSTEM, NULL) in PHP_INI_BEGIN()
|
/PHP-5.4/ext/gd/ |
H A D | gd.c | 1099 PHP_INI_ENTRY("gd.jpeg_ignore_warning", "0", PHP_INI_ALL, NULL) in PHP_INI_BEGIN()
|
Completed in 84 milliseconds