diff options
author | Derick Rethans <derick@php.net> | 2002-10-08 07:47:45 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-10-08 07:47:45 +0000 |
commit | 87e271833bcf16352cc89399c0a184d28004c162 (patch) | |
tree | 6fba0d479ac56ca60a2919ddfddad39de908c8c4 /php.ini-dist | |
parent | e7bd4feef8794106662c7944aaec6abcc7a9eed8 (diff) | |
download | php-git-87e271833bcf16352cc89399c0a184d28004c162.tar.gz |
- Document correct default
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist index 98df3da73a..9be71d2be9 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -190,7 +190,7 @@ disable_functions = ; Colors for Syntax Highlighting mode. Anything that's acceptable in ; <font color="??????"> would work. -;highlight.string = #CC0000 +;highlight.string = #DD0000 ;highlight.comment = #FF9900 ;highlight.keyword = #007700 ;highlight.bg = #FFFFFF |