]> granicus.if.org Git - php/commit
Fix #76825: Undefined symbols ___cpuid_count
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 5 Nov 2018 17:24:39 +0000 (18:24 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 5 Nov 2018 17:24:39 +0000 (18:24 +0100)
commit7625f972db10fe1a69757b97c6dec57ea049129b
treebaa5ce59b12b4aafa1bb13e4262c1106bf3817cf
parentd78479737c8a078fccf57c3f1f21ef3104430cba
Fix #76825: Undefined symbols ___cpuid_count

Apparently, the presence of `cpuid.h` is not necessarily sufficient to
guarantee the availability of `__cpuid_count()`.  We therefore test for
the latter explicitly.
NEWS
Zend/Zend.m4
Zend/zend_cpuinfo.c