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
>Sent: Thursday, January 25, 2001 11:41 AM >Subject: [PHP] Compiler? (Was Re: [PHP] PHP site on CD-ROM) > > > > 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 see

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

2001-01-25 Thread Adam Wright
;Angus Mann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 25, 2001 11:41 AM Subject: [PHP] Compiler? (Was Re: [PHP] PHP site on CD-ROM) > At 22:35 18/01/01 -0800, Rasmus Lerdorf wrote: > > >You would need to go through a web server for it to work.

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

2001-01-25 Thread Angus Mann
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 find anything. Am I imagining thin

Re: [PHP] PHP site on CD-ROM

2001-01-18 Thread Rasmus Lerdorf
You would need to go through a web server for it to work. On Fri, 19 Jan 2001, Philip Apostol wrote: > Can I run a PHP/Apache/MySQL services on a CD-ROM. We have PHP scripts that > handle queries on a large database. We would like to distribute it on a > CD-ROM so they could access the databas

[PHP] PHP site on CD-ROM

2001-01-18 Thread Philip Apostol
Can I run a PHP/Apache/MySQL services on a CD-ROM. We have PHP scripts that handle queries on a large database. We would like to distribute it on a CD-ROM so they could access the database offline. Is it possible? Or are there any similar solutions for this? Im thinking of a text-file database