Home
last modified time | relevance | path

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

/php-src/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-src/main/
H A Dphp_ini.h62 #define PHP_INI_ENTRY ZEND_INI_ENTRY macro
H A Dmain.c778 PHP_INI_ENTRY("max_execution_time", "30", PHP_INI_ALL, OnUpdateTimeout)
795 PHP_INI_ENTRY("SMTP", "localhost",PHP_INI_ALL, NULL)
796 PHP_INI_ENTRY("smtp_port", "25", PHP_INI_ALL, NULL)
800 PHP_INI_ENTRY("browscap", NULL, PHP_INI_SYSTEM, OnChangeBrowscap)
801 PHP_INI_ENTRY("memory_limit", "128M", PHP_INI_ALL, OnChangeMemoryLimit)
802 PHP_INI_ENTRY("precision", "14", PHP_INI_ALL, OnSetPrecision)
803 PHP_INI_ENTRY("sendmail_from", NULL, PHP_INI_ALL, NULL)
804 PHP_INI_ENTRY("sendmail_path", DEFAULT_SENDMAIL_PATH, PHP_INI_SYSTEM, NULL)
806 PHP_INI_ENTRY("disable_functions", "", PHP_INI_SYSTEM, NULL)
807 PHP_INI_ENTRY("disable_classes", "", PHP_INI_SYSTEM, NULL)
[all …]
/php-src/ext/standard/
H A Dassert.c126 PHP_INI_ENTRY("assert.callback", NULL, PHP_INI_ALL, OnChangeCallback)
/php-src/ext/filter/
H A Dfilter.c133 PHP_INI_ENTRY("filter.default_flags", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateFlags)
/php-src/ext/session/
H A Dsession.c887 PHP_INI_ENTRY("session.save_handler", "files", PHP_INI_ALL, OnUpdateSaveHandler)
892 PHP_INI_ENTRY("session.serialize_handler", "php", PHP_INI_ALL, OnUpdateSerializer)
906 PHP_INI_ENTRY("session.sid_length", "32", PHP_INI_ALL, OnUpdateSidLength)
907 PHP_INI_ENTRY("session.sid_bits_per_character", "4", PHP_INI_ALL, OnUpdateSidBits)
/php-src/ext/mbstring/
H A Dmbstring.c939 PHP_INI_ENTRY("mbstring.language", "neutral", PHP_INI_ALL, OnUpdate_mbstring_language)
940 PHP_INI_ENTRY("mbstring.detect_order", NULL, PHP_INI_ALL, OnUpdate_mbstring_detect_order)
941 PHP_INI_ENTRY("mbstring.http_input", NULL, PHP_INI_ALL, OnUpdate_mbstring_http_input)
942 PHP_INI_ENTRY("mbstring.http_output", NULL, PHP_INI_ALL, OnUpdate_mbstring_http_output)
944PHP_INI_ENTRY("mbstring.substitute_character", NULL, PHP_INI_ALL, OnUpdate_mbstring_substitute_cha…
950 PHP_INI_ENTRY("mbstring.http_output_conv_mimetypes",
/php-src/ext/date/
H A Dphp_date.c261 PHP_INI_ENTRY("date.default_latitude", DATE_DEFAULT_LATITUDE, PHP_INI_ALL, NULL)
262 PHP_INI_ENTRY("date.default_longitude", DATE_DEFAULT_LONGITUDE, PHP_INI_ALL, NULL)
263 PHP_INI_ENTRY("date.sunset_zenith", DATE_SUNSET_ZENITH, PHP_INI_ALL, NULL)
264 PHP_INI_ENTRY("date.sunrise_zenith", DATE_SUNRISE_ZENITH, PHP_INI_ALL, NULL)
/php-src/ext/curl/
H A Dinterface.c242 PHP_INI_ENTRY("curl.cainfo", "", PHP_INI_SYSTEM, NULL)
/php-src/ext/openssl/
H A Dopenssl.c1247 PHP_INI_ENTRY("openssl.cafile", NULL, PHP_INI_PERDIR, NULL)
1248 PHP_INI_ENTRY("openssl.capath", NULL, PHP_INI_PERDIR, NULL)

Completed in 103 milliseconds