[PHP] Re: php array in different OS

2010-07-23 Thread Yang Fei
Dear Colin Guthrie ,

 Thanks for your help very much.
 According to your suggestion, I have solved the question.

best wish,
Yang Fei
2010-7-24


[PHP] php array in different OS

2010-07-20 Thread Yang Fei
Dear all,
I have a simple test code in different OS ,but it give me a different 
result.
the code as follows:
   ";
}
echo "count:",count($data);
   ?>
   OS1:  Red Hat Enterprise Linux Server release 5.1 
 Linux 2.6.18-53.el5xen i686 i686 i386 GNU/Linux
   test result:  the result is correct,it can display 5 data and 
count:5.

   OS2: CentOS release 5.4 
Linux 2.6.18-164.el5 x86_64 x86_64 x86_64 GNU/Linux
   test result: the result is wrong,it can only display 31148 data and it can 
not display count value.
   I'm not sure the result relate to array capacity in different OS.
   Please give me some tips,thanks in advance. 

good luck,

Yang Fei
2010-7-20