diff options
| author | foobar <sniper@php.net> | 2005-12-30 12:20:39 +0000 | 
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-12-30 12:20:39 +0000 | 
| commit | 7b980c6f957660c0c781cdf01596388907b16188 (patch) | |
| tree | fe6593c59aaf37fa2199053deb7022ba990fc079 /php.ini-dist | |
| parent | 66ae043208768fabfdaa0b28e47ca6a791192d39 (diff) | |
| download | php-git-7b980c6f957660c0c781cdf01596388907b16188.tar.gz | |
typofixes
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 426d4c30a1..fc4a660311 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 instantiated. +; which should be instanciated.  ; 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 | 
