sean            Sun May  1 13:21:23 2005 EDT

  Modified files:              
    /phpdoc/en/reference/classkit       reference.xml 
  Log:
  link to runkit
  
http://cvs.php.net/diff.php/phpdoc/en/reference/classkit/reference.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/classkit/reference.xml
diff -u phpdoc/en/reference/classkit/reference.xml:1.2 
phpdoc/en/reference/classkit/reference.xml:1.3
--- phpdoc/en/reference/classkit/reference.xml:1.2      Wed Jan  5 17:34:38 2005
+++ phpdoc/en/reference/classkit/reference.xml  Sun May  1 13:21:22 2005
@@ -1,11 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
-<!--
-NOTE: this extension will (eventually) be replaced by another that
-incorporates function-manipulation as well. These docs are not complete, but
-working on them further isn't useful as this module will be deprecated in
-favour of its replacement.
--->
+<!-- $Revision: 1.3 $ -->
 <reference id="ref.classkit">
  <title>Classkit Functions</title>
  <titleabbrev>Classkit</titleabbrev>
@@ -16,6 +10,13 @@
    <para>
      These functions allow the dynamic manipulation of PHP classes, at runtime.
    </para>
+   <note>
+    <para>
+     This extension has been replaced by
+     <link linkend="ref.runkit">runkit</link>, which is not limited to class
+     manipulation but has function manipulation, as well.
+    </para>
+   </note>
   </section>
 
   &reference.classkit.configure;

Reply via email to