From 19363e515dd805f76a87e4aef739325e0fa30cc9 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 16 Apr 2008 09:41:05 +0000 Subject: [PATCH] - prepare 1.0.2 --- ext/enchant/package.xml | 45 ++++++++++++++++++++++----------- ext/enchant/tests/bug13181.phpt | 43 +++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+), 15 deletions(-) create mode 100644 ext/enchant/tests/bug13181.phpt diff --git a/ext/enchant/package.xml b/ext/enchant/package.xml index e3cd7d901b..9c7d78bc90 100755 --- a/ext/enchant/package.xml +++ b/ext/enchant/package.xml @@ -25,9 +25,9 @@ see www.abisource.com/enchant/ ilia@php.net yes - 2006-03-21 + 2008-04-16 - 1.0.1 + 1.0.2 1.1.0 @@ -35,34 +35,33 @@ see www.abisource.com/enchant/ stable PHP - - add enchant_broker_list_dicts to get a list of available dictionaries -- fix compilation warnings -- add examples -- add tests + - #13181, Leaving a context frees the dictionnary resources +- Fix protos descriptions in the sources + - + - + - - - - - - + + + + + + - + @@ -79,6 +78,22 @@ see www.abisource.com/enchant/ + + 2006-03-21 + + 1.0.1 + 1.1.0 + + + stable + stable + + PHP + - add enchant_broker_list_dicts to get a list of available dictionaries +- fix compilation warnings +- add examples +- add tests + 2004-08-11 diff --git a/ext/enchant/tests/bug13181.phpt b/ext/enchant/tests/bug13181.phpt new file mode 100644 index 0000000000..38aec636cf --- /dev/null +++ b/ext/enchant/tests/bug13181.phpt @@ -0,0 +1,43 @@ +--TEST-- +bug #13181, leaving a context frees the broker resources +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +resource(%d) of type (enchant_dict) +resource(%d) of type (enchant_dict) +resource(%d) of type (enchant_broker) +resource(%d) of type (enchant_broker) +resource(%d) of type (enchant_dict) +resource(%d) of type (enchant_dict) -- 2.50.1