nlopess         Mon Jul 26 07:51:36 2004 EDT

  Modified files:              
    /phpdoc/en/reference/overload       reference.xml 
  Log:
  fix link to oop5 overload
  
http://cvs.php.net/diff.php/phpdoc/en/reference/overload/reference.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/overload/reference.xml
diff -u phpdoc/en/reference/overload/reference.xml:1.10 
phpdoc/en/reference/overload/reference.xml:1.11
--- phpdoc/en/reference/overload/reference.xml:1.10     Thu Jun 10 11:38:09 2004
+++ phpdoc/en/reference/overload/reference.xml  Mon Jul 26 07:51:36 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
  <reference id="ref.overload">
   <title>Object property and method call overloading</title>
   <titleabbrev>Object overloading</titleabbrev>
@@ -24,11 +24,10 @@
     &warn.experimental;
     <warning>
      <para>
-      This extension is not a part of PHP 5. PHP 5 supports
-      <literal>__get()</literal>, <literal>__set()</literal> and
-      <literal>__call()</literal> natively. See <link
-      linkend="migration5.oop.overload">PHP 5 migration</link> chapter for
-      more information.
+      This extension is not a part of PHP 5. PHP 5 supports 
<literal>__get()</literal>, <literal>__set()</literal> and
+      <literal>__call()</literal> natively. See the <link
+       linkend="language.oop5.overloading">Overloading in PHP 5</link> page
+      for more information.
      </para>
     </warning>
    </section>

Reply via email to