History log of /PHP-8.3/ext/mysqlnd/mysqlnd_charset.c (Results 51 – 75 of 92)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.3.8, php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1
# 229bdc7c 10-May-2011 Andrey Hristov

Fix range
(thanks again nihen)

# 9a197618 10-May-2011 Andrey Hristov

Fix range
(thanks again nihen)

# d4ae5bd9 09-May-2011 Andrey Hristov

Fix for bug 54674..typo in the check of SJIS

# 6242101f 09-May-2011 Andrey Hristov

Fix for bug 54674..typo in the check of SJIS

Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++

# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++

# cfac5f5b 28-Dec-2010 Andrey Hristov

extending the API interface - plugins can register
themselves with a structure and can be searched.
Every plugin can have statistics and they are shown
under the statistics of mysqlnd in

extending the API interface - plugins can register
themselves with a structure and can be searched.
Every plugin can have statistics and they are shown
under the statistics of mysqlnd in MINFO.

show more ...

Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 93d7715e 08-Oct-2010 Andrey Hristov

new collations

# 74ec58a0 08-Oct-2010 Andrey Hristov

new collations

# 216effe4 23-Sep-2010 Andrey Hristov

WS fixes

# 859a1404 23-Sep-2010 Andrey Hristov

WS fixes

# c204922c 16-Aug-2010 Andrey Hristov

Added utf16 and utf32 support, as in MySQL 5.5, in mysqlnd.
Fixed tests, so they don't try to use SET NAMES utf16|utf32,
as character_set_client can't be set to those (the lexer can't
rea

Added utf16 and utf32 support, as in MySQL 5.5, in mysqlnd.
Fixed tests, so they don't try to use SET NAMES utf16|utf32,
as character_set_client can't be set to those (the lexer can't
read ucs2, utf16 and utf32).
Added support for 4-byte utf8, as found in MySQL 5.5

show more ...

# 277c7d4d 16-Aug-2010 Andrey Hristov

Added utf16 and utf32 support, as in MySQL 5.5, in mysqlnd.
Fixed tests, so they don't try to use SET NAMES utf16|utf32,
as character_set_client can't be set to those (the lexer can't
rea

Added utf16 and utf32 support, as in MySQL 5.5, in mysqlnd.
Fixed tests, so they don't try to use SET NAMES utf16|utf32,
as character_set_client can't be set to those (the lexer can't
read ucs2, utf16 and utf32).
Added support for 4-byte utf8, as found in MySQL 5.5

show more ...

Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# a175419f 20-Apr-2010 Felipe Pena

- Fix copyrights

# 6d951e2d 20-Apr-2010 Felipe Pena

- Fix copyrights

# 6aa682f5 15-Apr-2010 Andrey Hristov

CS + WS changes

# a9880e78 15-Apr-2010 Andrey Hristov

CS + WS changes

Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1, php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2
# 597406bb 24-Nov-2009 Andrey Hristov

Update charset table

# 4ebc0fdf 24-Nov-2009 Andrey Hristov

Update charset table

# 5143fe41 20-Nov-2009 Andrey Hristov

Compressed protocol support + extensibility for mysqlnd

# 7674c942 20-Nov-2009 Andrey Hristov

Compressed protocol support + extensibility for mysqlnd

Revision tags: php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1
# 6d9d60b9 26-May-2009 Andrey Hristov

Fix a typo, utf8 is 3 byte max, for us, for now
Add a another cset

# 7ae2505c 26-May-2009 Andrey Hristov

Fix a typo, utf8 is 3 byte max, for us, for now
Add a another cset

Revision tags: php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9
# 8f102c16 20-Feb-2009 Andrey Hristov

MFH: Add charsets from MySQL 6.0 as a structure to be used later

# cf78f352 20-Feb-2009 Andrey Hristov

Add the charsets available from 6.0 as a structure, to be used later

1234