https://bugzilla.wikimedia.org/show_bug.cgi?id=46294
--- Comment #1 from Brad Jorsch <[email protected]> --- Try changing the flags in the proc_open call in LuaStandaloneEngine.php from 'r' and 'w' to 'rb' and 'wb', to specify binary mode. It's not documented at http://www.php.net/proc_open, but it seems to have been in the PHP source since 2002. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
