aboutsummaryrefslogtreecommitdiff
path: root/lang/php53/files/patch-main_main.c
blob: fdab9447de1db609d1c81aa31011c19261300e68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- main/main.c.orig	Sat Dec 10 09:36:39 2005
+++ main/main.c	Sat Dec 10 09:37:37 2005
@@ -311,7 +311,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)