derick          Tue Dec 24 11:34:20 2002 EDT

  Modified files:              
    /phpdoc/entities    global.ent 
    /phpdoc/en/appendices       debugger.xml 
  Log:
  - Add link / information of Xdebug.
  
  
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.67 phpdoc/entities/global.ent:1.68
--- phpdoc/entities/global.ent:1.67     Sun Dec 22 22:36:38 2002
+++ phpdoc/entities/global.ent  Tue Dec 24 11:34:19 2002
@@ -1,6 +1,6 @@
 <!-- -*- SGML -*-
 
- $Id: global.ent,v 1.67 2002/12/23 03:36:38 shadowwulf Exp $
+ $Id: global.ent,v 1.68 2002/12/24 16:34:19 derick Exp $
 
  Contains global "macros" for all the XML documents.
 
@@ -217,6 +217,7 @@
 <!ENTITY url.win32install "http://www.umesd.k12.or.us/php/win32install.html";>
 <!ENTITY url.winhelp 
"http://msdn.microsoft.com/library/en-us/htmlhelp/html/vsconhh1start.asp";>
 <!ENTITY url.wddx "http://www.openwddx.org/";>
+<!ENTITY url.xdebug "http://xdebug.derickrethans.nl/";>
 <!ENTITY url.xml "http://www.w3.org/XML/";>
 <!ENTITY url.xmlrpc "http://www.xmlrpc.com/";>
 <!ENTITY url.xmlrpc-epi "http://xmlrpc-epi.sourceforge.net/";>
Index: phpdoc/en/appendices/debugger.xml
diff -u phpdoc/en/appendices/debugger.xml:1.20 phpdoc/en/appendices/debugger.xml:1.21
--- phpdoc/en/appendices/debugger.xml:1.20      Mon Mar 11 08:05:50 2002
+++ phpdoc/en/appendices/debugger.xml   Tue Dec 24 11:34:19 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
  <appendix id="debugger">
   <title>Debugging PHP</title>
 
@@ -13,8 +13,11 @@
     You can use one of the external debuggers though. The
     <ulink url="&url.zend.ide;">Zend IDE</ulink> includes
     a debugger, and there are also some free debugger extensions
-    like DBG at <ulink url="&url.dbg;">&url.dbg;</ulink> or the 
-    <ulink url="&url.apd;">Advanced PHP Debugger</ulink> (APD).
+    like DBG at <ulink url="&url.dbg;">&url.dbg;</ulink>, the 
+    <ulink url="&url.apd;">Advanced PHP Debugger</ulink> (APD) or
+    <ulink url="&url.xdebug;">Xdebug</ulink> which even has a compatible
+    debugger interface as PHP 3's debugging functionality as is described
+    in this section.
    </simpara>
   </sect1>
 



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

Reply via email to