I wonder why it's not fusion and defusion...
Loop fusion should be a very common thing in PHP programming.
For example, 2 arrays;
for($i= 0;$i<30;++$i){ $a[$i]++; } for($i = 0;$i<30;++$i){ $b[$i]++; }
for($i = 0l $i<30; ++$i){ $a[$i]++; $b[$i]++; }
for($i=0;$i<101;++$i){ echo $i; }
for($i=0;$i<101;$i+=4){ echo $i; echo $i+1; echo $i+2; echo $i+3; }
Today I have successfully updated my site to Drupal 5.2. It's recommend everyone with Drupal 5.1 do the same thing. Multiple XSS possibilities are erased. The entire upgrade took me one hour. include downloading everything I need like Filezilla.(i'm using someone else's computer). Everything was fine, until I found my sessions got destroyed. Because I locked my site, so no one other than the admin can access, so I was blocked out. The smart Drupal allow me to login though the account page. Try go to http://yourdomain.com/user if you stuck in the same situation.
Recent comments
11 hours 55 min ago
1 day 1 hour ago
1 day 1 hour ago
1 day 9 hours ago
1 day 16 hours ago
2 days 14 hours ago
3 days 1 hour ago
1 week 11 hours ago
1 week 5 days ago
1 week 5 days ago