[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-tracker] [patch #5433] Addressbook times out under PHP5
From: |
Steve Price |
Subject: |
[Phpgroupware-tracker] [patch #5433] Addressbook times out under PHP5 |
Date: |
Sun, 01 Oct 2006 20:00:57 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060404 SeaMonkey/1.0.1 |
URL:
<http://savannah.gnu.org/patch/?5433>
Summary: Addressbook times out under PHP5
Project: phpGroupWare
Submitted by: steep
Submitted on: Sunday 10/01/2006 at 20:00
Category: addressbook
Priority: 5 - Normal
Item Group: CVS HEAD (aka development code base)
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
_______________________________________________________
Details:
Target Branch: HEAD
Purpose: Under PHP5, the addressbook times out / doesn't show any
entries. This is caused by the '@' on the each() on line 464 of
uiaddressbook, so the array doesn't increment.
Also, contacts_sql has 3 array_merge() which need the 2nd arg casting to
array (due to the change of operation under PHP5)
Format: cvs rcs || diff
Affected file/s:
addressbook/inc/class.uiaddressbook.inc.php,
phpgwapi/inc/class.contacts_sql.inc.php
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Sunday 10/01/2006 at 20:00 Name: addressbook.diff Size: 2kB By:
steep
run 'patch -p1 < addressbook.diff' in phpgroupware dir
<http://savannah.gnu.org/patch/download.php?file_id=10875>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?5433>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Phpgroupware-tracker] [patch #5433] Addressbook times out under PHP5,
Steve Price <=