Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp_ini.h65 #define PHP_INI_ENTRY ZEND_INI_ENTRY macro
H A Dmain.c531 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.5/ext/pdo_odbc/
H A Dpdo_odbc.c79 PHP_INI_ENTRY("pdo_odbc.db2_instance_name", NULL, PHP_INI_SYSTEM, NULL)
/PHP-5.5/ext/interbase/
H A Dinterbase.c718 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.5/ext/xsl/
H A Dphp_xsl.c149 PHP_INI_ENTRY("xsl.security_prefs", "44", PHP_INI_ALL, NULL)
/PHP-5.5/ext/standard/
H A Dassert.c85 PHP_INI_ENTRY("assert.callback", NULL, PHP_INI_ALL, OnChangeCallback)
/PHP-5.5/ext/com_dotnet/
H A Dcom_extension.c330 PHP_INI_ENTRY("com.typelib_file", "", PHP_INI_SYSTEM, OnTypeLibFileUpdate)
/PHP-5.5/ext/session/
H A Dsession.c789 PHP_INI_ENTRY("session.save_handler", "files", PHP_INI_ALL, OnUpdateSaveHandler)
794 PHP_INI_ENTRY("session.serialize_handler", "php", PHP_INI_ALL, OnUpdateSerializer)
816 PHP_INI_ENTRY("session.use_trans_sid", "0", PHP_INI_ALL, OnUpdateTransSid)
817 PHP_INI_ENTRY("session.hash_function", "0", PHP_INI_ALL, OnUpdateHashFunc)
/PHP-5.5/ext/mbstring/
H A Dmbstring.c1451 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)
1456PHP_INI_ENTRY("mbstring.substitute_character", NULL, PHP_INI_ALL, OnUpdate_mbstring_substitute_cha…
1464 PHP_INI_ENTRY("mbstring.http_output_conv_mimetypes",
/PHP-5.5/ext/filter/
H A Dfilter.c188 PHP_INI_ENTRY("filter.default_flags", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateFlags)
/PHP-5.5/ext/date/
H A Dphp_date.c561 PHP_INI_ENTRY("date.default_latitude", DATE_DEFAULT_LATITUDE, PHP_INI_ALL, NULL)
562 PHP_INI_ENTRY("date.default_longitude", DATE_DEFAULT_LONGITUDE, PHP_INI_ALL, NULL)
563 PHP_INI_ENTRY("date.sunset_zenith", DATE_SUNSET_ZENITH, PHP_INI_ALL, NULL)
564 PHP_INI_ENTRY("date.sunrise_zenith", DATE_SUNRISE_ZENITH, PHP_INI_ALL, NULL)
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c502 PHP_INI_ENTRY("mysql.default_port", NULL, PHP_INI_ALL, OnMySQLPort)
/PHP-5.5/ext/curl/
H A Dinterface.c499 PHP_INI_ENTRY("curl.cainfo", "", PHP_INI_SYSTEM, NULL) in PHP_INI_BEGIN()
/PHP-5.5/ext/gd/
H A Dgd.c1061 PHP_INI_ENTRY("gd.jpeg_ignore_warning", "0", PHP_INI_ALL, NULL) in PHP_INI_BEGIN()

Completed in 87 milliseconds