Zend announces public beta of a new product: Zend Server

February 18, 2009

News, Zend Framework

Zend today is announcing that it
has opened a public beta of a new product called Zend Server. It’s
completely free for anyone to go download it and try it out. Zend
is really hoping for some good feedback to make this product the
best it can be.

Zend Server is designed to be a all-in-one installer to get setup
quickly with Apache, PHP, Zend Framework, and a PHP optimizer.
It also comes with an admin UI to configure PHP easily.
It uses native installers for various operating systems,
and is available for Windows, Mac OS/X, and Linux (.deb, .rpm or tarball).

There are two versions being released. The full Zend Server
(which after Beta will be a commercial product, price to be
announced), and Zend Server CE, which is a version completely
free to use however you wish. The full Zend Server comes with
the following additional features:

  • Page Caching
  • Monitoring
  • Support & Hot Fixes

If you are interesting in trying out Zend Server for yourself,
check out one of the following links to get started:

 

About Eli White

Eli is the DevZone Editor-in-Chief & Zend Community Manager. He is a speaker at many conferences and used to work for Digg.

View all posts by Eli White

8 Responses to “Zend announces public beta of a new product: Zend Server”

  1. arnold23 Says:

    So if you purchase a license key does it "unlock" the community edition? Otherwise is there a simple upgrade process?

  2. eliwhite Says:

    No, there is no ‘unlocking’ of the CE version to upgrade to full. They are separate products (and therefore separate downloads)

  3. jsebrech Says:

    How does this relate to Zend Core?

    Is this an evolution of that platform, meant to replace it?

  4. knagurski Says:

    With Zend Platform not available on Mac, this sounds like a great addition to my development environment.

    What I am concerned about is that although both editions claim to have "Built-in DB connectivity (Oracle, DB2, MySQL,..)", what is installed on a Mac is just mssql, mysql, pgsql and sqlite. No Oracle.

    Any ideas?

  5. blackarma2 Says:

    knagurski, for Oracle connectivity you have to compile the php extension by yourself.

    In this purpose you need the Oracle instant client that can be downloaded for mac os x : http://www.oracle.com/technology/software/tech/oci/instantclient/index.html

    Here are the Oracle recommendation for compiling oracle connectivity for php on mac os x : http://www.oracle.com/technology/pub/articles/bibbs-php-leopard.html

    Hope this will help you.

  6. eliwhite Says:

    RE: jsebrech

    Zend Server will be the replacement for Zend Core. Zend Platform will continue to support multi-server environments. Over time we plan on enhancing Zend Server to contain all the functionality that Platform also provides.

  7. shahar Says:

    There’s a thread going on about this in the forums: http://forums.zend.com/viewtopic.php?f=44&t=97

    Shahar.

  8. sevenforty Says:

    How is Server a replacement for Core? They seem to be two different products. One is a distribution, the other an application server. Or am I missing something?