diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-12-27 07:19:25 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-12-27 07:19:25 +0000 |
commit | 4da21882fd2ab532c376d0c6a135740b952d4e3e (patch) | |
tree | 8fbd161b25a1c4f2d113039a93d4eb18dc94f562 /php.ini-dist | |
parent | 2971f422da32a7433305f6e86bdc4f6b61d28488 (diff) | |
download | php-git-4da21882fd2ab532c376d0c6a135740b952d4e3e.tar.gz |
Fixed spelling.
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/php.ini-dist b/php.ini-dist index f385788398..1a35c56ccd 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -139,7 +139,7 @@ implicit_flush = Off ; The unserialize callback function will be called (with the undefined class' ; name as parameter), if the unserializer finds an undefined class -; which should be instanciated. +; which should be instantiated. ; A warning appears if the specified function is not defined, or if the ; function doesn't include/implement the missing class. ; So only set this entry, if you really want to implement such a @@ -771,7 +771,7 @@ sybase.min_message_severity = 10 ; Compatability 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 -; compatability mode will probably not stay around forever, so try applying +; compatibility mode will probably not stay around forever, so try applying ; whatever necessary changes to your code, and turn it off. sybase.compatability_mode = Off @@ -1120,7 +1120,7 @@ sockets.use_system_read = On ; registered as output buffer to function ;mbstring.http_output = SJIS -; enable automatic encoding translation accoding to +; enable automatic encoding translation according to ; mbstring.internal_encoding setting. Input chars are ; converted to internal encoding by setting this to On. ; Note: Do _not_ use automatic encoding translation for |