Hacker News new | ask | show | jobs
by vrodic 618 days ago
there's perefectly working stuff from php from over 20 years ago that only had to keep up with security patches
1 comments

Unlike the Linux kernel ABI (and I think the JRE bytecode spec), PHP never made a "write once, run eternally" commitment.

And stuff from 20 years ago is likely to be riddled with bugs, not sure when exactly mysqli with prepared statements entered the field.