Compile a PHP script in Linux

Posted by Botto on Stack Overflow See other posts from Stack Overflow or by Botto
Published on 2008-09-07T08:32:11Z Indexed on 2010/05/22 8:20 UTC
Read the original article Hit count: 142

Filed under:
|

I know php scripts don't actually compile until they are run. However say I want to create a small simple program and compile it to a binary without requiring the php binary. How could I do this?

I'v seen a few IDE's out there that would do this, but either they are all for windows or the linux versions don't actually build properly.
What I would like is something like py2exe that does it in the script itself.

© Stack Overflow or respective owner

Related posts about php

Related posts about linux