View Issue Details

IDProjectCategoryView StatusLast Update
0001902XdebugInstallationpublic2020-11-28 17:12
Reporterderick Assigned Toderick  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version3.0.0 
Fixed in Version3.0.1 
Summary0001902: Compillation failure on AIX
Description

AIX doesn't have CLOCK_MONOTONIC set at all, and hence the compilation fails with :

<pre>
/home/calvin/rpmbuild/BUILD/xdebug-3.0.0/src/lib/timing.h:34:29: error: missing binary operator before token "10"
if PHP_WIN32 | APPLE | CLOCK_MONOTONIC
^
</pre>

TagsNo tags attached.
Operating System
PHP Version8.0.0-8.0.4

Activities

Issue History

Date Modified Username Field Change
2020-11-28 17:04 derick New Issue
2020-11-28 17:12 derick Assigned To => derick
2020-11-28 17:12 derick Status new => closed
2020-11-28 17:12 derick Resolution open => fixed
2020-11-28 17:12 derick Fixed in Version => 3.0.1
2020-11-28 17:12 derick Note Added: 0005555