J'avais déjà regardé de ce coté là, mais il n'y a rien concernant la sécurité dans les différences : $ diff /etc/php5/apache2/php.ini /etc/php5/cli/php.ini
83c83
< short_open_tag = On
---
> short_open_tag = Off
270c270
< memory_limit = 32M ; Maximum amount of memory a script may consume (16MB)
---
> memory_limit = 128M ; Maximum amount of memory a script may consume (32MB)
451c451
< post_max_size = 8M
---
> post_max_size = 32M
[^] # Re: cli or not
Posté par Snarky . En réponse au message Pipe + Apache + PHP. Évalué à 2.
$ diff /etc/php5/apache2/php.ini /etc/php5/cli/php.ini
83c83
< short_open_tag = On
---
> short_open_tag = Off
270c270
< memory_limit = 32M ; Maximum amount of memory a script may consume (16MB)
---
> memory_limit = 128M ; Maximum amount of memory a script may consume (32MB)
451c451
< post_max_size = 8M
---
> post_max_size = 32M