History log of /PHP-8.0/ext/mbstring/mbstring.c (Results 651 – 675 of 719)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1
# 0b70f9e8 16-May-2002 Preston L. Bannister

Range check arguments to mb_strcut().
Test ext/mbstring/013.phpt causes a hard failure w/o this.


# 5f8009a7 15-May-2002 Rui Hirokawa

added ISO-2022-KR support in mbstring.


Revision tags: php-4.2.1
# f30b722f 08-May-2002 Rui Hirokawa

Added conversion support from script character encoding to internal character encoding. This feature is very useful for japanese who uses Shift_JIS encoding because some of characters in Shift_JIS ar

Added conversion support from script character encoding to internal character encoding. This feature is very useful for japanese who uses Shift_JIS encoding because some of characters in Shift_JIS are including '0x5c' and it causes some troubles on Zend parser. This patch is made by Masaki Fujimoto.

show more ...


Revision tags: php-4.2.1RC2, php-4.2.1RC1
# 5df01432 30-Apr-2002 Rui Hirokawa

added simplified chinese, traditional chinese, korean support to mbstring. Note that this feature is experimental.


# 417f299d 23-Apr-2002 Yasuo Ohgaki

Remove unneeded 'return'.


# e6780384 23-Apr-2002 Yasuo Ohgaki

Fix possible wide char prolem.
Fix empty output when no conversion is performed.
# Derick, this needs to be merged.


Revision tags: php-4.2.0
# aa9cf268 21-Apr-2002 Rui Hirokawa

small performance improvement when pass is selected as input encoding.


Revision tags: php-4.2.0RC4
# d5158c20 14-Apr-2002 Rui Hirokawa

fixed error output handler when 'pass' is choosed as output encoding.


Revision tags: php-4.2.0RC3
# 0f0a5ddd 12-Apr-2002 Marcus Boerger

-new function php_mb_check_encoding_list
-mark module globals as const (thread safety)


# df82b2ec 12-Apr-2002 Marcus Boerger

-fix mb_detect_order
-php_mbstring_parse_encoding_list/array return 0 on any illegal input


# fffb1a5d 11-Apr-2002 Marcus Boerger

interpret empty to_encoding as encoding not set what results in current_internal_encoding


# adf58908 11-Apr-2002 Rui Hirokawa

fixed a bug which causes crash when charset is not set.


# 25db882a 11-Apr-2002 Yasuo Ohgaki

Fix ZTS build
# Please check caller when you add TSRMLS_DC. Especically if it's PHPAPI function...
# find . -name "*.c" | xargs grep php_mail


# 1f847267 10-Apr-2002 Rui Hirokawa

changed mbstring to make thread safe.


# 0743669f 07-Apr-2002 Marcus Boerger

-fix warnings


# 65ba3073 06-Apr-2002 Yasuo Ohgaki

Use get_active_function_name() for error messages.


# cbb96206 05-Apr-2002 Marcus Boerger

no space for comma separated encoding lists


# eb7ed910 05-Apr-2002 Yasuo Ohgaki

Fixed way of exporing functions. (Need PHPAPI for Win)
Fixed if statement format. ("if () stmt;" should be "if () \n {stmt;}")
Fixed error message so that appropriate function names are
d

Fixed way of exporing functions. (Need PHPAPI for Win)
Fixed if statement format. ("if () stmt;" should be "if () \n {stmt;}")
Fixed error message so that appropriate function names are
displayed.

show more ...


# cb51e72c 05-Apr-2002 Marcus Boerger

new function php_mb_convert_encoding


Revision tags: php-4.2.0RC2
# 751dcedb 23-Mar-2002 Rui Hirokawa

fixed some errors in regression tests.


Revision tags: php-4.2.0RC1
# d4e63bc5 16-Mar-2002 Markus Fischer

- Raise warning when trying to execute non-executeable shell
for mail delivery binary.


Revision tags: help
# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.


Revision tags: php-4.1.2
# 07a08288 23-Feb-2002 Rui Hirokawa

fixed a comment and default output encoding changed to pass.


# 7baa36c8 10-Feb-2002 Yasuo Ohgaki

Fix typo


# ccc87551 06-Feb-2002 Yasuo Ohgaki

Remove unused line
# I forgot to delete this line


1...<<212223242526272829