CC-4389: Convert all PHP errors to throw exceptions instead
-echo to stdout as well
This commit is contained in:
parent
e275e286cb
commit
8db4c94af1
3 changed files with 9 additions and 2 deletions
|
@ -37,6 +37,10 @@ if (file_exists('/usr/share/php/libzend-framework-php')) {
|
|||
|
||||
/** Zend_Application */
|
||||
require_once 'Zend/Application.php';
|
||||
$application = new Zend_Application(
|
||||
APPLICATION_ENV,
|
||||
APPLICATION_PATH . '/configs/application.ini'
|
||||
);
|
||||
|
||||
date_default_timezone_set('UTC');
|
||||
require_once (APPLICATION_PATH."/logging/Logging.php");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue