]> git.pld-linux.org Git - packages/php.git/commitdiff
- rename php-amd64.patch -> php-memory-limit.patch
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 28 Nov 2006 07:49:31 +0000 (07:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-amd64.patch -> 1.3
    php-memory-limit.patch -> 1.1

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

diff --git a/php-amd64.patch b/php-amd64.patch
deleted file mode 100644 (file)
index c3a669c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- php-5.2.0/php.ini~ 2006-11-03 01:30:58.000000000 +0200
-+++ php-5.2.0/php.ini  2006-11-03 01:32:07.000000000 +0200
-@@ -321,7 +321,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 = 16M      ; Maximum amount of memory a script may consume (16MB)
-+memory_limit = 32M      ; Maximum amount of memory a script may consume (32MB)
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
diff --git a/php-memory-limit.patch b/php-memory-limit.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.040478 seconds and 4 git commands to generate.