Difference between Zend Php / Zend server and simple php / Wamp server

I am starting and want to learn a few things before starting php dev / learning. What is the difference between a Zend Studio / Zend server and a simple Eclipse Php (PDT) / wamp server.

Where should we use Zend and where do we just need php / wamp.

Can we get the same with both of them or is there a technological difference.

+3
source share
1 answer

Well, that will sound like a marketing answer.

The main difference is that Zend Server CE is a fully integrated stack offering.

  • Byte Code Accelerator (Optimizer +)
  • Zend Data Cache
  • PHP Certified Distribution
  • Zend framework
  • Apache (or IIS integration)
  • MySQL ( Windows Mac OS X)
  • Java
  • - PHP

Zend Studio :

  • Zend
  • Zend
  • Zend
  • Zend
  • API Zend

Zend Server .

, afaik, , Zend. , .

+3

All Articles