Re: [PHP-DEV] php compiler - (or really) big binary builder

2001-12-28 Thread Peter Petermann
> bytecode, the idea was just to merge php code (either zipped) or just > appended to the php binary, and making it execute code from the end of > it'self.. For windows something like that exists.. Plot did it.. The URL was: www.deskcode.com/phpcompiler but doesnt seem to exist any longer. but i t

Re: [PHP-DEV] php compiler - (or really) big binary builder

2001-12-28 Thread derick
Hello, On Fri, 28 Dec 2001, Alan Knowles wrote: > Ok, this may seem totaly crazy :) > > I was having a look at the issue of the php compiler (really > distributing a single executable) of php code. - we are starting to > develop php-gtk apps and it seemed usefull - it appears that the > prev

[PHP-DEV] php compiler - (or really) big binary builder

2001-12-28 Thread Alan Knowles
Ok, this may seem totaly crazy :) I was having a look at the issue of the php compiler (really distributing a single executable) of php code. - we are starting to develop php-gtk apps and it seemed usefull - it appears that the previous effort at doing this has dissappeared of the face of