How PHP became such a huge success

LXF: Which languages particularly inspired you early on in the development of PHP?

RL: C and Perl. Those were the two languages I was using back then. Because originally I wasn't trying to build a new language, I simply needed a way of using what I already knew within the confines of the web server and to solve a problem. I didn't need a lot of the stuff that was in Perl and I didn't want all the memory management hassle of C, so I needed a stripped-down version of C, that wasn't quite Perl, that I could easily embed and was targeted at the problem.

TOPICS