summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-12-30 12:21:48 +0000
committerfoobar <sniper@php.net>2005-12-30 12:21:48 +0000
commitb905bddda8746ff57abb04693b49979757d71431 (patch)
treeb49c9f57d962462136aeb732a061e1467ebbe75c /php.ini-dist
parentad5af84a3c8e819e02da8e888aa3c7c97d86d8b4 (diff)
downloadphp-git-b905bddda8746ff57abb04693b49979757d71431.tar.gz
MFH
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist
index e1405ada52..922140d3b1 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