What is ZEND. Why it has anything to do with programming PHP?
What id ZEND?
Collapse
This topic is closed.
X
X
-
nntpTags: None -
Tony Marston
Re: What id ZEND?
ZEND is the company formed by the authors of PHP. Look at
http://www.zend.com/company/overview.php for an overview.
--
Tony Marston
This is Tony Marston's web site, containing personal information plus pages devoted to the Uniface 4GL development language, XML and XSL, PHP and MySQL, and a bit of COBOL
"nntp" <nntp@alexa.com > wrote in message
news:9a6dndnjyM Z9KUXfRVn-gw@rogers.com.. .[color=blue]
> What is ZEND. Why it has anything to do with programming PHP?
>
>[/color]
-
nntp
Re: What id ZEND?
> ZEND is the company formed by the authors of PHP. Look at[color=blue]
> http://www.zend.com/company/overview.php for an overview.
>[/color]
still don't understand it. do i have to install zend if i install php?
is zend to php the same as activestate to perl or mod_perl to perl.
in otherwords. is zend a compiled version of php or a performace enhancement
of php?
Comment
-
Chris Hope
Re: What id ZEND?
nntp wrote:
[color=blue][color=green]
>> ZEND is the company formed by the authors of PHP. Look at
>> http://www.zend.com/company/overview.php for an overview.[/color]
>
> still don't understand it. do i have to install zend if i install php?
> is zend to php the same as activestate to perl or mod_perl to perl.
> in otherwords. is zend a compiled version of php or a performace
> enhancement of php?[/color]
Zend is a company.
They develop the Zend engine which forms the base of PHP. You do not
need to install this separately as it is part of PHP.
They also develop a whole bunch of other stuff, including an IDE, an
encoder, an optimizer etc. You do not need any of these to develop or
run PHP.
--
Chris Hope | www.electrictoolbox.com | www.linuxcdmall.com
Comment
Comment