View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000399 | Xdebug | public | 2008-08-16 16:13 | 2009-11-27 16:55 | |
Reporter | cchubb | Assigned To | derick | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Summary | 0000399: Error 502.2 Bad Gateway always thrown on Vista | ||||
Description | PHP 4.3.11 (cgi-fcgi) (built: Mar 30 2005 17:34:09) When I use either the php_xdebug.dll provided in the PHP Binary for 4.3.11 or the one provided with Activestate Komodo 4, the output of "php -v" tells that the module is loaded and "php -i" via the command line indicates that the xdebug module is loaded. When requested through the web browser the output is always Commenting the | ||||
Additional Information | Other tests I have done: Tried the php_xdebug.dll from PECL (for version 4.3.11) Turned on ALL error logging in the php.ini and log to a file. No errors are written if the php_xdebug.dll is loaded, normal errors are written if no xdebug is loaded. xdebug.remote_log=C:/PHP/XDebug2/Log.txt is set in the php.ini, but no errors are being written there. Checked the server event logs and the IIS Admin error logs. Nothing is written when the 502.2 error is thrown except for the server log indicating a call to the .php script and the 502.2 error return code. I have to work in PHP 4.3.11 because I am supporting legacy scripts that haven't been upgraded to PHP5 (or even 4.4) So, in summary, the headers are not being returned from xdebug, no errors are trapped and logged and I don't know where to look next. | ||||
Tags | gdfg | ||||
Operating System | Windows Vista Business 32bit | ||||
PHP Version | 4.3.11 | ||||
duplicate of | 0000410 | closed | Apache crashes on Vista with xDebug installed |
|
I turned on super extended tracing in IIS and here is the pertinent call: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> It shows that PHP spent about 3.7 seconds processing the request, which seems about right for the actual call to the index.php. But nothing is returned from php when xdebug is enabled. |
|
I can confirm that this behavior is happening in PHP 5.2.9-2 but only when sending a Location: tag. Other page output is now working. The exact headers I am writing in PHP when I get the problem is: header('HTTP/1.1 302 Found'); |
Date Modified | Username | Field | Change |
---|---|---|---|
2008-08-16 16:13 | cchubb | New Issue | |
2008-08-16 16:34 | cchubb | Note Added: 0000873 | |
2009-05-05 21:24 | cchubb | Note Added: 0000957 | |
2009-07-20 06:12 |
|
Tag Attached: gdfg | |
2009-11-27 16:55 | derick | Relationship added | duplicate of 0000410 |
2009-11-27 16:55 | derick | Duplicate ID | 0 => 410 |
2009-11-27 16:55 | derick | Status | new => resolved |
2009-11-27 16:55 | derick | Resolution | open => duplicate |
2009-11-27 16:55 | derick | Assigned To | => derick |
2016-07-31 12:35 | derick | Category | Debug client (console) => debugclient (debugging tool) |
2016-07-31 12:35 | derick | Category | debugclient (debugging tool) => (No Category) |