View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000985 | Xdebug | Installation | public | 2013-10-10 23:21 | 2014-05-19 23:12 |
Reporter | Jan-E | Assigned To | derick | ||
Priority | normal | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0000985: The current Git head does not compile anymore for Windows | ||||
Description | Compilation of php_xdebug.dll with the latest sources fails: Creating library Release_TS\php5ts.lib and object Release_TS\php5ts.exp Microsoft (R) Program Maintenance Utility Version 11.00.50727.1 NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\cl.exe"' : return code '0x2' | ||||
Steps To Reproduce | Try to compile php_xdebug.dll with VC9 (PHP 5.3 & PHP 5.4) or VC11 (x86 & x64, PHP 5.5). It does not succeed. | ||||
Additional Information | The 2.2.3 release still compiles fine. | ||||
Tags | No tags attached. | ||||
Operating System | Windows | ||||
PHP Version | 5.4.10-5.4.14 | ||||
|
Can you try while applying the patch from PR: https://github.com/xdebug/xdebug/pull/84 ? |
|
The patch worked. It compiled once again. Thanks. |
|
Although it compiled fine, I am now getting memory protection crashes in httpd.exe. Apache 2.4.6, PHP 5.4.21RC1 TS as mod_php under XP. Debugging with VC9 pointed in the direction of malloc.c. Without php_xdebug.dll no problems. |
|
The same happened under Win 7 Pro and while running php-cgi.exe as mod_fcgid. Unhandled exception at 0x100f066e in php-cgi.exe: 0xC0000005: Access violation reading location 0x00000000 No problem with the 2.2.3 release. |
|
About the other issue you are facing, I wonder if this is not related to 0000984. Can you investigate if the patch from that issue solves your memory protection crash issue? If not, probably better to fill another issue as it would be unrelated to this (compile-related) one. |
|
The patch from issue 984 did not solve my memory crashes. I will open a new issue when I've got the chance to investigate it further. |
|
How do I close this issue? |
|
You should not, wait that Derick accepts the Pull Request. When merged, this issue will be closed. |
|
@patrickallaert, the user says it compiles now, but that it still crashes. |
|
This must be fixed already, as I successfully compiled 2.2.4 binaries (and ripped out this code) |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-10-10 23:21 | Jan-E | New Issue | |
2013-10-11 09:05 | patrickallaert | Note Added: 0002578 | |
2013-10-12 07:12 | Jan-E | Note Added: 0002579 | |
2013-10-12 07:12 | Jan-E | Note Edited: 0002579 | |
2013-10-12 07:13 | Jan-E | Note Edited: 0002579 | |
2013-10-12 16:33 | Jan-E | Note Added: 0002580 | |
2013-10-13 02:39 | Jan-E | Note Added: 0002581 | |
2013-10-14 07:31 | patrickallaert | Note Added: 0002589 | |
2013-10-14 12:34 | Jan-E | Note Added: 0002590 | |
2013-10-14 12:38 | Jan-E | Note Added: 0002591 | |
2013-10-14 13:11 | patrickallaert | Note Added: 0002592 | |
2013-12-04 00:05 | derick | Note Added: 0002634 | |
2014-05-19 23:12 | derick | Note Added: 0002820 | |
2014-05-19 23:12 | derick | Status | new => resolved |
2014-05-19 23:12 | derick | Resolution | open => fixed |
2014-05-19 23:12 | derick | Assigned To | => derick |