diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2005-12-30 17:15:55 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2005-12-30 17:15:55 +0000 |
commit | c7d2d2a689bc8d8508506e15b99e867e0fd8064c (patch) | |
tree | b0a765772f6ed1a7354114024e7c09eb72f1ab2e /php.ini-dist | |
parent | c2c7bc6a10d180eb45f286fe2bf2df566f9eb2ce (diff) | |
download | php-git-c7d2d2a689bc8d8508506e15b99e867e0fd8064c.tar.gz |
MFH - instantiated is correct
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 922140d3b1..e1405ada52 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 |