How PHP was created?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
johntrelvey
Forum Newbie
Posts: 2
Joined: Sun Jan 12, 2003 7:50 am

How PHP was created?

Post by johntrelvey »

Can anyone tell me how PHP was created?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

johntrelvey
Forum Newbie
Posts: 2
Joined: Sun Jan 12, 2003 7:50 am

Post by johntrelvey »

What I mean is how the author created PHP. Such as which language he used to create the PHP interpreter.
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Post by phice »

C++
Image Image
User avatar
llimllib
Moderator
Posts: 466
Joined: Mon Jul 01, 2002 2:19 pm
Location: Baltimore, MD

Post 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.
Post Reply