diff options
author | Hannes Magnusson <bjori@php.net> | 2006-09-09 22:07:00 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2006-09-09 22:07:00 +0000 |
commit | e4dab568cfbda2b817d1bce4809c7d401ab924a0 (patch) | |
tree | c284b456f0239456ed7919191347d0b28c768c68 /php.ini-dist | |
parent | 797225c7974b43ee2e23adae8ddc5be83f5676be (diff) | |
download | php-git-e4dab568cfbda2b817d1bce4809c7d401ab924a0.tar.gz |
MFB: typos
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/php.ini-dist b/php.ini-dist index d411ed1b69..fc44d51820 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -277,7 +277,7 @@ ignore_repeated_errors = Off ; Ignore source of message when ignoring repeated messages. When this setting ; is On you will not log errors with repeated messages from different files or -; sourcelines. +; source lines. ignore_repeated_source = Off ; If this parameter is set to Off, then memory leaks will not be shown (on @@ -633,7 +633,7 @@ mysql.default_user = ; file will be able to reveal the password as well. mysql.default_password = -; Maximum time (in secondes) for connect timeout. -1 means no limit +; Maximum time (in seconds) for connect timeout. -1 means no limit mysql.connect_timeout = 60 ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and @@ -721,7 +721,7 @@ sybase.min_error_severity = 10 ; Minimum message severity to display. sybase.min_message_severity = 10 -; Compatability mode with old versions of PHP 3.0. +; Compatibility mode with old versions of PHP 3.0. ; If on, this will cause PHP to automatically assign types to results according ; to their Sybase type, instead of treating them all as strings. This ; compatibility mode will probably not stay around forever, so try applying @@ -938,7 +938,7 @@ mssql.min_error_severity = 10 ; Minimum message severity to display. mssql.min_message_severity = 10 -; Compatability mode with old versions of PHP 3.0. +; Compatibility mode with old versions of PHP 3.0. mssql.compatability_mode = Off ; Connect timeout @@ -1022,7 +1022,7 @@ pfpro.defaulttimeout = 30 ;com.autoregister_typelib = true ; register constants casesensitive ;com.autoregister_casesensitive = false -; show warnings on duplicate constat registrations +; show warnings on duplicate constant registrations ;com.autoregister_verbose = true [mbstring] |