mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
We port the respective upstream fix[1], which dropped the special cased implementations of fixed-point arithmetic rotation in favor of the generic implementation. We also port follow-up upstream fixes[2][3]. [1] <bd6d2e101f> [2] <6d21d30429> [3] <9df878a400> Closes GH-17375.