Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dphp_ini.h62 #define PHP_INI_ENTRY ZEND_INI_ENTRY macro
H A Dmain.c724 PHP_INI_ENTRY("max_execution_time", "30", PHP_INI_ALL, OnUpdateTimeout)
741 PHP_INI_ENTRY("SMTP", "localhost",PHP_INI_ALL, NULL)
742 PHP_INI_ENTRY("smtp_port", "25", PHP_INI_ALL, NULL)
745 PHP_INI_ENTRY("browscap", NULL, PHP_INI_SYSTEM, OnChangeBrowscap)
746 PHP_INI_ENTRY("memory_limit", "128M", PHP_INI_ALL, OnChangeMemoryLimit)
747 PHP_INI_ENTRY("precision", "14", PHP_INI_ALL, OnSetPrecision)
748 PHP_INI_ENTRY("sendmail_from", NULL, PHP_INI_ALL, NULL)
749 PHP_INI_ENTRY("sendmail_path", DEFAULT_SENDMAIL_PATH, PHP_INI_SYSTEM, NULL)
751 PHP_INI_ENTRY("disable_functions", "", PHP_INI_SYSTEM, NULL)
752 PHP_INI_ENTRY("disable_classes", "", PHP_INI_SYSTEM, NULL)
[all …]
/PHP-8.0/ext/com_dotnet/
H A Dcom_extension.c143 PHP_INI_ENTRY("com.typelib_file", "", PHP_INI_SYSTEM, OnTypeLibFileUpdate)
144 PHP_INI_ENTRY("com.dotnet_version", NULL, PHP_INI_SYSTEM, NULL)
/PHP-8.0/ext/standard/
H A Dassert.c79 PHP_INI_ENTRY("assert.callback", NULL, PHP_INI_ALL, OnChangeCallback)
/PHP-8.0/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-8.0/ext/mbstring/
H A Dmbstring.c937 PHP_INI_ENTRY("mbstring.language", "neutral", PHP_INI_ALL, OnUpdate_mbstring_language)
938 PHP_INI_ENTRY("mbstring.detect_order", NULL, PHP_INI_ALL, OnUpdate_mbstring_detect_order)
939 PHP_INI_ENTRY("mbstring.http_input", NULL, PHP_INI_ALL, OnUpdate_mbstring_http_input)
940 PHP_INI_ENTRY("mbstring.http_output", NULL, PHP_INI_ALL, OnUpdate_mbstring_http_output)
942PHP_INI_ENTRY("mbstring.substitute_character", NULL, PHP_INI_ALL, OnUpdate_mbstring_substitute_cha…
948 PHP_INI_ENTRY("mbstring.http_output_conv_mimetypes",
/PHP-8.0/ext/filter/
H A Dfilter.c132 PHP_INI_ENTRY("filter.default_flags", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateFlags)
/PHP-8.0/ext/date/
H A Dphp_date.c101 PHP_INI_ENTRY("date.default_latitude", DATE_DEFAULT_LATITUDE, PHP_INI_ALL, NULL)
102 PHP_INI_ENTRY("date.default_longitude", DATE_DEFAULT_LONGITUDE, PHP_INI_ALL, NULL)
103 PHP_INI_ENTRY("date.sunset_zenith", DATE_SUNSET_ZENITH, PHP_INI_ALL, NULL)
104 PHP_INI_ENTRY("date.sunrise_zenith", DATE_SUNRISE_ZENITH, PHP_INI_ALL, NULL)
/PHP-8.0/ext/openssl/
H A Dopenssl.c1196 PHP_INI_ENTRY("openssl.cafile", NULL, PHP_INI_PERDIR, NULL)
1197 PHP_INI_ENTRY("openssl.capath", NULL, PHP_INI_PERDIR, NULL)
/PHP-8.0/ext/curl/
H A Dinterface.c246 PHP_INI_ENTRY("curl.cainfo", "", PHP_INI_SYSTEM, NULL)
/PHP-8.0/ext/gd/
H A Dgd.c275 PHP_INI_ENTRY("gd.jpeg_ignore_warning", "1", PHP_INI_ALL, NULL) in PHP_INI_BEGIN()

Completed in 124 milliseconds