1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 04:51:03 +02:00
Files
archived-php-src/main
David Carlier 7ceae66182 streams/xp_socket: fix clang build error with enum usage on bool condition.
Fix targeted for oses defining those flags as enums (like Linux/glibc).

`error: converting the enum constant to a boolean [-Werror,-Wint-in-bool-context]
                                } else if ((!sslsock->ssl_active && value == 0 && (MSG_DONTWAIT || !sslsock->s.is_blocked)) ||`

Closes #8895.
2022-06-30 05:45:33 +01:00
..
2022-05-10 21:40:44 +01:00
2022-06-20 12:03:47 +02:00
2022-05-12 14:55:11 +02:00
2022-05-25 00:54:00 +02:00
2022-06-26 13:10:13 +01:00
2022-06-20 17:32:13 +01:00
2021-09-16 16:54:07 +02:00
2021-11-24 16:13:34 +03:00
2021-08-02 15:59:26 +02:00
2021-11-24 16:13:34 +03:00