mirror of
https://github.com/php/php-src.git
synced 2026-04-27 18:23:26 +02:00
083493be57
AS_VAR_SET_IF doesn't behave the same as "test -n" and/or "test -z", which becomes an issue for Apache's ZTS automatic enabling and CFLAGS edge case where it would be explicitly set to empty value. It is safer to use AS_VAR_IF instead of AS_VAR_SET_IF in these cases.
5.2 KiB
5.2 KiB