]> git.pld-linux.org Git - packages/php.git/blame - php-memory-limit.patch
- updated for 5.2.0, detect gdImageRotate
[packages/php.git] / php-memory-limit.patch
CommitLineData
f5e9c32a
ER
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
a8632d95
ER
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)
f5e9c32a
ER
9
10
11 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
This page took 0.020764 seconds and 4 git commands to generate.