john            Tue Nov 19 21:51:21 2002 EDT

  Modified files:              
    /phpdoc/en/reference/var/functions  unserialize.xml 
  Log:
  Arg. I kept finding things wrong :) Added version information for the 
  callback parameter (PHP >= 4.2.0)
  
  
Index: phpdoc/en/reference/var/functions/unserialize.xml
diff -u phpdoc/en/reference/var/functions/unserialize.xml:1.7 
phpdoc/en/reference/var/functions/unserialize.xml:1.8
--- phpdoc/en/reference/var/functions/unserialize.xml:1.7       Tue Nov 19 21:45:02 
2002
+++ phpdoc/en/reference/var/functions/unserialize.xml   Tue Nov 19 21:51:21 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/var.xml, last change in rev 1.2 -->
   <refentry id="function.unserialize">
    <refnamediv>
@@ -26,7 +26,7 @@
     <note>
      <title>unserialize_callback_func directive</title>
      <para>
-      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 <type>object</type> "__PHP_Incomplete_Class".)
       Use your &php.ini;, <function>ini_set</function> or .htaccess-file 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to