Bug 68635 - Debugging is turned on by default
Summary: Debugging is turned on by default
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: php
Version: 7.3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Phil Copeland
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-07-11 21:34 UTC by Chip Shabazian
Modified: 2007-04-18 16:44 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-07-11 21:34:31 UTC
Embargoed:


Attachments (Terms of Use)

Description Chip Shabazian 2002-07-11 21:34:25 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; T312461)

Description of problem:
in /etc/php.ini, in the [debugger] section, the debugger.enabled value is set 
to true.  While this is nice for debugging, it causes problems with people 
behind a firewall that access php pages that perform certain functions.  This 
feature should be set to false by default as debugging is not something you 
normally want on by default.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. use a php script like squirrelmail
2. be behind a firewall (I don't know if NAT is required or not)
3.
	

Actual Results:  3 minute 10 second delay doing certain functions, including 
just retrieving the login page.

Expected Results:  3 minute 10 second delay

Additional info:

I noticed the problem while running ethereal and noticing that the server was 
trying to contact my machine on port 7869.  By looking at php.ini, I discovered 
the debugging was turned on, and set to port 7869, which was of course blocked 
by my firewall.  Turning off debugging fixes the problem, as does opening port 
7869 (which most people are NOT going to be able to figure out)

Comment 1 Phil Copeland 2002-08-05 18:09:50 UTC
Ack,..
Turned off by default now

Phil
=--=


Note You need to log in before you can comment on or make changes to this bug.