On 11-8-2024 18:55, Christoph M. Becker wrote:
On 11.08.2024 at 08:05, Juliette Reinders Folmer wrote:
I'm currently going through the RFC wiki page and I'm seeing various
(PHP 8.4) RFCs which haven't been properly updated after the vote.
I've not gone through all of the RFCs, but these are definitely some
which I'd like to flag for attention:
- https://wiki.php.net/rfc/adding_bcround_bcfloor_bcceil_to_bcmath
- https://wiki.php.net/rfc/grapheme_str_split
- https://wiki.php.net/rfc/unbundle_imap_pspell_oci8
- https://wiki.php.net/rfc/raising_zero_to_power_of_negative_number
Thanks for reporting!
I've fixed up the first two, but I haven't yet found the PRs regarding
the extension unbundling, and I'm unsure about the implementation of the
last RFC; the implementation section has PR #13128, but mentions
"without fpow yet".
Thanks Christoph! I was tempted to update the RFCs myself, but thought
it was against protocol for anyone but the RFC owner to do so ? hence my
email.
If you need links to PRs/commits, I've got them, as I've been looking
them up for the initial PHPCompatibility package updates.
For fpow(), these are the relevant ones (and include the fpow() function
in contrast to the text in the PR description - PR was updated after it
was originally pulled):
PR: php/php-src#13128
Commit:
https://github.com/php/php-src/commit/23afe57f01e0915eef246eba60e60fda74fd2dcf
Smile,
Juliette