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-recommended | |
parent | e7bd4feef8794106662c7944aaec6abcc7a9eed8 (diff) | |
download | php-git-87e271833bcf16352cc89399c0a184d28004c162.tar.gz |
- Document correct default
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index b9bcfe3300..d47b3f1aa9 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -204,7 +204,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 |