ssage -
From: "Jay Blanchard" <[EMAIL PROTECTED]>
To: "Binay Agarwal" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, August 14, 2003 5:39 PM
Subject: RE: [PHP] PHP - Interpreted or Compiled Language
> [snip]
> Is php Interpreted language or Compile
And on transmeta's crusoe CPU even i386 code is translated into crusoe's
native code.
Curt Zirzow wrote:
* Thus wrote Robert Cummings ([EMAIL PROTECTED]):
While is is true that the opcodes cannot be run as machine code, the
opcode (bytecode) can be run on any machine which has the PHP engine (or
[snip]
Is php Interpreted language or Compiled Language like C or C++.
[/snip]
PHP is an interpreted language in most applications. However, the
PHP-GTK is available and there are other options for compiling PHP.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.
[snip]
I'll tell you what really forced me to go in the matter of interpreted
or
Compiled language.
In the heart of PHP 4+ is Zend Engine which compiles (often says) the
php
code into some intermediate code called opcode and then Zend executor
executes them converting these opcodes to machine lan
* Thus wrote Binay Agarwal ([EMAIL PROTECTED]):
> Thanks jay for quick response
>
> I'll tell you what really forced me to go in the matter of interpreted or
> Compiled language.
>
> In the heart of PHP 4+ is Zend Engine which compiles (often says) the php
> code into some intermediate code call
* Thus wrote Robert Cummings ([EMAIL PROTECTED]):
> While is is true that the opcodes cannot be run as machine code, the
> opcode (bytecode) can be run on any machine which has the PHP engine (or
> an opcode reader). Does Java not call itself a compiled language? If so
> then the simple addition of
While is is true that the opcodes cannot be run as machine code, the
opcode (bytecode) can be run on any machine which has the PHP engine (or
an opcode reader). Does Java not call itself a compiled language? If so
then the simple addition of PHP Accelerator, or Zend Accelerator should
be sufficient
7 matches
Mail list logo