Summary | Horde_Url: Replace preg_match with strpos() for simple string search |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 08/22/2013 (4336 days ago) |
Due | |
Updated | 08/22/2013 (4336 days ago) |
Assigned | |
Resolved | 08/22/2013 (4336 days ago) |
Milestone | |
Patch | Yes |
State ⇒ Resolved
commit 146eff9094f090b96fc15123ee87ae2a24f8583a
Author: Michael M Slusarz <slusarz@horde.org>
Date: Thu Aug 22 13:49:28 2013 -0600
[mms] Use strpos() instead of preg_match() for simple string
searches (
Request #12603; Thomas Jarosch<thomas.jarosch@intra2net.com>).
framework/Url/package.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/146eff9094f090b96fc15123ee87ae2a24f8583a
commit d576b04e3fc6917555684ad23d966f2a16704c2e
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Thu Aug 22 21:12:08 2013 +0200
Replace preg_match() with strpos() for simple string search
Request #12603Signed-off-by: Michael M Slusarz <slusarz@horde.org>
framework/Url/lib/Horde/Url.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/d576b04e3fc6917555684ad23d966f2a16704c2e
Priority ⇒ 1. Low
New Attachment: 0001-Replace-preg_match-with-strpos-for-simple-string-sea.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Horde_Url: Replace preg_match with strpos() for simple string search
Type ⇒ Enhancement
State ⇒ New