mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69215 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0727cbf654
commit
26bc4474fe
1 changed files with 7 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue