vtiger php.ini file settings
Option | Setting
===============
Safe Mode | Off
Display Errors | On
File Uploads | On
Register Globals | Off
Max Execution Time – 300
output_buffering – On
Change the memory limit – 16M
error_reporting – E_WARNING & ~E_NOTICE
allow_call_time_reference – On
output_buffering – On
log_error = off
GD Library support
extension=php_gd2.dll (remove the comments)
IMAP Support
extension=php_imap.dll (remove the comments)
For custom views to work, need to set in php.ini:
register_long_arrays – MUST be set to On. It is set to Off by default.