php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2131 debugger_on(host) not supported
Submitted: 1999-08-23 06:14 UTC Modified: 2001-02-10 15:50 UTC
From: heekim at netian dot com Assigned:
Status: Closed Package: Parser error
PHP Version: 3.0.11 OS: solaris 2.5.1
Private report: No CVE-ID: None
 [1999-08-23 06:14 UTC] heekim at netian dot com
I want to use debugger.
So I did the configuration to use debugger.

In my code I used the debugger_on(host)
But Error occured.

<pre>
debugger_on(localhost);
</pre>

Fatal error: Call to unsupported or undefined function debugger_on() in 
test.php3 on line 3.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-10 15:50 UTC] jimw@php.net
debugger must not have been enabled.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 09:01:27 2024 UTC