mirror of
https://github.com/php/php-src.git
synced 2026-03-28 18:22:42 +01:00
Add --enable-werror configure option and use it on Travis. It's not possible to directly use CFLAGS, because it also affects configure checks which often throw warnings. We can't enable something similar for Windows builds at this time, because they throw a lot more warnings.