View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001880 | Xdebug | Installation | public | 2020-11-05 16:06 | 2020-11-14 16:15 |
Reporter | rjung | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.0.0beta1 | ||||
Target Version | 3.0.0RC1 | Fixed in Version | 3.0.0RC1 | ||
Summary | 0001880: Bundled unit test tests/debugger/bug00886.phar misses to load phar extension | ||||
Description | We are building phar as a dynamically loadable extension but tests/debugger/bug00886.phar misses to load it into the php child provess running under the debugger. So the test fails. After Adding "extension" => "phar.so" to the options used to start the provcess, the test PASSes. Note that extensions added to the outer PHP process do not get automatically passes to the debugged child PHP process created by tests/debugger/dbgp/dbgpclient.php. | ||||
Steps To Reproduce | Build PHP with dynamically loadable phar extension. Then: TESTS=tests/debugger/bug00886.phar | ||||
Tags | test | ||||
Operating System | Any | ||||
PHP Version | 8.0-dev | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2020-11-05 16:06 | rjung | New Issue | |
2020-11-05 16:06 | rjung | Tag Attached: test | |
2020-11-05 16:49 | derick | Note Added: 0005504 | |
2020-11-11 10:43 | derick | Assigned To | => derick |
2020-11-11 10:43 | derick | Status | new => closed |
2020-11-11 10:43 | derick | Resolution | open => fixed |
2020-11-11 10:43 | derick | Fixed in Version | => 3.0.0RC1 |
2020-11-11 10:43 | derick | Note Added: 0005514 | |
2020-11-14 16:15 | derick | Target Version | => 3.0.0RC1 |