Skip to content

Releases: OOPS-ORG-PHP/mod_chardet

1.0.4

06 Apr 16:52
Compare
Choose a tag to compare

Github Releases (by Release)

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:

  • check build minimum php version #1
  • build failure on PHP 8 #2
  • segfault occurs when chardet_detect is multiple call with CHARDET_PY flag #10
  • support python 3 for py chardet #11

0.0.6

05 Apr 19:34
Compare
Choose a tag to compare

Github Releases (by Release)

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

24 May 17:00
Compare
Choose a tag to compare

Notes:

  • This release is for PHP 7 and after.
  • For PHP5 and before, use v0 branch

Changes:

  • support PHP 7.4

1.0.2

05 Jul 14:49
Compare
Choose a tag to compare

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)

0.0.5

05 Jul 15:02
Compare
Choose a tag to compare

Notes:

  • This release is for PHP 5 and before.
  • For PHP7 and after, use master branch
    • latest version is 1.0.3.

Changes:

  • add make test scripts
  • support detect_handledata_r for binary safe problems (libchardet >= 1.0.5)

1.0.1

05 Jul 14:50
Compare
Choose a tag to compare

Notes:

  • This release is for PHP 7 and after.
  • For PHP5 and before, use v0 branch

Changes:

  • support Exception on non-oop mode
  • fixed segfault

1.0.0

05 Jul 14:54
Compare
Choose a tag to compare

Notes:

  • This release is _for PHP 7 and after_.
  • For _PHP5 and before_, use v0 branch

Changes:

  • support over php 7
  • unsupport under php 3/4/5

0.0.4

05 Jul 15:08
Compare
Choose a tag to compare

Notes:

  • This release is _for PHP 5 and before_.
  • For _PHP5 and before_, use master branch

Changes:

  • fixed deprecated zend_get_parameters_ex
  • support OOP method and exception
  • support PHP 5.4

0.0.3

05 Jul 15:09
Compare
Choose a tag to compare

Notes:

  • This release is _for PHP 5 and before_.
  • For _PHP5 and before_, use master branch

Changes:

  • fixed config.m4 shell test syntax
  • fixed compile error when undefined HAVE_ICU_CHARDET

0.0.2

05 Jul 15:10
Compare
Choose a tag to compare

Notes:

  • This release is _for PHP 5 and before_.
  • For _PHP5 and before_, use master branch

Changes:

  • changed moz to py
  • add mozilla universal charset detect mode with c library