diff options
| author | Rasmus Lerdorf <rasmus@php.net> | 2005-12-30 17:13:30 +0000 |
|---|---|---|
| committer | Rasmus Lerdorf <rasmus@php.net> | 2005-12-30 17:13:30 +0000 |
| commit | 577cdcfa2727bcf6429317739e78aa80ab9f4555 (patch) | |
| tree | 6cd57e677bfb6479470c847660ebd4caa2c9aca4 /php.ini-dist | |
| parent | 6b35e2ed19d893e847c8cd913bf1e0047f130a2e (diff) | |
| download | php-git-577cdcfa2727bcf6429317739e78aa80ab9f4555.tar.gz | |
instantiated was 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 fc4a660311..426d4c30a1 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 |
