|
|
|
@ -407,7 +407,7 @@ PHP_INI_BEGIN() |
|
|
|
PHP_INI_ENTRY("SMTP", "localhost",PHP_INI_ALL, NULL) |
|
|
|
PHP_INI_ENTRY("smtp_port", "25", PHP_INI_ALL, NULL) |
|
|
|
PHP_INI_ENTRY("browscap", NULL, PHP_INI_SYSTEM, NULL) |
|
|
|
PHP_INI_ENTRY("memory_limit", "16M", PHP_INI_ALL, OnChangeMemoryLimit) |
|
|
|
PHP_INI_ENTRY("memory_limit", "128M", PHP_INI_ALL, OnChangeMemoryLimit) |
|
|
|
PHP_INI_ENTRY("precision", "14", PHP_INI_ALL, OnSetPrecision) |
|
|
|
PHP_INI_ENTRY("sendmail_from", NULL, PHP_INI_ALL, NULL) |
|
|
|
PHP_INI_ENTRY("sendmail_path", DEFAULT_SENDMAIL_PATH, PHP_INI_SYSTEM, NULL) |
|
|
|
|