View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002024 | Xdebug | Uncategorized | public | 2021-09-30 14:47 | 2021-10-15 13:19 |
Reporter | Otomatic | Assigned To | derick | ||
Priority | normal | Severity | block | Reproducibility | always |
Status | closed | Resolution | fixed | ||
OS | Windows | OS Version | 10 | ||
Product Version | 3.1.0beta2 | ||||
Target Version | 3.1dev | Fixed in Version | 3.1.1 | ||
Summary | 0002024: Apache restarts in a loop under PHP 8.1.0 RC3 | ||||
Description | PHP used as a module: xDebug loaded as zend_extension in php.ini | ||||
Steps To Reproduce | Try to load Wampserver homepage : http://localhost/ | ||||
Additional Information | apache_error.log With xdebug.mode = off -> No problem | ||||
Tags | No tags attached. | ||||
Operating System | Microsoft Windows [version 10.0.19043.1237] | ||||
PHP Version | 8.1-dev | ||||
|
Exactly the same problem with:
|
|
I'm sorry but even xdebug 3.1.0 final still doesn't work whatever the version of PHP: 7.2.34, 7.3.31, 7.4.24, 8.0.11 whether it's 32 or 64bit. Apache restarts in a loop when we try to access a local site, for example 'http://localhost/' while it is not a problem with xdebug 3.0.4. Totally blocking ! |
|
This can't work; that should be LoadModule php_module "${INSTALL_DIR}/bin/php/php8.1.0/php8apache2_4.dll" |
|
Hi, I think we (or rather, Christopher) found a potential fix for this. Can you try the right artefact from https://github.com/xdebug/xdebug/actions/runs/1312331369 for your set-up, and see if that fixes it? cheers, |
|
I think I have fixed this now, please try the right DLL from the following list of Artifacts: |
|
I'm sorry, but the problem is not solved. ---- xdebug.log With xdebug 3.0.4 [13440] [Step Debug] -> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="https://xdebug.org/dbgp/xdebug" status="stopping" reason="ok"></response> [13440] Log closed at 1970-01-01 00:22:52.858618 ---- xdebug.log With xdebug 3.1.1-dev There's something I'm curious about: while in both cases it is exactly the same version of PHP: 8.0.11 I can make other tests, just tell me what to do and with which configuration(s) of xdebug. |
|
That is because Xdebug uses the version of PHP's headers that it was compiled against, which does not have to match the version that is running. I've created a new ticket to "fix" this: 0002032 |
|
Christoph sniffed out the commit that caused this issue, which I have reverted for this branch/PR: https://github.com/xdebug/xdebug/actions/runs/1338217171 — care to try it? |
|
Christoph sniffed out the commit that caused this issue, which I have reverted for this branch/PR: https://github.com/xdebug/xdebug/actions/runs/1338217171 — care to try it? |
|
Hi, Try 1338217171 with PHP 8.0.11.
In short, the problem seems to be solved. Thank you for your help. |
|
Hi, I don't know if this is an xDebug or PHP fault, but with PHP 8.1.0 RC4 64bit, xDebug seems to be non-existent.
I'm leaning towards a PHP 8.1.0 RC4 default since it worked with the same dll and PHP 8.1.0 RC3 |
|
|
Date Modified | Username | Field | Change |
---|---|---|---|
2021-09-30 14:47 | Otomatic | New Issue | |
2021-10-02 12:45 | Otomatic | Note Added: 0006071 | |
2021-10-04 15:44 | Otomatic | Note Added: 0006074 | |
2021-10-04 17:15 | derick | Target Version | => 3.1dev |
2021-10-05 10:22 | cmb | Note Added: 0006077 | |
2021-10-06 15:04 | derick | Assigned To | => derick |
2021-10-06 15:04 | derick | Status | new => feedback |
2021-10-06 15:04 | derick | Note Added: 0006086 | |
2021-10-07 16:34 | derick | Relationship added | has duplicate 0002028 |
2021-10-07 17:43 | derick | Note Added: 0006093 | |
2021-10-08 09:57 | Otomatic | Note Added: 0006099 | |
2021-10-08 09:57 | Otomatic | Status | feedback => assigned |
2021-10-08 12:30 | derick | Note Added: 0006101 | |
2021-10-13 23:21 | derick | Note Added: 0006113 | |
2021-10-13 23:22 | derick | Status | assigned => feedback |
2021-10-13 23:22 | derick | Note Added: 0006115 | |
2021-10-14 07:13 | Otomatic | Note Added: 0006116 | |
2021-10-14 07:13 | Otomatic | Status | feedback => assigned |
2021-10-15 08:13 | Otomatic | Note Added: 0006117 | |
2021-10-15 13:13 | derick | Status | assigned => closed |
2021-10-15 13:13 | derick | Resolution | open => fixed |
2021-10-15 13:13 | derick | Fixed in Version | => 3.1dev |
2021-10-15 13:13 | derick | Note Added: 0006119 | |
2021-10-15 13:19 | derick | Fixed in Version | 3.1dev => 3.1.1 |