mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFH - instantiated is correct
This commit is contained in:
parent
c2c7bc6a10
commit
c7d2d2a689
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue