Zend Interview An interview with the developers of Zend. Zend is a scripting engine developed by Zeev Suraski and Andi Gutmans (hence the name Zend). Both are members of the core development team of PHP, and wrote large portions of PHP 3.0, including the language implementation and some of the popular modules like the MySQL, Sybase and PostgreSQL modules.
| Name: |
Mike |
| Subject: |
Re: Perl / C / Zend |
| Date: |
07-15-1999 02:41AM |
What would be cool would be some proper variable scoping in PHP, not just function scope, but lexical scope as in Perl or C.
If this were combined with the ability for functions to return reference/pointer values then that would produce a big leap in performance and enable me to move over some of my Perl code to PHP. I find that returning everything by value tends to slow the code down, does anyone else?
|
Other posts in this thread:
Reply to this post:
|
 |
Visit the Python Forum!
New On DevShed:
Hot Forum Topics:
|