Re: [PHP] Compiler? (Was Re: [PHP] PHP site on CD-ROM)

2001-01-26 Thread Alex Black
Does the encoder have support for multiple file encoded "bundles" ? i.e. If there's an include statement in a file I encode, can I specify the included file should be wrapped in to the same file? Obviously that's a totally simplistic example, but you get the idea :) _alex -- PHP General Mail

Re: [PHP] Compiler? (Was Re: [PHP] PHP site on CD-ROM)

2001-01-25 Thread Jim Jagielski
Angus Mann wrote: > > At 22:35 18/01/01 -0800, Rasmus Lerdorf wrote: > > >You would need to go through a web server for it to work. > > I seem to recall seeing something on the Zend site a while back about a > "compiler" for PHP that was in the pipeline. After the store was launched I > can't

Re: [PHP] Compiler? (Was Re: [PHP] PHP site on CD-ROM)

2001-01-25 Thread Zeev Suraski
The Encoder does in fact all of the optimizations of the Zend Optimizer (including ones that aren't enabled in the plug-in Zend Optimizer, because performing them every time may take more than what they would save, something that is not an issue in a one time compilation. The reason it's not na

Re: [PHP] Compiler? (Was Re: [PHP] PHP site on CD-ROM)

2001-01-25 Thread Adam Wright
The compiler has become the encoder, because it's rather hard to meet the expectations of a 'compiler' (many would expect it to produce binaries and heavily optimised code). Encoder makes more sense, based on what the product does. adamw - Original Message - From: "Angus Mann" <[EMAIL PR