thanks for the hint.  I wasn't able to identify the issue but a fresh
install of xampp on linux fixed it.

On Apr 16, 8:54 pm, francky06l <[EMAIL PROTECTED]> wrote:
> Check the settings of mysql and php on both platform, they are
> probably different ...
>
> On Apr 16, 11:06 am, trav <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > Why does the output array from a findAll differ when run on windows
> > and linux?
>
> > WINDOWS
> > ---------------------
> > [0] => Array
> >         (
> >             [View_04_score_split] => Array
> >                 (
> >                     [id] => 164
> >                     [descr] => PER
> >                     [Per_Service_Count] => 429
> >                     [Total_Service_Count] => 3053
> >                     [Percent_Split] => 14.05
> >                 )
>
> >         )
>
> > LINUX
> > --------------------
> > [0] => Array
> >         (
> >             [Score] => Array
> >                 (
> >                     [id] => 164
> >                     [descr] => PER
> >                 )
>
> >             [View_04_score_split] => Array
> >                 (
> >                     [Per_Service_Count] => 429
> >                     [Percent_Split] => 14.05
> >                 )
>
> >             [overall_count] => Array
> >                 (
> >                     [Total_Service_Count] => 3053
> >                 )
>
> >         )
>
> > Can anyone shed some light as to why this is happening?
>
> > Cheers,
> > Trav.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to