<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    On Performance Patch, there's an improvement to do, md5 function
    doesn't accept array format :<br>
    <br>
      <font color="#3366ff">  if (!is_array($input)) {</font><br>
            $md5OfInput = md5($input);<br>
            if (array_key_exists($md5OfInput, $purified_cache)) {<br>
                return $purified_cache[$md5OfInput];<br>
            }<br>
      <font color="#3366ff">  }</font><br>
    <br>
    Regards,<br>
    Boris<br>
    <br>
    <div class="moz-cite-prefix">Le 02/04/2013 15:39, Prasad a écrit :<br>
    </div>
    <blockquote
cite="mid:CAMeS7pmkW9GP8YibCVapFhBfWSKm4-M0rtqA=N8K6Gy2ZoVFHg@mail.gmail.com"
      type="cite">No, the update just adds the suggested fix as
      discussed on the thread.
      <div><a moz-do-not-send="true"
href="http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2013-March/023825.html">http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2013-March/023825.html</a></div>
      <div>
        <div><br>
          <div class="gmail_quote">On Tue, Apr 2, 2013 at 6:21 PM, Alan
            Lord <span dir="ltr"><<a moz-do-not-send="true"
                href="mailto:alanslists@gmail.com" target="_blank">alanslists@gmail.com</a>></span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              Hi chaps,<br>
              <br>
              I see there is now a "Performance Patch" as well as the
              "Security Patch" available to download for 5.4.0.<br>
              <br>
              Do you not think it would be a good idea to simply roll a
              5.4.1 version?<br>
              <br>
              Cheers<br>
              <br>
              Al<br>
              <br>
              _______________________________________________<br>
              <a moz-do-not-send="true" href="http://www.vtiger.com/"
                target="_blank">http://www.vtiger.com/</a><br>
            </blockquote>
          </div>
          <br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
<a class="moz-txt-link-freetext" href="http://www.vtiger.com/">http://www.vtiger.com/</a></pre>
    </blockquote>
  </body>
</html>