php - Zend installed?

6 posts / 0 new
Last post
#1 Thu, 12/08/2005 - 04:32
HarryZink

php - Zend installed?

Is it possible to make Zend a standard component? It's a nice thing to have, and some tools, like AgileBilling, need it to decode their stuff.

Harry

Thu, 12/08/2005 - 13:48
Joe
Joe's picture

Hey Harry,

Where does Zend come from? I don't see any zend-related packages in the Red Hat or Fedora or SUSE repositories. The PHP site seems to indicate that the "Zend engine" is at the core of PHP itself, so I'm not sure what to make of it.

--

Check out the forum guidelines!

Thu, 12/08/2005 - 15:43
DannyWeaver

I think what he means is Zend Optimizer. It is a free download, there is also a pay version. It is in most distrobutions' repositories. I know it is in the Red Hat repos as well as the debian/ubuntu repos.

Thu, 12/08/2005 - 18:34 (Reply to #3)
Joe
Joe's picture

Hey guys,

Ok, Zend Optimizer is something I can find, but it is proprietary software. I don't think we can distribute it via our own repository.

Here's the Zend Optimizer FAQ:

http://www.zend.com/store/products/optimizer-faq.php

Specifically, we care about this one:
<i>
Is the Zend Optimizer source code open or closed?

The Zend Optimizer's source code is closed. It is proprietary technology owned by Zend Technologies Ltd. Users are required to agree to the[a href=&quot;http://www.zend.com/store/products/optimizer-agreement.php&quot;&gt;Zend Optimizer license&lt;/a&gt; before download.
</i>

I am going over the license now, to see if there is a legal way we can provide some mechanism to automatically install it.

--

Check out the forum guidelines!

Wed, 01/25/2006 - 01:17
MichaelMansour

You don't absolutely need to use Zend optimizer if you want php acceleration, there are open source alternatives including phpa (phpaccelerator) and turck-mmcache (which the author went and got employed by Zend).

I personally use turck-mmcache.

Michael.

Wed, 01/25/2006 - 04:21 (Reply to #5)
ADobkin

I believe the original poster's request was regarding distributed software that[Strong&gt;requires&lt;/Strong&gt; Zend in order to install and run, not how to accelerate your own PHP code. An example of this was AgileBill, the primary web hosting billing application that ties into Virtualmin. However, AgileCo no longer supports Zend anyway, and Joe has indicated that it is proprietary and can't be redistributed, so this is a moot point.

Incidentally, now AgileBill requires only IonCube instead:

&lt;BlockQuote&gt;
Be sure to get the latest ioncube loaders before starting. We upgraded our encoders to the latest version and the new encoded scripts no longer work with some older ioncube loaders out there so see to that before getting started. (http://www.ioncube.com/loaders.php). We will no longer be offering any Zend versions.
&lt;/BlockQuote&gt;

Alan

Topic locked