Lines Matching refs:PHP_INI_ENTRY
600 PHP_INI_ENTRY("max_execution_time", "30", PHP_INI_ALL, OnUpdateTimeout)
617 PHP_INI_ENTRY("SMTP", "localhost",PHP_INI_ALL, NULL)
618 PHP_INI_ENTRY("smtp_port", "25", PHP_INI_ALL, NULL)
621 PHP_INI_ENTRY("browscap", NULL, PHP_INI_SYSTEM, OnChangeBrowscap)
622 PHP_INI_ENTRY("memory_limit", "128M", PHP_INI_ALL, OnChangeMemoryLimit)
623 PHP_INI_ENTRY("precision", "14", PHP_INI_ALL, OnSetPrecision)
624 PHP_INI_ENTRY("sendmail_from", NULL, PHP_INI_ALL, NULL)
625 PHP_INI_ENTRY("sendmail_path", DEFAULT_SENDMAIL_PATH, PHP_INI_SYSTEM, NULL)
626 …PHP_INI_ENTRY("mail.force_extra_parameters",NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnChangeMailFor…
627 PHP_INI_ENTRY("disable_functions", "", PHP_INI_SYSTEM, NULL)
628 PHP_INI_ENTRY("disable_classes", "", PHP_INI_SYSTEM, NULL)
629 PHP_INI_ENTRY("max_file_uploads", "20", PHP_INI_SYSTEM|PHP_INI_PERDIR, NULL)