From 518e1d99aa52ae1398f18aec6515dab2a02df32a Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Fri, 21 May 2004 06:29:04 +0000 Subject: [PATCH] added git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159226 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/var/ini.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/reference/var/ini.xml b/reference/var/ini.xml index 0aaba19b85..2edb79d699 100644 --- a/reference/var/ini.xml +++ b/reference/var/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -38,12 +38,12 @@ - The unserialize callback function will called (with the undefined class' - name as parameter), if the unserializer finds an undefined class - 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 callback-function. + The unserialize callback function will called + (with the undefined class' name as parameter), if the unserializer + finds an undefined class 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 callback-function. See also unserialize.