iliaa Mon Dec 27 02:19:25 2004 EDT Modified files: /php-src php.ini-dist Log: Fixed spelling. http://cvs.php.net/diff.php/php-src/php.ini-dist?r1=1.221&r2=1.222&ty=u Index: php-src/php.ini-dist diff -u php-src/php.ini-dist:1.221 php-src/php.ini-dist:1.222 --- php-src/php.ini-dist:1.221 Sun Nov 28 08:21:09 2004 +++ php-src/php.ini-dist Mon Dec 27 02:19:25 2004 @@ -139,7 +139,7 @@ ; 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 @@ ; 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 @@ ; 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php