Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~126 People Reached
Favorite Forums
Favorite Tags
php x 1
Member Avatar for marktmp87342

I am using PHP 4.3.5. I am having a problem in which my script is crashing when it is using a large array. I have simplified the problem down to the following example: [php] <? set_time_limit(0); echo("<html><body>test<br>"); $array1 = array(); $value1 = 1; for ($index = 0; $index < 160000; …

Member Avatar for samaru
0
126