]> git.pld-linux.org Git - packages/php.git/commitdiff
- use more memory on amd64
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 20 Jun 2006 12:50:23 +0000 (12:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-amd64.patch -> 1.1

php-amd64.patch [new file with mode: 0644]

diff --git a/php-amd64.patch b/php-amd64.patch
new file mode 100644 (file)
index 0000000..8e7079f
--- /dev/null
@@ -0,0 +1,11 @@
+--- php-5.1.4/php.ini~ 2006-06-20 15:47:05.186965387 +0300
++++ php-5.1.4/php.ini  2006-06-20 15:48:05.188306604 +0300
+@@ -320,7 +320,7 @@
+ 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)
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
This page took 0.275862 seconds and 4 git commands to generate.