Commit f76a40fe240a14d4540fa3a511ba2b1984acc432
1 parent
3fd4d88c
Exists in
master
Alterado .htaccess
Modificação no valor da variavel php_value memory_limit de 32M para 64M Razão: com 32M a emissão de relatórios não estava funcionando direito, pedindo mais recursos da memoria
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ieducar/.htaccess
... | ... | @@ -76,7 +76,7 @@ DirectoryIndex index.php index.html index.htm |
76 | 76 | # |
77 | 77 | # @link http://php.net/configuration.changes |
78 | 78 | <IfModule mod_php5.c> |
79 | - php_value memory_limit 32M | |
79 | + php_value memory_limit 64M | |
80 | 80 | php_value error_reporting 1 |
81 | 81 | php_flag display_errors off |
82 | 82 | php_flag magic_quotes_gpc off | ... | ... |