Ascending order - Click to sort in descending order
Hide
ashwini Ashwini Poharkar added a comment -

It looks like this problem is related to PHP5.3

Show
ashwini Ashwini Poharkar added a comment - It looks like this problem is related to PHP5.3
Hide
shot Piotr Szotkowski added a comment -

Might be; I'm running PHP 5.3.2. Note that I don't see this warning in r29265 or prior (on the same PHP install).

Show
shot Piotr Szotkowski added a comment - Might be; I'm running PHP 5.3.2. Note that I don't see this warning in r29265 or prior (on the same PHP install).
Hide
danorton Daniel Norton added a comment -

PHP prior to 5.3 flagged this as a "notice", but 5.3 flags it as a "warning".

Either way, it's an error in the code and not a problem with PHP.

Show
danorton Daniel Norton added a comment - PHP prior to 5.3 flagged this as a "notice", but 5.3 flags it as a "warning". Either way, it's an error in the code and not a problem with PHP.
Hide
danorton Daniel Norton added a comment -

This patch is untested.

Compare the changes in this patch to the original code at lines 986 & 3699. (This patch does not affect line numbering.)

Show
danorton Daniel Norton added a comment - This patch is untested. Compare the changes in this patch to the original code at lines 986 & 3699. (This patch does not affect line numbering.)
Hide
rahulbile Rahul Bile added a comment -

fixed in -29617.

Show
rahulbile Rahul Bile added a comment - fixed in -29617.