6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
8/10/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#5582] Need to replace sscanf() in Turba_Driver
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ .__ . ..__ .__ | \[__)| |[__)| \ |__/[__)|/\|| \|__/
Comment
> Due to a bug in PHP (both 4 and 5) we need to change the sscanf() > call in Turba_Driver::toDriverKeys to some other inplementation. > > > > The bug causes problems when using positioned parameters in the > format string (inserts extra array elements in the results as well as > confusing the order of the results in some cases) thus causing the > composite fields to break....and possibly preventing the creation of > new contact lists. > > > > Example: > > > > $test = sscanf('hello world, '%2$s %1$s'); > > print_r($test); > > > > produces: > > > > Array > > ( > > [0] => > > [1] => > > [3] => hello > > [2] => world > > ) > > > > > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers