Releases: OOPS-ORG-PHP/mod_chardet
Releases · OOPS-ORG-PHP/mod_chardet
1.0.4
Notes:
- Support PHP 8.0
- support python chardet 4.0.0 and python 3
- For PHP5 and before, use v0 branch
- latest version is 0.0.6.
Changes:
0.0.6
Notes:
-
This release is for PHP 5 and before.
-
For PHP7 and after, use master branch
- latest version is 1.0.3.
-
Verified from PHP 4.2 to PHP 5.6
- don't support classfy on PHP 4
- don't support PHP 4.2 and before
-
enhaned py-chardet mode
- support python 3
- verified operation with python chardet 3.0.0 ~ 4.0.0
Changes:
- fixed #4 confirm PHP 5.5 and 5.6
- fixed #5 segfault with 3th argument of chardet_detact
- fixed #6 build failure with PHP 5.2
- fixed #7 build failure on PHP 5.0
- fixed #8 build failure PHP 4
- fixed #9 build failure with enable-py-chardet option
- fixed #10 segfault occurs when chardet_detect is multiple call with CHARDET_PY flag
- fixed #11 support python 3 for py chardet
1.0.3
1.0.2
Notes:
- This release is for PHP 7 and after.
- For PHP5 and before, use v0 branch
Changes:
- support detect_handledata_r for binary safe problems (libchardet >= 1.0.5)