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 | |
parent | 6b35e2ed19d893e847c8cd913bf1e0047f130a2e (diff) | |
download | php-git-577cdcfa2727bcf6429317739e78aa80ab9f4555.tar.gz |
instantiated was correct
-rw-r--r-- | php.ini-dist | 2 | ||||
-rw-r--r-- | php.ini-recommended | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/php.ini-recommended b/php.ini-recommended index 9fa15ce20e..7cab898a9a 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -197,7 +197,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 |