phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgroupware header.inc.php.template [Version-0_9_16-


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgroupware header.inc.php.template [Version-0_9_16-branch]
Date: Thu, 26 Apr 2007 02:13:43 +0000

CVSROOT:        /sources/phpgroupware
Module name:    phpgroupware
Branch:         Version-0_9_16-branch
Changes by:     Dave Hall <skwashd>     07/04/26 02:13:43

Modified files:
        .              : header.inc.php.template 

Log message:
        added php5 compat hack, i didnt bump the header version to avoid issues 
with head and to also not force existing php4 users to upgrade their headers

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/header.inc.php.template?cvsroot=phpgroupware&only_with_tag=Version-0_9_16-branch&r1=1.35.2.5.2.2&r2=1.35.2.5.2.3

Patches:
Index: header.inc.php.template
===================================================================
RCS file: /sources/phpgroupware/phpgroupware/header.inc.php.template,v
retrieving revision 1.35.2.5.2.2
retrieving revision 1.35.2.5.2.3
diff -u -b -r1.35.2.5.2.2 -r1.35.2.5.2.3
--- header.inc.php.template     8 Sep 2003 01:27:44 -0000       1.35.2.5.2.2
+++ header.inc.php.template     26 Apr 2007 02:13:42 -0000      1.35.2.5.2.3
@@ -1,4 +1,5 @@
 <?php
+       ini_set('zend.ze1_compatibility_mode', true);
        
/**************************************************************************\
        * phpGroupWare                                                          
   *
        * http://www.phpgroupware.org                                           
   *
@@ -9,7 +10,7 @@
        *  Free Software Foundation; either version 2 of the License, or (at 
your  *
        *  option) any later version.                                           
   *
        
\**************************************************************************/
-       /* $Id: header.inc.php.template,v 1.35.2.5.2.2 2003/09/08 01:27:44 
skwashd Exp $ */
+       /* $Id: header.inc.php.template,v 1.35.2.5.2.3 2007/04/26 02:13:42 
skwashd Exp $ */
 
        
/**************************************************************************\
        * !!!!!!! EDIT THESE LINES !!!!!!!!                                     
   *




reply via email to

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