Update of /var/cvs/Geeklog-2.x/Geeklog-2.x
In directory iowaoutdoors:/tmp/cvs-serv29800
Modified Files:
config.php
Removed Files:
mvcconfig.xml
Log Message:
Massive updates to use Zend_Log instead of PEAR::Log. I'm
sure I broke something but the homepage at least shows up
now.
Index: config.php
============================================================
=======
RCS file: /var/cvs/Geeklog-2.x/Geeklog-2.x/config.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** config.php 16 Nov 2006 17:31:02 -0000 1.11
--- config.php 16 Nov 2006 21:10:03 -0000 1.12
***************
*** 151,162 ****
$glConf['account_manager_options'] = array();
! // Logging Configuration. Geeklog 2 uses PEAR::log,
the following array maps directly to what
! // that class expects. See http://pear.php.net/manual/en/package.logging.log.php
for specifics on
! // how to use PEAR::Log
! $glConf['log'] = array('handler'=>'file',
! 'name'=>$glConf['path_logs']
. 'kernel-error.log',
! 'ident'=>'Geeklog 2 Kernel',
!
'conf'=>array('mode'=>0600,
!
'timeFormat'=>'%b %d %H:%M:%S'));
// Now stored the configuration into memory.
apc_store(GL2_CONFIG, $glConf);
--- 151,158 ----
$glConf['account_manager_options'] = array();
! // Logging Configuration. Geeklog 2 uses Zend::log,
the following array maps directly to what
! // that class expects.
! $glConf['logFile'] = getWD('path_logs') .
'kernel.log';
!
// Now stored the configuration into memory.
apc_store(GL2_CONFIG, $glConf);
--- mvcconfig.xml DELETED ---
_______________________________________________
geeklog2-cvs mailing list
geeklog2-cvs lists.geeklog.net
http://lists.geeklog.net/mailman/listinfo/geeklog2-cvs
|