PHP-Gettext icon indicating copy to clipboard operation
PHP-Gettext copied to clipboard

bad unpack format in parseHeader

Open sproctor opened this issue 12 years ago • 0 comments

The unpack in parseHeader should use 'L' instead of 'l' for the format. Those values are unsigned. It doesn't work on my server without that change.

sproctor avatar Apr 25 '13 15:04 sproctor