File: THANX_TO

package info (click to toggle)
php-idn 1.2b-5.3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 328 kB
  • ctags: 92
  • sloc: ansic: 682; xml: 624; makefile: 76; sh: 38; php: 10
file content (17 lines) | stat: -rw-r--r-- 659 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.