goba            Fri Feb  1 13:00:23 2002 EDT

  Modified files:              
    /phpdoc/en/appendices       debugger.xml 
    /phpdoc/entities    global.ent 
  Log:
  Adding PHP 4 debugging links to debugger.xml and global.ent
  Also removed PHP 3 from appendix title, as we have at least
  a paragraph for PHP 4 users too.
  
  
Index: phpdoc/en/appendices/debugger.xml
diff -u phpdoc/en/appendices/debugger.xml:1.17 phpdoc/en/appendices/debugger.xml:1.18
--- phpdoc/en/appendices/debugger.xml:1.17      Thu Jan 17 22:32:22 2002
+++ phpdoc/en/appendices/debugger.xml   Fri Feb  1 13:00:23 2002
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
  <appendix id="debugger">
-  <title>Debugging PHP 3</title>
+  <title>Debugging PHP</title>
 
   <sect1 id="debugger-about">
    <title>About the debugger</title>
@@ -9,7 +9,11 @@
     PHP 3 includes support for a network-based debugger.
    </simpara>
    <simpara>
-    PHP 4 does not yet have a similar debugging facility.
+    PHP 4 does not have an internal debugging facility.
+    You can use one of the external debuggers though. The
+    <ulink url="&url.zend.ide;">Zend IDE</ulink> includes
+    a debugger, and there is also a free debugger extension
+    named DBG at <ulink url="&url.dbg;">&url.dbg;</ulink>.
    </simpara>
   </sect1>
 
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.7 phpdoc/entities/global.ent:1.8
--- phpdoc/entities/global.ent:1.7      Tue Jan 22 02:19:30 2002
+++ phpdoc/entities/global.ent  Fri Feb  1 13:00:23 2002
@@ -1,6 +1,6 @@
 <!-- -*- SGML -*-
 
- $Id: global.ent,v 1.7 2002/01/22 07:19:30 philip Exp $
+ $Id: global.ent,v 1.8 2002/02/01 18:00:23 goba Exp $
 
  Contains global "macros" for all the XML documents.
 
@@ -26,6 +26,7 @@
 <!ENTITY url.crack "http://www.users.dircon.co.uk/~crypto/";>
 <!ENTITY url.curl "http://curl.haxx.se/";>
 <!ENTITY url.cybermut 
"http://www.creditmutuel.fr/centre_commercial/vendez_sur_internet.html";>
+<!ENTITY url.dbg "http://dd.cron.ru/dbg/";>
 <!ENTITY url.dbplus.company "http://www.concept-asa.de/";>
 <!ENTITY url.dbplus.download "http://www.concept-asa.de/down-eng.html";>
 <!ENTITY url.dbplus.documentation 
"http://www.concept-asa.de/downloads/doc-eng.tar.gz";>
@@ -151,8 +152,7 @@
 <!ENTITY url.php.release4.1.0 "http://www.php.net/release_4_1_0.php";>
 
 <!-- Not used in the english version, only here for compatibility -->
-<!-- 404 at the moment, so we will link to http://www.php.net/download-docs.php -->
-<!-- <!ENTITY url.php.snaps.manual "http://snaps.php.net/manual/";> --> 
+<!-- We will link to http://www.php.net/download-docs.php -->
 
 <!ENTITY url.php.snaps.manual "http://www.php.net/download-docs.php";>
 <!ENTITY url.php.stats "../images/phpstats-200002.gif">
@@ -215,6 +215,7 @@
 <!ENTITY url.yaz.specs "http://www.nlc-bnc.ca/iso/ill/document/standard/z-ill-1a.pdf";>
 <!ENTITY url.zend "http://www.zend.com/";>
 <!ENTITY url.zend.mail "http://www.zend.com/zend/spotlight/sendmimeemailpart1.php";>
+<!ENTITY url.zend.ide "http://www.zend.com/store/products/zend-ide.php";>
 <!ENTITY url.zlib "http://www.gzip.org/zlib/";>
 <!ENTITY url.zziplib "http://zziplib.sourceforge.net/";>
 


Reply via email to