Hi there,
We are currently running a linux server that has our php code on it. The requirement has come up that we compile the code.
Does anyone know of any utils out there that we may use to compile the code on the linux machine?
Thanks in advance
Matthew
PHP Code Compiling
Moderator: General Moderators
Re: PHP Code Compiling
See, PHP is intepreter language so it doesn't have to compiled.
If you want to run a PHP code just pass it to PHP engine, on linux just install PHP packages as you need (it may be deb, rpm or even source code (tarball) package, just pick what you needed)
If you want to run a PHP code just pass it to PHP engine, on linux just install PHP packages as you need (it may be deb, rpm or even source code (tarball) package, just pick what you needed)
Re: PHP Code Compiling
Zend encoder (now known as Zend Guard I think) or Ioncube. I think there's a free one as well but I have no idea what it's called.mwalstra wrote:Does anyone know of any utils out there that we may use to compile the code on the linux machine?
Re: PHP Code Compiling
I haven't tried it, but here's one that claims to compile to native machine code (not interpreted bytecode as zend an ion):
http://www.roadsend.com/home/index.php?pageID=compiler
http://www.roadsend.com/home/index.php?pageID=compiler
Re: PHP Code Compiling
hi onion2k & mordred thanks for those i shall be looking into that.
charkar86 i need it to be compiled for security purposes.
charkar86 i need it to be compiled for security purposes.