1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
PHP IDN 1.2c - TO BE ANNOUNCED
- Modify the license to allow linking with PHP (the GPL and the
PHP license conflicts)
PHP IDN 1.2b - Fri Nov 24 2006
- Missed part of the GCC 4.1 compiler warnings patch from
Robert Scheck.
PHP IDN 1.2 - Tue Nov 21 2006
- GCC 4.1 compiler warnings fixed. Thanx to Robert Scheck.
- Don't throw fatal error if it can't convert from one string
to another.
Closes: #302
PHP IDN 1.0 - Wed May 26 2004
- Support TLD checking (patch by Thomas Jacob - see THANX_TO).
Functions: tld_check_8z()
tld_get()
tld_get_table()
- Show version of LibIDN and configuration values
when dumping info.
- Lots of small bugfixes that solves the memory problem
by Thomas Jacob (see THANX_TO).
+ Remove idn_charset(). Don't longer support the
CHARSET environment variable. Include this value
as a parameter to functions instead.
+ Using wrong variables in stringprep_profile().
I used the output variable when the tempstring
was to be used!
+ malloc() memory before using the output variable
(where we're putting the end result).
+ Reimplementation of idn_to_unicode()
- More dynamic build environment. Better support for
both Debian GNU/Linux stable as well as unstable.
- Cleanup and rewrite of example PHP page
(the 'show {code,versions,functions}' stuff).
|