jmcastagnetto           Sun Dec 22 18:31:21 2002 EDT

  Modified files:              
    /phpdoc/en/reference/network/functions      debugger-off.xml 
                                                debugger-on.xml 
  Log:
  Adding link to the 'Debugging PHP' appendix
  Making clear that debugger is only available in PHP 3
  
  
Index: phpdoc/en/reference/network/functions/debugger-off.xml
diff -u phpdoc/en/reference/network/functions/debugger-off.xml:1.2 
phpdoc/en/reference/network/functions/debugger-off.xml:1.3
--- phpdoc/en/reference/network/functions/debugger-off.xml:1.2  Wed Apr 17 02:42:03 
2002
+++ phpdoc/en/reference/network/functions/debugger-off.xml      Sun Dec 22 18:31:21 
+2002
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/network.xml, last change in rev 1.2 -->
   <refentry id="function.debugger-off">
    <refnamediv>
     <refname>debugger_off</refname>
-    <refpurpose>Disable internal PHP debugger</refpurpose>
+    <refpurpose>Disable internal PHP debugger (PHP 3)</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -13,9 +13,14 @@
       <void/>
      </methodsynopsis>
     <para>
-     Disables the internal PHP debugger.  The debugger is still under
-     development.
+     Disables the internal PHP debugger. This function is only
+     available in PHP 3.
     </para>
+    <simpara>
+     For more information see the appendix on <link
+     linkend="&appendices.debugger;">Debugging
+     PHP</link>
+    </simpara>
    </refsect1>
   </refentry>
 
Index: phpdoc/en/reference/network/functions/debugger-on.xml
diff -u phpdoc/en/reference/network/functions/debugger-on.xml:1.2 
phpdoc/en/reference/network/functions/debugger-on.xml:1.3
--- phpdoc/en/reference/network/functions/debugger-on.xml:1.2   Wed Apr 17 02:42:03 
2002
+++ phpdoc/en/reference/network/functions/debugger-on.xml       Sun Dec 22 18:31:21 
+2002
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/network.xml, last change in rev 1.2 -->
   <refentry id="function.debugger-on">
    <refnamediv>
     <refname>debugger_on</refname>
-    <refpurpose>Enable internal PHP debugger</refpurpose>
+    <refpurpose>Enable internal PHP debugger (PHP 3)</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -14,9 +14,14 @@
      </methodsynopsis>
     <para>
      Enables the internal PHP debugger, connecting it to
-     <parameter>address</parameter>.  The debugger is still under
-     development.
+     <parameter>address</parameter>.   This function is only
+     available in PHP 3.
     </para>
+    <simpara>
+     For more information see the appendix on <link
+     linkend="&appendices.debugger;">Debugging
+     PHP</link>
+    </simpara>
    </refsect1>
   </refentry>
 



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

Reply via email to