[Vtigercrm-developers] Performance Patch?

Boris CLEMENT b.clement at abo-s.com
Fri Apr 5 12:19:21 UTC 2013


Hi,

On Performance Patch, there's an improvement to do, md5 function doesn't 
accept array format :

   if (!is_array($input)) {
         $md5OfInput = md5($input);
         if (array_key_exists($md5OfInput, $purified_cache)) {
             return $purified_cache[$md5OfInput];
         }
   }

Regards,
Boris

Le 02/04/2013 15:39, Prasad a écrit :
> No, the update just adds the suggested fix as discussed on the thread.
> http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2013-March/023825.html
>
> On Tue, Apr 2, 2013 at 6:21 PM, Alan Lord <alanslists at gmail.com 
> <mailto:alanslists at gmail.com>> wrote:
>
>     Hi chaps,
>
>     I see there is now a "Performance Patch" as well as the "Security
>     Patch" available to download for 5.4.0.
>
>     Do you not think it would be a good idea to simply roll a 5.4.1
>     version?
>
>     Cheers
>
>     Al
>
>     _______________________________________________
>     http://www.vtiger.com/
>
>
>
>
> _______________________________________________
> http://www.vtiger.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20130405/1cdd0f76/attachment.html>


More information about the vtigercrm-developers mailing list