diff options
Diffstat (limited to 'php.ini-dist')
| -rw-r--r-- | php.ini-dist | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/php.ini-dist b/php.ini-dist index 31b75a9e9f..cb458a9116 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -130,12 +130,12 @@ disable_functions = ; Colors for Syntax Highlighting mode. Anything that's acceptable in ; <font color="??????"> would work. -highlight.string = #CC0000 -highlight.comment = #FF9900 -highlight.keyword = #006600 -highlight.bg = #FFFFFF -highlight.default = #0000CC -highlight.html = #000000 +highlight.string = #CC0000 +highlight.comment = #FF9900 +highlight.keyword = #006600 +highlight.bg = #FFFFFF +highlight.default = #0000CC +highlight.html = #000000 ; @@ -326,7 +326,7 @@ file_uploads = On ; Temporary directory for HTTP uploaded files (will use system default if not ; specified). -;upload_tmp_dir = +;upload_tmp_dir = ; Maximum allowed size for uploaded files. upload_max_filesize = 2M @@ -531,7 +531,7 @@ sybase.max_persistent = -1 ; Maximum number of links (persistent + non-persistent). -1 means no limit. sybase.max_links = -1 -;sybase.interface_file = "/usr/sybase/interfaces" +;sybase.interface_file = "/usr/sybase/interfaces" ; Minimum error severity to display. sybase.min_error_severity = 10 @@ -567,7 +567,7 @@ sybct.min_client_severity = 10 bcmath.scale = 0 [browscap] -;browscap = extra/browscap.ini +;browscap = extra/browscap.ini [Informix] ; Default host for ifx_connect() (doesn't apply in safe mode). |
