mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
![]() * Fix FD getting code on big endian (PHP 8.3) stream casting as FD returns a php_socket_t, which is an int, but zend_long is 64-bit (on those platforms). This works on LE by accidental (unless it forgets to clear the high word), but is fatal on big endian. * change cast to match sig |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
CREDITS | ||
php_posix.h | ||
posix.c | ||
posix.stub.php | ||
posix_arginfo.h |