Summary | iCalendar.php - change sortorder of replace |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Bug |
State | No Feedback |
Priority | 1. Low |
Owners | |
Requester | sebastian.moderlak (at) loyaltyfactory (dot) com |
Created | 04/04/2007 (6644 days ago) |
Due | |
Updated | 04/27/2007 (6621 days ago) |
Assigned | 04/08/2007 (6640 days ago) |
Resolved | 04/27/2007 (6621 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Feedback
assuming it still happens in 4.4.6 or in other PHP versions. If it's
widespread we can work around it, but if not there are plenty of
security and other reasons to upgrade from 4.4.0 asap.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ iCalendar.php - change sortorder of replace
Queue ⇒ Horde Framework Packages
State ⇒ Unconfirmed
For replacing "," ";" and "\" in these Rows I have to change the
sortorder to "\" ";" and "," , because by replacing Text with "," and
"\" was "," replaced at first to "\," and - I think on an internal
str_replace looping - than "\," to "\\\,".
Thats the reason why I'm reporting this bug!
Im Using PHP 4.4.0