phpGroupWare 0.9.16 does not officially support PHP5.  We are actively working 
on PHP5 support for 0.9.18 which will be released later this year.

You can enable PHP5 support by changing the following lines in your  
/path/to/phpgroupware/header.inc.php

From


<?php
        
/**************************************************************************\



<?php
        
        ini_set('zend.ze1_compatibility_mode', '1');
        
/**************************************************************************\

Sent from the phpGroupWare forums @ forums.phpGroupWare.org


_______________________________________________
Phpgroupware-users mailing list
Phpgroupware-users@gnu.org
http://lists.gnu.org/mailman/listinfo/phpgroupware-users

Reply via email to