Page 1 of 1

How PHP was created?

Posted: Sun Jan 12, 2003 7:50 am
by johntrelvey
Can anyone tell me how PHP was created?

Posted: Sun Jan 12, 2003 7:59 am
by volka

Posted: Sun Jan 19, 2003 7:09 am
by johntrelvey
What I mean is how the author created PHP. Such as which language he used to create the PHP interpreter.

Posted: Tue Jan 21, 2003 8:34 am
by phice
C++

Posted: Tue Jan 21, 2003 6:30 pm
by llimllib
Well, to be technical, it's in C not C++ as far as I've seen. If you want, you can browse the source code at lxr.php.net - I've found it useful on a rare occasion.