Click to See Complete Forum and Search --> : make .exe file with Zend product???


tablex
06-21-2003, 02:06 PM
I heared from someone it was possible to make an executable file
written in php using a Zend product, so I searched the site but didn't find anything about this..is this true???

Mordecai
06-22-2003, 04:43 AM
No, PHP can not be compiled into an executable.

jayant
06-22-2003, 07:51 AM
maybe what you heard about was "zend encoder". it won't create executables, but it does convert your php code into binary ( to protect source code )