|
iTx Technologies offre gratuitement
|
||
[Vue sommaire] [Imprimer] [Vue textuelle]
1 ; This file is for CGI/FastCGI installations. 2 ; Try copying it to php5.ini, if it doesn't work 3 4 ; adjust memory limit 5 6 memory_limit = 64M 7 8 max_execution_time = 18000 9 10 ; disable magic quotes for php request vars 11 12 magic_quotes_gpc = off 13 14 ; disable automatic session start 15 ; before autoload was initialized 16 17 flag session.auto_start = off 18 19 ; enable resulting html compression 20 21 zlib.output_compression = on 22 23 ; disable user agent verification to not break multiple image upload 24 25 suhosin.session.cryptua = off 26 27 ; turn off compatibility with PHP4 when dealing with objects 28 29 zend.ze1_compatibility_mode = off 30 31 ; PHP for some reason ignores this setting in system php.ini 32 ; and disables mcrypt if this line is missing in local php.ini 33 34 extension=mcrypt.so
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
|
|
|
|