From 72a3198020cba04573fb375f87e63f675c9c37b0 Mon Sep 17 00:00:00 2001 From: John Coggeshall Date: Wed, 20 Nov 2002 02:51:21 +0000 Subject: [PATCH] Arg. I kept finding things wrong :) Added version information for the callback parameter (PHP >= 4.2.0) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104988 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/var/functions/unserialize.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/var/functions/unserialize.xml b/reference/var/functions/unserialize.xml index bad0202622..843a38d2dc 100644 --- a/reference/var/functions/unserialize.xml +++ b/reference/var/functions/unserialize.xml @@ -1,5 +1,5 @@ - + @@ -26,7 +26,7 @@ unserialize_callback_func directive - It's possible to set a callback-function which will be called, + (PHP >= 4.2.0) It's possible to set a callback-function which will be called, if an undefined class should be instantiated during unserializing. (to prevent getting an incomplete object "__PHP_Incomplete_Class".) Use your &php.ini;, ini_set or .htaccess-file