]> git.pld-linux.org Git - packages/php.git/commitdiff
- update for php5.2
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 1 Dec 2006 13:08:40 +0000 (13:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-memory-limit.patch -> 1.2

php-memory-limit.patch

index 8e7079f8439e60674ebc11c5a8c3c433dfd414dd..869220947241c114094312f2fe5b7bc25a3f1348 100644 (file)
@@ -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)
  
  
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
This page took 0.038311 seconds and 4 git commands to generate.