1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00
Files
archived-php-src/sapi
Richard Fussenegger 52a8bb266f Fixed php_socket_t to int conversion
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.
2017-05-29 21:42:59 +02:00
..
2017-03-28 13:17:05 +02:00
2017-01-12 22:08:20 +01:00
2017-05-29 21:42:59 +02:00
2017-01-04 11:23:42 -06:00
2017-05-24 15:07:24 -07:00
2015-08-11 01:42:25 +02:00