Programmer's Reference Guide
| Zend Framework Requirements |
Introduction
Zend Framework requires a PHP 5 interpreter with a web server configured to handle PHP scripts correctly. Some features require additional extensions or web server features; in most cases the framework can be used without them, although performance may suffer or ancillary features may not be fully functional. An example of such a dependency is mod_rewrite in an Apache environment, which can be used to implement "pretty URL's" like "http://www.example.com/user/edit". If mod_rewrite is not enabled, Zend Framework can be configured to support URL's such as "http://www.example.com?controller=user&action=edit". Pretty URL's may be used to shorten URL's for textual representation or search engine optimization (SEO), but they do not directly affect the functionality of the application.
PHP Version
Zend recommends the most current release of PHP for critical security and performance enhancements, and currently supports PHP 5.2.4 or later.
Zend Framework has an extensive collection of unit tests, which you can run using PHPUnit 3.3.0 or later.
PHP Extensions
You will find a table listing all extensions typically found in PHP and how they are used in Zend Framework below. You should verify that the extensions on which Zend Framework components you'll be using in your application are available in your PHP environments. Many applications will not require every extension listed below.
A dependency of type "hard" indicates that the components or classes cannot function properly if the respective extension is not available, while a dependency of type "soft" indicates that the component may use the extension if it is available but will function properly if it is not. Many components will automatically use certain extensions if they are available to optimize performance but will execute code with similar functionality in the component itself if the extensions are unavailable.
Zend Framework Components
Below is a table that lists all available Zend Framework Components and which PHP extension they need. This can help guide you to know which extensions are required for your application. Not all extensions used by Zend Framework are required for every application.
A dependency of type "hard" indicates that the components or classes cannot function properly if the respective extension is not available, while a dependency of type "soft" indicates that the component may use the extension if it is available but will function properly if it is not. Many components will automatically use certain extensions if they are available to optimize performance but will execute code with similar functionality in the component itself if the extensions are unavailable.
Zend Framework Dependencies
Below you can find a table listing Zend Framework Components and their dependencies to other Zend Framework Components. This can help you if you need to have only single components instead of the complete Zend Framework.
A dependency of type "hard" indicates that the components or classes cannot function properly if the respective dependent component is not available, while a dependency of type "soft" indicates that the component may need the dependent component in special situations or with special adapters. At last a dependency of type "fix" indicated that these components or classes are in any case used by subcomponents, and a dependency of type "sub" indicates that these components can be used by subcomponents in special situations or with special adapters.
Note: Even if it's possible to separate single components for usage from the complete Zend Framework you should keep in mind that this can lead to problems when files are missed or components are used dynamically.
| Zend Framework Requirements |
Add A Comment
Please do not report issues via comments; use the ZF Issue Tracker.
If you have a JIRA/Crowd account, we suggest you login first before commenting.

Comments
I'm on php 5.3.3 (5.3.0 is more than one year old now) and I CAN'T USE mime magic (Mimetype extension) even if I wanted to, because there's a Fileinfo extension INSTEAD. There's no --with-mime-magic switch, there's no Mimetype PECL extension.
So that means I can't safely use Zend_Http_Client and god knows how many other (so called loosely coupled) components which depend on it? Well.. I might as well not use ZF at all. (Or wait for 2.0.. ha.. haha yeah I'll do that... with Symfony)
There's a minor release almost every month, but something as important as this is not fixed/rewritten. Well... I don't really know what to say.
The funny thing is that there's no "WARNING SOME ZF COMPONENTS WON'T WORK WITH PHP 5.3" on the main page, noooo that would be too easy... you have to delve into the refman page xyz and search for it like a retarded monkey.
Thanks Zend.
If mod_rewrite is not enabled, Zend Framework can be configured to support URL's such as "http://www.example.com?controller=user&action=edit"
===
Ok, but how? Ther's a tutorial or guide about this?
If mod_rewrite is not enabled, Zend Framework can be configured to support URL's such as "http://www.example.com?controller=user&action=edit"
===
Ok, but how? Ther's a tutorial or guide about this?
"You should verify that the extensions on which Zend Framework components you'll be using in your application are available in your PHP environments. Many applications will not require every extension listed below."
Sorry, just a little lost with PHP. Don't know if you could recommend any other way to learn more about setting it up PHP. We are looking to set it up on our website Garmin Nuvi 1490lmt.
We also don't know about using PHP is safe for our content, how can we make it safe while using PHP, so people can't steal content from our site.
Hope the questions make sense, looking forward to your help.
Thanks,
TB.