Skip to content

Releases: OOPS-ORG-PHP/mod_korean

1.0.6

14 Mar 15:21
Compare
Choose a tag to compare

Github Releases (by Release)

이 버전은 PHP 7 또는 이상의 버전을 위한 브랜치 입니다. PHP 4 또는 PHP 5에서 사용하려면 0.1.6 버전을 다운로드 받으십시오.

Changes

  • fixed #24 PHP 8.0.3 의 libgd 로 업데이트
  • fixed #25 make test 시 007 실패 발생 수정
  • fixed #26 PHP 7.4 지원
  • fixed #27 PHP 8 지원
  • fixed #28 64bit 환경에서 "--with-libdir=lib64" 옵션 주지 않았을 경우 에러 발생 문제 수정
  • fixed #29 PHP 5 legacy code 제거

1.0.5

05 Feb 09:36
Compare
Choose a tag to compare

Github Releases (by Release)

이 버전은 PHP 7 또는 이상의 버전을 위한 브랜치 입니다. PHP 4 또는 PHP 5에서 사용하려면 0.1.6 버전을 다운로드 받으십시오.

Changes

  • fixed #21 postposition_lib api returns an incorrect search for alphabat L

1.0.4

19 Jan 12:54
Compare
Choose a tag to compare

Github Releases (by Release)

이 버전은 PHP 7 또는 이상의 버전을 위한 브랜치 입니다. PHP 4 또는 PHP 5에서 사용하려면 0.x 버전을 다운로드 받으십시오.

Changes

- Sat Jan 19 2019

  • fixed #20 support gd.jpeg_ignore_warning ini option on imgresize_lib api
  • fixed #19 enhanced code that may cause bugs in data type comparisons
  • fixed #16 Incorrect memory changes in Uniconv api and krNcrEncode api

0.1.6

19 Jan 12:52
Compare
Choose a tag to compare

Github Releases (by Release)

이 버전은 PHP 4 또는 PHP 5 에서 사용하는 버전입니다. PHP 7 또는 그 이상 버전을 사용할 경우에는 1.x 버전을 사용하십시오.

Changes

- Sat Jan 19 2019

  • fixed #19 enhanced code that may cause bugs in data type comparisons
  • fixed #18 [v0] libgd security update
  • fixed #17 [v0] The ncrdecode_lib api is declaring an invalid variable.
  • fixed #16 Incorrect memory changes in Uniconv api and krNcrEncode api
  • fixed #15 [v0] postposition_lib api has a garbage character at the end of the return value.
  • fixed #14 [v0] unicode api is something wrong
  • fixed #13 [v0] mailsource_lib wrong convertings
  • fixed #12 [v0] autolink_lib error case
  • fixed #11 [v0] Open base dir setting does not work
  • fixed #10 [v0] is_utf8 control reaches end of non-void function
  • fixed #9 [v0] wrong operation krcharset api on PHP 5
  • fixed unread gif format on imgresize_lib
  • fixed compile failure with `E_DEPRECATED' undeclared under PHP 5.2

1.0.3

17 Jan 15:31
Compare
Choose a tag to compare

Github Releases (by Release)

이 버전은 PHP 7 또는 이상의 버전을 위한 브랜치 입니다. PHP 4 또는 PHP 5에서 사용하려면 0.x 버전을 다운로드 받으십시오.

Changes

- Wed Jan 16 2019

  • fixed #8 Open base dir setting does not work (Security issue)
  • fixed #7 is_utf8 control reaches end of non-void function
  • cleaning compile warning messages and changes string data type to char * from unsigned char *

1.0.2

13 Jan 07:17
Compare
Choose a tag to compare

Github Releases (by Release)

이 버전은 PHP 7 또는 이상의 버전을 위한 브랜치 입니다. PHP 4 또는 PHP 5에서 사용하려면 0.x 버전을 다운로드 받으십시오.

Changes

- Sat Jan 13 2019

  • fixed #6 libgd security issues and official bug
    • updated libgd is based on 7.2.14 (same as 7.3.1)
  • fixed #5 wrong operation krregex api on 7.3
  • fixed #4 build error on PHP 7.3
  • fixed #3 wrong operation krregex api on 7.2
  • fixed #2 failed test 007.phpt
  • fixed #1 failed test 004.phpt

1.0.1

26 Jun 14:17
Compare
Choose a tag to compare

Github Releases (by Release)

이 버전은 PHP 7 또는 이상의 버전을 위한 브랜치 입니다. PHP 4 또는 PHP 5에서 사용하려면 0.x 버전을 다운로드 받으십시오.

Changes

- Mon Dec 28 2015

  • fixed zend_string_free to zend_string_release
  • fixed memory leaks

1.0.0

26 Jun 14:16
Compare
Choose a tag to compare

Github Releases (by Release)

이 버전은 PHP 7 또는 이상의 버전을 위한 브랜치 입니다. PHP 4 또는 PHP 5에서 사용하려면 0.x 버전을 다운로드 받으십시오.

Chagnes

- Mon Dec 28 2015

  • Support PHP 7
  • Remove old version code for PHP 3/4/5
  • update bundle libgd with PHP 7.0.1 bundle libgd

0.1.5

26 Jun 14:12
Compare
Choose a tag to compare

Github Releases (by Release)

이 버전은 PHP 4 또는 PHP 5 에서 사용하는 버전입니다. PHP 7 또는 그 이상 버전을 사용할 경우에는 1.x 버전을 사용하십시오.

Changes

- Sat Nov 10 2012

  • support PHP 5.4
  • support PHP_LIBDIR on PHP4
  • fixed proto type error about regex_t
  • initailize arrany variable when declear on krcharset.c
  • fixed overflow2 link problem with libgd
  • fixed deprecated zend_get_parameters_ex
  • support utf8
  • update gd php bundle library on 5.4.8

0.1.4

19 Jan 13:13
Compare
Choose a tag to compare

Github Releases (by Release)

Changes

- Sun Aug 10 2008

  • support PCRE 7.6. fixed kr_regex_replace_arr segfault (Hyungsung Peter Jang [email protected]
    Thanks for HyunSung Jang
  • update gd php bundle library on 5.2.6
  • support 64bit library check
  • fixed segfault generate_date function on krmail.c