-- MrEMan <[EMAIL PROTECTED]> wrote
(on Wednesday, 19 November 2008, 08:50 AM -0800):
> I've been developing a Zend app for awhile now. It's a project I
> adopted from a previous contractor and I am not the one responsible
> for deploying it.  I've recently encountered a production bug and
> really need to run the app in production mode locally to figure this
> out. 
> 
> How do I run my Zend Framework app in production? It must be obvious,
> because it doesn't seem to be documented _anywhere_. 

Umm... we don't have a "production mode". That sort of detail is usually
left to the application developer, and typically via selecting the
appropriate configuration section when loading your Zend_Config object.

Production bugs are usually a result of (a) missing files, (b) outdated
PHP versions, or (c) missing PHP extensions.

-- 
Matthew Weier O'Phinney
Software Architect       | [EMAIL PROTECTED]
Zend Framework           | http://framework.zend.com/

Reply via email to