diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-31 18:01:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-31 18:01:03 +0100 |
commit | d4b446db89ba29b844b1f05dc112bc8d5c573f4b (patch) | |
tree | 0f6bf55bd6514157374c11016fc537dfc6114a77 /package/php/files/php.ini | |
parent | 1c2328a04fd17ddb2009d2f94ec075c7180e4ef5 (diff) | |
parent | c37b25dfca1079115418200bf39faa00b8e14012 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/php/files/php.ini')
-rw-r--r-- | package/php/files/php.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php/files/php.ini b/package/php/files/php.ini index c9b395ac1..3a5172b3c 100644 --- a/package/php/files/php.ini +++ b/package/php/files/php.ini @@ -53,7 +53,7 @@ expose_php = On 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 = 32M ; Maximum amount of memory a script may consume (8MB) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |