]> git.pld-linux.org Git - packages/php.git/blob - php-memory-limit.patch
- rename php-amd64.patch -> php-memory-limit.patch
[packages/php.git] / php-memory-limit.patch
1 --- php-5.1.4/php.ini~  2006-06-20 15:47:05.186965387 +0300
2 +++ php-5.1.4/php.ini   2006-06-20 15:48:05.188306604 +0300
3 @@ -320,7 +320,7 @@
4  
5  max_execution_time = 30     ; Maximum execution time of each script, in seconds
6  max_input_time = 60    ; Maximum amount of time each script may spend parsing request data
7 -memory_limit = 8M      ; Maximum amount of memory a script may consume (8MB)
8 +memory_limit = 16M      ; Maximum amount of memory a script may consume (16MB)
9  
10  
11  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
This page took 0.023693 seconds and 3 git commands to generate.