MFH - instantiated is correct

This commit is contained in:
Rasmus Lerdorf 2005-12-30 17:15:55 +00:00
parent c2c7bc6a10
commit c7d2d2a689
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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