lang/php83: Reintroduce ifunc support
SIMD functions were disabled prior to 12 and it was never chased
upstream. However now it supports ifunc or it has improved. So let's
test and see how well it works.
There is an upstream PR:
https://github.com/php/php-src/pull/12274
PR: 274011