Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character to the
authorIlia Alshanetsky <iliaa@php.net>
Thu, 26 Jan 2006 15:45:33 +0000 (15:45 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 26 Jan 2006 15:45:33 +0000 (15:45 +0000)
commitc5ef24bfeea1bfcb3a0f22d1dbb47586ad57a70b
treefdd65678d8f0c2cec3e7d6fec68564c5eaaf8af2
parent9eda552c75c744c42c3603eb5637e4bb32e01136
Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character to the
end of the string).
NEWS
ext/standard/pack.c
ext/standard/tests/strings/bug36148.phpt [new file with mode: 0644]