[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 language. right??

If it is so why PHP is an Interpreted Language.
[/snip]

Because the language is a server-side scripting language just like PERL,
AWK, SED and others which ultimately do get compiled into intermediate
code and then executed by the appropriate engine. We do not compile the
higher level language that we see each day as we write PHP code.

[snip]
1)Where to get information/resourse for PHP-GTK to be able to use it in
the
application.
[/snip]

Start with http://gtk.php.net

[snip]
2) What are other options of compiling PHP.
[/snip]

Check the Zend website for the Zend Optimizer for a start.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to