]> git.pld-linux.org Git - packages/php.git/blob - php-amd64.patch
- 5.1.6: bugfix release of memory_limit on 64bit systems
[packages/php.git] / php-amd64.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.023778 seconds and 3 git commands to generate.