phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-users] PHP 5.x and phpGroupWare 0.9.16.x


From: Dave Hall
Subject: [Phpgroupware-users] PHP 5.x and phpGroupWare 0.9.16.x
Date: Fri, 29 Sep 2006 16:23:05 -0700 (MST)


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]