Re: [PHP] Bytecode

2005-09-21 Thread Chris Shiflett
Andy Pieters wrote: I came across some text that sais PHP compiles the script to bytecode prior to running it. Is this true, and is it possible to instead of .php source files, use those bytecodes files in distribution? It sounds like you're looking for APC: http://php.net/apc Hope that help

Re: [PHP] Bytecode

2005-09-21 Thread Rory Browne
On 9/21/05, Andy Pieters <[EMAIL PROTECTED]> wrote: > Hi all > > I came across some text that sais PHP compiles the script to bytecode prior to > running it. > > Is this true, and is it possible to instead of .php source files, use those > bytecodes files in distribution? There are no "bytecode

Re: [PHP] Bytecode

2005-09-21 Thread Rory Browne
> I came across some text that sais PHP compiles the script to bytecode prior to > running it. PHP compilies the source to OPCodes. > > Is this true, and is it possible to instead of .php source files, use those > bytecodes files in distribution? > > > With kind regards > > > > Andy > > -

Re: [PHP] Bytecode

2005-09-21 Thread Jasper Bryant-Greene
Andy Pieters wrote: I came across some text that sais PHP compiles the script to bytecode prior to running it. Is this true, and is it possible to instead of .php source files, use those bytecodes files in distribution? http://php.net/bcompiler -- Jasper Bryant-Greene Freelance web develope