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???
make .exe file with Zend product???
No, PHP can not be compiled into an executable.
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 )