Summary | PHP errors with the latest version |
Queue | IMP |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 09/25/2012 (4667 days ago) |
Due | |
Updated | 10/15/2012 (4647 days ago) |
Assigned | |
Resolved | 09/25/2012 (4667 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 63e9d2fb0acf4e3ce3e9e133ab5fce2a21190081
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Sep 26 12:24:38 2012 -0600
Bug #11448: There's an app (errr, method) for that).../Imap_Client/lib/Horde/Imap/Client/Socket.php | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/63e9d2fb0acf4e3ce3e9e133ab5fce2a21190081
commit 698324fa70ae70939bb13e835829dc5a0c1f15df
Author: Jan Schneider <jan@horde.org>
Date: Tue Sep 25 10:36:57 2012 +0200
_parseEsearch still passes an array. Hotfix for
bug 11448..../Imap_Client/lib/Horde/Imap/Client/Socket.php | 17 +++++++++++------
1 files changed, 11 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/698324fa70ae70939bb13e835829dc5a0c1f15df
commit bdce4400d33d2bbca5da8f5dab83d84d588992fe
Author: Jan Schneider <jan@horde.org>
Date: Tue Sep 25 10:22:20 2012 +0200
Fix parsing SEARCH responses (
Bug #11448)..../Imap_Client/lib/Horde/Imap/Client/Socket.php | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/bdce4400d33d2bbca5da8f5dab83d84d588992fe
commit 63e9d2fb0acf4e3ce3e9e133ab5fce2a21190081
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Sep 26 12:24:38 2012 -0600
Bug #11448: There's an app (errr, method) for that).../Imap_Client/lib/Horde/Imap/Client/Socket.php | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/63e9d2fb0acf4e3ce3e9e133ab5fce2a21190081
State ⇒ Resolved
commit 698324fa70ae70939bb13e835829dc5a0c1f15df
Author: Jan Schneider <jan@horde.org>
Date: Tue Sep 25 10:36:57 2012 +0200
_parseEsearch still passes an array. Hotfix for
bug 11448..../Imap_Client/lib/Horde/Imap/Client/Socket.php | 17 +++++++++++------
1 files changed, 11 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/698324fa70ae70939bb13e835829dc5a0c1f15df
commit bdce4400d33d2bbca5da8f5dab83d84d588992fe
Author: Jan Schneider <jan@horde.org>
Date: Tue Sep 25 10:22:20 2012 +0200
Fix parsing SEARCH responses (
Bug #11448)..../Imap_Client/lib/Horde/Imap/Client/Socket.php | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/bdce4400d33d2bbca5da8f5dab83d84d588992fe
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ PHP errors with the latest version
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
from the PHP error log with git HEAD:
2012-09-25T09:34:23+02:00 WARN: HORDE [imp] PHP ERROR: array_merge()
[<a href='function.array-merge'>function.array-merge</a>]: Argument
#2is not an array [pid 2153 on line 2184 of
"/datastore/DEVEL/horde/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php"]
Thomas