]> granicus.if.org Git - php/commit
Fixed bug #62070
authorGustavo André dos Santos Lopes <cataphract@php.net>
Wed, 23 May 2012 11:22:06 +0000 (13:22 +0200)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Wed, 23 May 2012 11:25:32 +0000 (13:25 +0200)
commit51286bd8e5a7acd75326fae497313725e4acf234
treee1f479fbcaac26820be47b331b131d839dce178e
parent5d61e56dd7e19b82abde23f83b203449a48cc91a
Fixed bug #62070

Collator::getSortKey() was returning an unterminated string
due the length given to RETURN_STRINGL being off by one.
ext/intl/collator/collator_sort.c
ext/intl/tests/bug62070.phpt [new file with mode: 0644]