aboutsummaryrefslogtreecommitdiff
path: root/lang/php4/files/patch-main_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php4/files/patch-main_main.c')
-rw-r--r--lang/php4/files/patch-main_main.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/php4/files/patch-main_main.c b/lang/php4/files/patch-main_main.c
deleted file mode 100644
index fda40aee97f5..000000000000
--- a/lang/php4/files/patch-main_main.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- main/main.c.orig Sat Dec 10 09:40:39 2005
-+++ main/main.c Sat Dec 10 09:40:57 2005
-@@ -344,7 +344,7 @@
- PHP_INI_ENTRY("smtp_port", "25", PHP_INI_ALL, NULL)
- PHP_INI_ENTRY("browscap", NULL, PHP_INI_SYSTEM, NULL)
- #if MEMORY_LIMIT
-- PHP_INI_ENTRY("memory_limit", "8M", PHP_INI_ALL, OnChangeMemoryLimit)
-+ PHP_INI_ENTRY("memory_limit", "12M", PHP_INI_ALL, OnChangeMemoryLimit)
- #endif
- PHP_INI_ENTRY("precision", "14", PHP_INI_ALL, OnSetPrecision)
- PHP_INI_ENTRY("sendmail_from", NULL, PHP_INI_ALL, NULL)