Re: [PHP-GTK] php bytecode compiler

[email protected] ("Colin Viebrock") Tue, 7 Aug 2001 10:17:24 -0400
Newsgroups php.gtk
Organization easyDNS Technologies Inc.
Message-ID <[email protected]>
"Andrei Zmievski" <[email protected]> wrote in message
news:[email protected]...
> On Mon, 06 Aug 2001, Joris Kluivers wrote:
> > Are there any php compilers (besides the zend compiler)?
>
> Not to my knowledge.

And, AFAIK, the Zend compiler doesn't create an executable.  It just turns
your script
into bytecode.

    http://www.zend.com/zend/products.php#encoder

- Colin