]> granicus.if.org Git - php/commit
Fixed bug #62081
authorGustavo André dos Santos Lopes <cataphract@php.net>
Wed, 23 May 2012 11:03:55 +0000 (13:03 +0200)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Wed, 23 May 2012 11:25:37 +0000 (13:25 +0200)
commit07c0d714a59cb4d38664008a165bacafd754fac2
treef571a52099b5fa4f65b5b2db817c8bc6e3e27092
parent51286bd8e5a7acd75326fae497313725e4acf234
Fixed bug #62081

Constructor of IntlDateFormatter would leak if called twice.

Made calling it more than once error out before starting
using resources.
ext/intl/dateformat/dateformat.c
ext/intl/tests/bug62081.phpt [new file with mode: 0644]