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

version 1.1.1.2, 2012/05/29 12:34:34 version 1.1.1.3, 2013/07/22 01:31:37
Line 19 Line 19
 ; See the PHP docs for more specific information.  ; See the PHP docs for more specific information.
 ; http://php.net/configuration.file  ; http://php.net/configuration.file
   
; The syntax of the file is extremely simple.  Whitespace and Lines; The syntax of the file is extremely simple.  Whitespace and lines
 ; beginning with a semicolon are silently ignored (as you probably guessed).  ; beginning with a semicolon are silently ignored (as you probably guessed).
 ; Section headers (e.g. [Foo]) are also silently ignored, even though  ; Section headers (e.g. [Foo]) are also silently ignored, even though
 ; they might mean something in the future.  ; they might mean something in the future.
Line 751  enable_dl = Off Line 751  enable_dl = Off
 ; will look for to know it is OK to continue execution.  Setting this variable MAY  ; will look for to know it is OK to continue execution.  Setting this variable MAY
 ; cause security issues, KNOW WHAT YOU ARE DOING FIRST.  ; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
 ; http://php.net/cgi.redirect-status-env  ; http://php.net/cgi.redirect-status-env
;cgi.redirect_status_env = ;;cgi.redirect_status_env = 
   
 ; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI.  PHP's  ; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI.  PHP's
 ; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok  ; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
Line 768  enable_dl = Off Line 768  enable_dl = Off
 ; does not currently support this feature (03/17/2002)  ; does not currently support this feature (03/17/2002)
 ; Set to 1 if running under IIS.  Default is zero.  ; Set to 1 if running under IIS.  Default is zero.
 ; http://php.net/fastcgi.impersonate  ; http://php.net/fastcgi.impersonate
;fastcgi.impersonate = 1;;fastcgi.impersonate = 1
   
 ; Disable logging through FastCGI connection. PHP's default behavior is to enable  ; Disable logging through FastCGI connection. PHP's default behavior is to enable
 ; this feature.  ; this feature.
Line 1020  mail.add_x_header = On Line 1020  mail.add_x_header = On
 ; The path to a log file that will log all mail() calls. Log entries include  ; The path to a log file that will log all mail() calls. Log entries include
 ; the full path of the script, line number, To address and headers.  ; the full path of the script, line number, To address and headers.
 ;mail.log =  ;mail.log =
   ; Log mail to syslog (Event Log on NT, not valid in Windows 95).
   ;mail.log = syslog
   
 [SQL]  [SQL]
 ; http://php.net/sql.safe-mode  ; http://php.net/sql.safe-mode

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


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