297c297 < ; When floats & doubles are serialized, store serialize_precision significant --- > ; When floats & doubles are serialized store, serialize_precision significant 374c374 < expose_php = Off --- > expose_php = On 383c383 < max_execution_time = 30 --- > max_execution_time = 10 530c530 < ; Development Value: Off --- > ; Development Value: On 533c533 < ;track_errors = Off --- > track_errors = Off 672c672 < post_max_size = 8M --- > post_max_size = 10M 825c825 < upload_max_filesize = 2M --- > upload_max_filesize = 10M 939c939 < ;date.timezone = --- > date.timezone = <%= @timezone %> 1773c1773 < ;opcache.memory_consumption=128 --- > opcache.memory_consumption=128 1776c1776 < ;opcache.interned_strings_buffer=8 --- > opcache.interned_strings_buffer=16 1780c1780 < ;opcache.max_accelerated_files=10000 --- > opcache.max_accelerated_files=10000 1793c1793 < ;opcache.validate_timestamps=1 --- > opcache.validate_timestamps=<%= @opcache_validate %> 1806a1807,1810 > ; If enabled, a fast shutdown sequence is used for the accelerated code > ; Depending on the used Memory Manager this may cause some incompatibilities. > opcache.fast_shutdown=1 > 1914a1919,1920 > >