Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-2.x-dev
Component:
content.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Feb 2010 at 12:58 UTC
Updated:
3 Jan 2014 at 01:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
karens commentedThere is no patch attached and the Diff module has not been altered with your proposed patch either. We can't really do anything here until Diff is patched so we can be sure how they will handle the situation. Then we will need a patch for CCK that works with the Diff changes. And we need someone to confirm that the code works in PHP4 with whatever changes are proposed.
Comment #2
Robbert commentedOops, forgot to attach my patch.
My patch doesn't depend on my proposed patch for Diff, it only removes two useless reference symbols. The objects passed to the function aren't modified, so it should work independently and shouldn't have any consequences for PHP4.
Comment #3
dooug commentedI also implemented the patch in comment #2. Works fine, and I agree it shouldn't affect the PHP 4 compatibility.
Comment #4
berdirI can confirm the change, the hook is called with module_invoke_all() so the arguments can't be by reference.
Comment #5
Encarte commentedsubscribe
Comment #6
thekevinday commentedI can confirm this issue and this fix as well.
Comment #7
ShutterFreak commentedWhat is the status of this patch?
Comment #8
karens commentedOK, committed. Agreed that it won't affect PHP4 since we don't modify the nodes.