Home
last modified time | relevance | path

Searched refs:PHP_INI_ENTRY (Results 1 – 12 of 12) sorted by relevance

/PHP-7.4/main/
H A Dphp_ini.h64 #define PHP_INI_ENTRY ZEND_INI_ENTRY macro
H A Dmain.c809 PHP_INI_ENTRY("max_execution_time", "30", PHP_INI_ALL, OnUpdateTimeout)
826 PHP_INI_ENTRY("SMTP", "localhost",PHP_INI_ALL, NULL)
827 PHP_INI_ENTRY("smtp_port", "25", PHP_INI_ALL, NULL)
830 PHP_INI_ENTRY("browscap", NULL, PHP_INI_SYSTEM, OnChangeBrowscap)
831 PHP_INI_ENTRY("memory_limit", "128M", PHP_INI_ALL, OnChangeMemoryLimit)
832 PHP_INI_ENTRY("precision", "14", PHP_INI_ALL, OnSetPrecision)
833 PHP_INI_ENTRY("sendmail_from", NULL, PHP_INI_ALL, NULL)
834 PHP_INI_ENTRY("sendmail_path", DEFAULT_SENDMAIL_PATH, PHP_INI_SYSTEM, NULL)
836 PHP_INI_ENTRY("disable_functions", "", PHP_INI_SYSTEM, NULL)
837 PHP_INI_ENTRY("disable_classes", "", PHP_INI_SYSTEM, NULL)
[all …]
/PHP-7.4/ext/pdo_odbc/
H A Dpdo_odbc.c71 PHP_INI_ENTRY("pdo_odbc.db2_instance_name", NULL, PHP_INI_SYSTEM, NULL)
/PHP-7.4/ext/standard/
H A Dassert.c83 PHP_INI_ENTRY("assert.callback", NULL, PHP_INI_ALL, OnChangeCallback)
/PHP-7.4/ext/com_dotnet/
H A Dcom_extension.c279 PHP_INI_ENTRY("com.typelib_file", "", PHP_INI_SYSTEM, OnTypeLibFileUpdate)
/PHP-7.4/ext/session/
H A Dsession.c794 PHP_INI_ENTRY("session.save_handler", "files", PHP_INI_ALL, OnUpdateSaveHandler)
799 PHP_INI_ENTRY("session.serialize_handler", "php", PHP_INI_ALL, OnUpdateSerializer)
812 PHP_INI_ENTRY("session.use_trans_sid", "0", PHP_INI_ALL, OnUpdateTransSid)
813 PHP_INI_ENTRY("session.sid_length", "32", PHP_INI_ALL, OnUpdateSidLength)
814 PHP_INI_ENTRY("session.sid_bits_per_character", "4", PHP_INI_ALL, OnUpdateSidBits)
/PHP-7.4/ext/mbstring/
H A Dmbstring.c1478 PHP_INI_ENTRY("mbstring.language", "neutral", PHP_INI_ALL, OnUpdate_mbstring_language)
1479 PHP_INI_ENTRY("mbstring.detect_order", NULL, PHP_INI_ALL, OnUpdate_mbstring_detect_order)
1480 PHP_INI_ENTRY("mbstring.http_input", NULL, PHP_INI_ALL, OnUpdate_mbstring_http_input)
1481 PHP_INI_ENTRY("mbstring.http_output", NULL, PHP_INI_ALL, OnUpdate_mbstring_http_output)
1483PHP_INI_ENTRY("mbstring.substitute_character", NULL, PHP_INI_ALL, OnUpdate_mbstring_substitute_cha…
1491 PHP_INI_ENTRY("mbstring.http_output_conv_mimetypes",
/PHP-7.4/ext/filter/
H A Dfilter.c189 PHP_INI_ENTRY("filter.default_flags", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateFlags)
/PHP-7.4/ext/date/
H A Dphp_date.c595 PHP_INI_ENTRY("date.default_latitude", DATE_DEFAULT_LATITUDE, PHP_INI_ALL, NULL)
596 PHP_INI_ENTRY("date.default_longitude", DATE_DEFAULT_LONGITUDE, PHP_INI_ALL, NULL)
597 PHP_INI_ENTRY("date.sunset_zenith", DATE_SUNSET_ZENITH, PHP_INI_ALL, NULL)
598 PHP_INI_ENTRY("date.sunrise_zenith", DATE_SUNRISE_ZENITH, PHP_INI_ALL, NULL)
/PHP-7.4/ext/openssl/
H A Dopenssl.c1441 PHP_INI_ENTRY("openssl.cafile", NULL, PHP_INI_PERDIR, NULL)
1442 PHP_INI_ENTRY("openssl.capath", NULL, PHP_INI_PERDIR, NULL)
/PHP-7.4/ext/curl/
H A Dinterface.c450 PHP_INI_ENTRY("curl.cainfo", "", PHP_INI_SYSTEM, NULL) in PHP_INI_BEGIN()
/PHP-7.4/ext/gd/
H A Dgd.c1050 PHP_INI_ENTRY("gd.jpeg_ignore_warning", "1", PHP_INI_ALL, NULL) in PHP_INI_BEGIN()

Completed in 81 milliseconds