RE: Re[2]: [PHP-DEV] PHP compiler

2003-08-14 Thread Jeremy S. Johnstone
The only problem with that approach is that you have to distribute the php executable and your program is loaded using a command line similar to: Php -par someapp.par Instead of simply: ./someapp I know this is a small difference, but it makes a big difference when you are dealing with customer

Re: Re[2]: [PHP-DEV] PHP compiler

2003-08-14 Thread Antony Dovgal
On Wed, 6 Aug 2003 21:37:26 +0600 Simeon Koptelov <[EMAIL PROTECTED]> wrote: > Then the jar-like archives is all that we really need :) And in web apps > this will be very handy too. > > There's no need in PHP code compilation in this case -- you simply > pack all package files and dirs in one ar