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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Mon Oct 14 11:01:27 2024 UTC