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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: heekim at netian dot com
New email:
PHP Version: OS:

 

 [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: Thu Apr 25 23:01:29 2024 UTC