Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Dec 30, 2024

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

ndossche and others added 4 commits December 30, 2024 14:38
* 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
* PHP-8.3:
  Fix FD getting code on big endian (#17259)
* PHP-8.4:
  Fix FD getting code on big endian (#17259)
@pull pull bot added the ⤵️ pull label Dec 30, 2024
@pull pull bot merged commit 3427556 into wudi:master Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants