1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/main
Niels Dossche ae5220aed6 Avoid call to php_socket_errno() if possible (#13909)
This call is only necessary if ret < 0.
Note that I also had to reoder the checks for EWOULDBLOCK, EMSGSIZE, EAGAIN
to avoid a false positive GCC warning about a duplicate condition
(EAGAIN == EWOULDBLOCK on my system).
2024-04-08 19:53:01 +02:00
..
2024-02-21 00:43:56 +00:00
2023-07-25 17:54:14 +02:00
2024-02-23 23:16:43 +01:00
2023-07-25 17:54:14 +02:00
2024-02-23 23:16:43 +01:00
2023-06-30 12:59:33 +02:00
2024-03-26 09:08:14 -07:00
2024-02-08 12:08:07 +01:00
2024-02-08 12:08:07 +01:00
2024-02-08 12:08:07 +01:00
2023-01-16 12:27:33 +01:00
2023-01-16 12:27:33 +01:00