Thread: PHP compiler
View Single Post
Old 12-12-2004, 05:37 PM  
Nathan
Confirmed User
 
Industry Role:
Join Date: Jul 2003
Posts: 3,108
Just compiling anything so that it is an executable does not make anything faster. If its written shitty its written shitty.

I bet a compiled version of PHP is simply the php parsed piggy-backing the script(s) and running them in-memory.

Even if it is not that, it still all goes through PHP functions.

Learn C if you want to code something as fast as C.
__________________
"Think about it a little more and you'll agree with me, because you're smart and I'm right."
- Charlie Munger
Nathan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote