[PHP] Compiling Scripts

2001-02-28 Thread Johnny Withers
[I'm not on this list, please CC me in reply] Is there any way to compile a .php file instead of using the source code to distribute? Problem is, I may have to release an application written in PHP out to companies who do not wish to use this application across the Internet and would like to

Re: [PHP] Compiling Scripts

2001-02-28 Thread Jeff
Use the zend optimizer, www.zend.com . Of course it requires the people who use the script to have the optimizer as well, but at least they can't see the source. Jeff Johnny Withers wrote: [I'm not on this list, please CC me in reply] Is there any way to compile a .php file instead of using

Re: [PHP] Compiling Scripts

2001-02-28 Thread John Donagher
You mean the Encoder. The Optimizer has no such requirement. John On Wed, 28 Feb 2001, Jeff wrote: Use the zend optimizer, www.zend.com . Of course it requires the people who use the script to have the optimizer as well, but at least they can't see the source. Jeff Johnny Withers