Diff for /embedaddon/php/php.ini-development between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2013/07/22 01:31:37 version 1.1.1.4, 2013/10/14 08:02:08
Line 903  default_socket_timeout = 60 Line 903  default_socket_timeout = 60
 ;extension=php_tidy.dll  ;extension=php_tidy.dll
 ;extension=php_xmlrpc.dll  ;extension=php_xmlrpc.dll
 ;extension=php_xsl.dll  ;extension=php_xsl.dll
 ;extension=php_zip.dll  
   
 ;;;;;;;;;;;;;;;;;;;  ;;;;;;;;;;;;;;;;;;;
 ; Module Settings ;  ; Module Settings ;
Line 1474  session.gc_maxlifetime = 1440 Line 1473  session.gc_maxlifetime = 1440
 ;       collection through a shell script, cron entry, or some other method.  ;       collection through a shell script, cron entry, or some other method.
 ;       For example, the following script would is the equivalent of  ;       For example, the following script would is the equivalent of
 ;       setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):  ;       setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
;          find /path/to/sessions -cmin +24 | xargs rm;          find /path/to/sessions -cmin +24 -type f | xargs rm
   
 ; PHP 4.2 and less have an undocumented feature/bug that allows you to  ; PHP 4.2 and less have an undocumented feature/bug that allows you to
 ; to initialize a session variable in the global scope.  ; to initialize a session variable in the global scope.
Line 1855  ldap.max_links = -1 Line 1854  ldap.max_links = -1
   
 [dba]  [dba]
 ;dba.default_handler=  ;dba.default_handler=
   
   [curl]
   ; A default value for the CURLOPT_CAINFO option. This is required to be an
   ; absolute path.
   ;curl.cainfo =
   
 ; Local Variables:  ; Local Variables:
 ; tab-width: 4  ; tab-width: 4

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>