Closed (fixed)
Project:
Drupal 6 Long Term Support
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2018 at 20:15 UTC
Updated:
14 Jul 2021 at 19:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
izmeez commentedThe attached patch has been copied from #2329655-14: PHP 5.4 strict warning: Only variables should be passed by reference in backup_migrate\includes\crud.inc on line 269 it applies to 6.x-2.9 as is required for php 7.2+ compatibility.
The attached patch may be a better patch not only for backup_migrate-6.x-2.x but also for 6.x-3.x where a previous patch from #2329655-1: PHP 5.4 strict warning: Only variables should be passed by reference in backup_migrate\includes\crud.inc on line 269 was committed to 6.x-3.x-dev only.
This patch is exactly what is in backup_migrate-7.x-3.x and follows up on the comment in #2329655-6: PHP 5.4 strict warning: Only variables should be passed by reference in backup_migrate\includes\crud.inc on line 269
Comment #3
izmeez commentedComment #4
roderikThis code is definitely good, complete to solve the issue, and without side effects.
Comment #5
dsnopekThanks!
Committed:
https://github.com/d6lts/backup_migrate/commit/6d1e4bb80582fe287d5fb4b8b...