]> git.pld-linux.org Git - packages/php.git/blob - php-amd64.patch
- filter extension built as shared
[packages/php.git] / php-amd64.patch
1 --- php-5.2.0/php.ini~  2006-11-03 01:30:58.000000000 +0200
2 +++ php-5.2.0/php.ini   2006-11-03 01:32:07.000000000 +0200
3 @@ -321,7 +321,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 = 16M      ; Maximum amount of memory a script may consume (16MB)
8 +memory_limit = 32M      ; Maximum amount of memory a script may consume (32MB)
9  
10  
11  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
This page took 0.022094 seconds and 3 git commands to generate.