Skip to content

Instantly share code, notes, and snippets.

@mfkenson
Last active December 25, 2015 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfkenson/7035969 to your computer and use it in GitHub Desktop.
Save mfkenson/7035969 to your computer and use it in GitHub Desktop.
php.ini for Windows 2008 R2 Server , PHP 5.3.23, for SugarCRM Professional 6.5.14.
#Windows 2008 R2 Server , PHP 5.3.23, for SugarCRM Professional 6.5.14
date.timezone ="UTC"
session.cookie_lifetime= 0 #expire the user cookie session (client-side) when the browser is closed
session.gc_maxlifetime= 600 #expire the user session (server-side) in 10 minutes
fastcgi.logging = 0
display_errors = 0
max_execution_time = 120
memory_limit = 512M
post_max_size = 30M
extension = php_wincache.dll
extension=php_pdo_sqlsrv_53_nts_vc9.dll #sqlsrv 2.0
extension=php_sqlsrv_53_nts_vc9.dll #sqlsrv 2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment