Most of them are simply not necessary anymore and the change to field_sql_storage_field_storage_load does fix a PHP 5.3 bug.

Note: $objects is an array, but we only want to change the content (which are objects) and not the array itself. This does not work in PHP5.2 either, but it does simply not call by reference, while php 5.3 is issueing a warning and sets $objects to NULL:

CommentFileSizeAuthor
php53_fixes.patch2.93 KBBerdir
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

catch’s picture

Status: Needs review » Reviewed & tested by the community

Looks great.

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.