1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 16:08:35 +02:00
Files
Marc 7cd8a0a0a4 [Windows] Improve clang-cl support (#21618)
* fix compiling (intl) C++ extensions --with-toolset=clang

* guard the double extern "C" { ... } for clang-only

* don't error on warnings with clang

* enable compiler intrinsics for clang too

* make --enable-compiler-intrinsics=no same as disabled

* add clang windows x64 ZTS test

* remove check if it's clang

* debloat logs from common warning

* @shivammathur feedback

* remove CI changes

* rebase on https://github.com/php/php-src/pull/21630

* fix default to asan => false

* bring back explicit error

* fix typo
2026-04-20 16:20:59 +02:00

1.9 KiB