mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
f2fede56c8
The entry points are duplicated: they add bloat and make it easier to forget to change something. Make maintenance easier by using @implementation-alias. Also, this has the nice side-effect of slightly reducing the amount of code and binary size. Closes GH-12158.