View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001384 | Xdebug | Installation | public | 2017-01-03 14:21 | 2017-12-02 16:19 |
| Reporter | RQuadling | Assigned To | |||
| Priority | low | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | Docker (phusion/baseimage) | ||||
| Product Version | 2.5.0 | ||||
| Target Version | 2.5.1 | Fixed in Version | 2.6.0alpha1 | ||
| Summary | 0001384: Big red warning during build process | ||||
| Description | Building my PHP container with xDebug enabled and I get a warning.. In file included from /xdebug-2.5.0/xdebug_handlers.h:23:0, | ||||
| Steps To Reproduce | Using the following command in my Dockerfile ... RUN \ | ||||
| Additional Information | xDebug works as expected, so really this is a 'just in case it is important and/or specific to an environment' sort of thing. | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 7.0.10-7.0.14 | ||||
|
|
Not particularly important, but the fix is easy too. |
|
|
I can't reproduce this. With which GCC version is this (run gcc --version)? |
|
|
'docker' exec -it php bash |
|
|
Using phusion/baseimage:latest as the base image to build from. docker images reports |
|
|
I still can not reproduce this with gcc 5.4 - can you give me all the steps necessary to reproduce this? Assume I have docker installed, but that I don't know how to use it. |
|
|
I could reproduce this on Ubuntu 16.04 with GCC 5.4, and have now made a PR: https://github.com/xdebug/xdebug/pull/320 that will make it into 2.6.0dev. |