| Summary | Enhancements for String::substr |
| Queue | Horde Framework Packages |
| Queue Version | HEAD |
| Type | Enhancement |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org |
| Requester | jens (at) peino (dot) de |
| Created | 03/30/2009 (6067 days ago) |
| Due | |
| Updated | 03/30/2009 (6067 days ago) |
| Assigned | |
| Resolved | 03/30/2009 (6067 days ago) |
| Milestone | |
| Patch | Yes |
http://cvs.horde.org/diff.php/framework/Util/String.php?rt=horde&r1=1.43.6.36&r2=1.43.6.37&ty=u
http://cvs.horde.org/diff.php/horde/docs/CHANGES?rt=horde&r1=1.515.2.516&r2=1.515.2.517&ty=u
Assigned to Jan Schneider
State ⇒ Resolved
http://cvs.horde.org/diff.php/framework/Util/String.php?rt=horde&r1=1.94&r2=1.95&ty=u
New Attachment: framework_utils_String[1].patch
Sorry.
(Stripping trailing CRs from patch.)
patching file framework_cvs/Util/String.php
Hunk
#1FAILED at 340.patch unexpectedly ends in middle of line
Hunk
#2FAILED at 358.2 out of 2 hunks FAILED -- saving rejects to file
framework_cvs/Util/String.php.rej
Is broken? Or not is it not appropriate?
- Jens
State ⇒ Feedback
State ⇒ New
New Attachment: framework_utils_String.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Enhancements for String::substr
Type ⇒ Enhancement
Priority ⇒ 1. Low
contains an illegal character.
-> Use same suppression like done for the case mbstring is enabled.
2.) iconv_substr returns anyway
-> Go ahead in case of error and try the other available ways.