mirror of
https://github.com/php/php-src.git
synced 2026-04-27 01:48:26 +02:00
52a8bb266f
This warning was about a possible loss of data due to the downcast of `php_socket_t` to `int`. The former maps to a platform specific type, hence, it might downcast from a 64 bit integer to a 32 bit intger.