https://bugzilla.wikimedia.org/show_bug.cgi?id=48393

--- Comment #4 from Brad Jorsch <[email protected]> ---
This problem affects only PHP↔Lua. When Lua accesses FRA or MTQ, it works fine.

And it even works for something like this

 local p = {}

 function p.foo()
     return 'ok'
 end

 p.bar = p.foo

 return p

Although I expect PHP sees two different functions rather than two references
to the same function, that doesn't really matter much. Off the top of my head,
I can't think of a way where you could actually *see* this breakage on enwiki
right now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to