SOURCES: php-memory-limit.patch - update for php5.2
glen
glen at pld-linux.org
Fri Dec 1 14:08:45 CET 2006
Author: glen Date: Fri Dec 1 13:08:45 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- update for php5.2
---- Files affected:
SOURCES:
php-memory-limit.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/php-memory-limit.patch
diff -u SOURCES/php-memory-limit.patch:1.1 SOURCES/php-memory-limit.patch:1.2
--- SOURCES/php-memory-limit.patch:1.1 Tue Nov 28 08:49:31 2006
+++ SOURCES/php-memory-limit.patch Fri Dec 1 14:08:40 2006
@@ -4,8 +4,8 @@
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
--memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)
-+memory_limit = 16M ; Maximum amount of memory a script may consume (16MB)
+-memory_limit = 16M ; Maximum amount of memory a script may consume (16MB)
++memory_limit = 32M ; Maximum amount of memory a script may consume (32MB)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/php-memory-limit.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list