php.ini, minor changes from upstream + drom COM section
This commit is contained in:
parent
e9a26ff3ff
commit
75dc7624ca
33
php.ini
33
php.ini
@ -19,7 +19,7 @@
|
|||||||
; 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.
|
||||||
@ -424,7 +424,7 @@ memory_limit = 128M
|
|||||||
; development and early testing.
|
; development and early testing.
|
||||||
;
|
;
|
||||||
; Error Level Constants:
|
; Error Level Constants:
|
||||||
; E_ALL - All errors and warnings (includes E_STRICT as of PHP 6.0.0)
|
; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0)
|
||||||
; E_ERROR - fatal run-time errors
|
; E_ERROR - fatal run-time errors
|
||||||
; E_RECOVERABLE_ERROR - almost fatal run-time errors
|
; E_RECOVERABLE_ERROR - almost fatal run-time errors
|
||||||
; E_WARNING - run-time warnings (non-fatal errors)
|
; E_WARNING - run-time warnings (non-fatal errors)
|
||||||
@ -751,7 +751,7 @@ 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
|
||||||
@ -768,7 +768,7 @@ 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.
|
||||||
@ -1650,31 +1650,6 @@ mssql.secure_connection = Off
|
|||||||
; http://php.net/assert.quiet-eval
|
; http://php.net/assert.quiet-eval
|
||||||
;assert.quiet_eval = 0
|
;assert.quiet_eval = 0
|
||||||
|
|
||||||
[COM]
|
|
||||||
; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
|
|
||||||
; http://php.net/com.typelib-file
|
|
||||||
;com.typelib_file =
|
|
||||||
|
|
||||||
; allow Distributed-COM calls
|
|
||||||
; http://php.net/com.allow-dcom
|
|
||||||
;com.allow_dcom = true
|
|
||||||
|
|
||||||
; autoregister constants of a components typlib on com_load()
|
|
||||||
; http://php.net/com.autoregister-typelib
|
|
||||||
;com.autoregister_typelib = true
|
|
||||||
|
|
||||||
; register constants casesensitive
|
|
||||||
; http://php.net/com.autoregister-casesensitive
|
|
||||||
;com.autoregister_casesensitive = false
|
|
||||||
|
|
||||||
; show warnings on duplicate constant registrations
|
|
||||||
; http://php.net/com.autoregister-verbose
|
|
||||||
;com.autoregister_verbose = true
|
|
||||||
|
|
||||||
; The default character set code-page to use when passing strings to and from COM objects.
|
|
||||||
; Default: system ANSI code page
|
|
||||||
;com.code_page=
|
|
||||||
|
|
||||||
[mbstring]
|
[mbstring]
|
||||||
; language for internal character representation.
|
; language for internal character representation.
|
||||||
; http://php.net/mbstring.language
|
; http://php.net/mbstring.language
|
||||||
|
Loading…
Reference in New Issue
Block a user