#3729: [PATCH] I18n::__loadMo() magicDb recognition fails on 64bit systems (And
some older versions of PHP5)
--------------------------+-------------------------------------------------
    Reporter:  biesbjerg  |         Owner:          
        Type:  Bug        |        Status:  reopened
    Priority:  High       |     Milestone:  1.2.x.x 
   Component:  Core Libs  |       Version:  RC1     
    Severity:  Major      |    Resolution:          
    Keywords:             |   Php_version:  PHP 5   
Cake_version:             |  
--------------------------+-------------------------------------------------
Changes (by danfreak):

  * status:  closed => reopened
  * resolution:  needmoreinfo =>

Comment:

 got the same problem as described by biesbjerg on

 - Apache/2.2.3 (Linux/SUSE) 64 bit server (PHP Version 5.2.5)
 - Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.8a DAV/2 PHP/5.2.3 (UBUNTU
 SERVER)

 $magic #390 equals -1794895138
 Sorted changing line #390 with


 {{{
 if (($magic == (-1794895138) || $magic == (-1794895138 & 0xFFFFFFFF) ||
 $magic == (2500072158 & 0xFFFFFFFF)) && $version == 0) {
 }}}

-- 
Ticket URL: <https://trac.cakephp.org/ticket/3729#comment:5>
CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/>
Cake is a rapid development framework for PHP which uses commonly known design 
patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. 
Our primary goal is to provide a structured framework that enables PHP users at 
all levels to rapidly develop robust web applications, without any loss to 
flexibility.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"tickets cakephp" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/tickets-cakephp?hl=en
-~----------~----~----~----~------~----~------~--~---

  • Re: [CakePHP : The Rapid... CakePHP : The Rapid Development Framework for PHP

Reply via email to