4 Mar 2011 02:14
SF.net SVN: squirrelmail:[14089] branches/SM-1_4-STABLE/squirrelmail/ functions/strings.php
Revision: 14089
http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14089&view=rev
Author: pdontthink
Date: 2011-03-04 01:14:51 +0000 (Fri, 04 Mar 2011)
Log Message:
-----------
Adding a FIXME for some other time
Modified Paths:
--------------
branches/SM-1_4-STABLE/squirrelmail/functions/strings.php
Modified: branches/SM-1_4-STABLE/squirrelmail/functions/strings.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/functions/strings.php 2011-02-01 13:06:03 UTC (rev 14088)
+++ branches/SM-1_4-STABLE/squirrelmail/functions/strings.php 2011-03-04 01:14:51 UTC (rev 14089)
<at> <at> -644,6 +644,7 <at> <at>
* <at> return string the escaped string
*/
function quoteimap($str) {
+ // FIXME use this performance improvement (not changing because this is STABLE branch): return
str_replace(array('\\', '"'), array('\\\\', '\\"'), $str);
return preg_replace("/([\"\\\\])/", "\\\\$1", $str);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.
------------------------------------------------------------------------------
(Continue reading)
RSS Feed