Example difference between PHP version compared to 8.4's new technique
===================
33.32
33.33
33.35
33.36
33.36
33.37
33.39
33.39
simple multiplication 33.325
rounding that same sum 33.32
but wait, lets just round 33.325 => 33.33
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.
Output for 8.1.32, 8.2.0 - 8.2.29, 8.3.0 - 8.3.28
Example difference between PHP version compared to 8.4's new technique
===================
33.33
33.34
33.35
33.36
33.37
33.38
33.39
33.4
simple multiplication 33.325
rounding that same sum 33.33
but wait, lets just round 33.325 => 33.33