Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > os > by-pkgid > e7922af02dabdfaf568db916b92b9a76 > files > 8

php-idn-1.2c-1.fc14.x86_64.rpm

Sascha Kettler
	* For memory leak fixes.
	* Configuration setup fixes.

Thomas Jacob
	* For reimplementing (albeight with my old code w/ changes).
	* Removing the need for the environment variable CHARSET.
	* Misc buffer size (memory leak) fixes.
	* Slight rewrite of idn_idna_to_ascii() and idn_unicode_to_ascii()
	  - Shortened by usage of other LibIDN functions.
	* Make sure PHP-IDN return PHP warnings instead of errors when
	  something bad happens (application must deal with warning manually).
	* Adding TLD check from newer LibIDN (>0.4.0).

Oden Eriksson
	* For patch to show PHP version PHP-IDN was build against as well
	  as the PHP IDN version.