Home
last modified time | relevance | path

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

/PHP-8.2/ext/com_dotnet/
H A Dcom_extension.c157 PHP_INI_ENTRY("com.typelib_file", "", PHP_INI_SYSTEM, OnTypeLibFileUpdate)
158 PHP_INI_ENTRY("com.dotnet_version", NULL, PHP_INI_SYSTEM, NULL)
/PHP-8.2/main/
H A Dphp_ini.h62 #define PHP_INI_ENTRY ZEND_INI_ENTRY macro
H A Dmain.c731 PHP_INI_ENTRY("max_execution_time", "30", PHP_INI_ALL, OnUpdateTimeout)
748 PHP_INI_ENTRY("SMTP", "localhost",PHP_INI_ALL, NULL)
749 PHP_INI_ENTRY("smtp_port", "25", PHP_INI_ALL, NULL)
753 PHP_INI_ENTRY("browscap", NULL, PHP_INI_SYSTEM, OnChangeBrowscap)
754 PHP_INI_ENTRY("memory_limit", "128M", PHP_INI_ALL, OnChangeMemoryLimit)
755 PHP_INI_ENTRY("precision", "14", PHP_INI_ALL, OnSetPrecision)
756 PHP_INI_ENTRY("sendmail_from", NULL, PHP_INI_ALL, NULL)
757 PHP_INI_ENTRY("sendmail_path", DEFAULT_SENDMAIL_PATH, PHP_INI_SYSTEM, NULL)
759 PHP_INI_ENTRY("disable_functions", "", PHP_INI_SYSTEM, NULL)
760 PHP_INI_ENTRY("disable_classes", "", PHP_INI_SYSTEM, NULL)
[all …]
/PHP-8.2/ext/standard/
H A Dassert.c126 PHP_INI_ENTRY("assert.callback", NULL, PHP_INI_ALL, OnChangeCallback)
/PHP-8.2/ext/filter/
H A Dfilter.c135 PHP_INI_ENTRY("filter.default_flags", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateFlags)
/PHP-8.2/ext/session/
H A Dsession.c810 PHP_INI_ENTRY("session.save_handler", "files", PHP_INI_ALL, OnUpdateSaveHandler)
815 PHP_INI_ENTRY("session.serialize_handler", "php", PHP_INI_ALL, OnUpdateSerializer)
829 PHP_INI_ENTRY("session.sid_length", "32", PHP_INI_ALL, OnUpdateSidLength)
830 PHP_INI_ENTRY("session.sid_bits_per_character", "4", PHP_INI_ALL, OnUpdateSidBits)
/PHP-8.2/ext/mbstring/
H A Dmbstring.c933 PHP_INI_ENTRY("mbstring.language", "neutral", PHP_INI_ALL, OnUpdate_mbstring_language)
934 PHP_INI_ENTRY("mbstring.detect_order", NULL, PHP_INI_ALL, OnUpdate_mbstring_detect_order)
935 PHP_INI_ENTRY("mbstring.http_input", NULL, PHP_INI_ALL, OnUpdate_mbstring_http_input)
936 PHP_INI_ENTRY("mbstring.http_output", NULL, PHP_INI_ALL, OnUpdate_mbstring_http_output)
938PHP_INI_ENTRY("mbstring.substitute_character", NULL, PHP_INI_ALL, OnUpdate_mbstring_substitute_cha…
944 PHP_INI_ENTRY("mbstring.http_output_conv_mimetypes",
/PHP-8.2/ext/date/
H A Dphp_date.c263 PHP_INI_ENTRY("date.default_latitude", DATE_DEFAULT_LATITUDE, PHP_INI_ALL, NULL)
264 PHP_INI_ENTRY("date.default_longitude", DATE_DEFAULT_LONGITUDE, PHP_INI_ALL, NULL)
265 PHP_INI_ENTRY("date.sunset_zenith", DATE_SUNSET_ZENITH, PHP_INI_ALL, NULL)
266 PHP_INI_ENTRY("date.sunrise_zenith", DATE_SUNRISE_ZENITH, PHP_INI_ALL, NULL)
/PHP-8.2/ext/curl/
H A Dinterface.c244 PHP_INI_ENTRY("curl.cainfo", "", PHP_INI_SYSTEM, NULL)
/PHP-8.2/ext/openssl/
H A Dopenssl.c1229 PHP_INI_ENTRY("openssl.cafile", NULL, PHP_INI_PERDIR, NULL)
1230 PHP_INI_ENTRY("openssl.capath", NULL, PHP_INI_PERDIR, NULL)

Completed in 97 milliseconds