php-src/ext
Saki Takamachi 7466f9c99c
Fixed handshake response charset. (#13470)
The character set ID included in the handshake data at the time of connection
actually only includes the lower 8 bits of the ID, so if  try to use this to specify
a character set, the corresponding character set may not exist.

In case of an invalid character set, the default character set is now used
without an error.

Fixes #13452
Closes #13470
2024-03-04 21:53:48 +09:00
..
bcmath BCmath extension code reformatting (#11896) 2023-08-13 16:17:36 +01:00
bz2 Merge branch 'PHP-8.2' into PHP-8.3 2024-01-31 11:20:44 +01:00
calendar Allow easter_date to process years after 2037 on 64bit systems (#11862) 2023-08-04 16:47:04 +01:00
com_dotnet Merge branch 'PHP-8.2' into PHP-8.3 2024-01-31 11:20:44 +01:00
ctype Merge branch 'PHP-8.1' into PHP-8.2 2023-09-26 21:44:00 +02:00
curl Merge branch 'PHP-8.2' into PHP-8.3 2024-01-31 21:58:59 +01:00
date Fix test on non-UTC environments 2024-02-19 15:18:48 +01:00
dba ext/dba/tests/dba_tcadb.phpt: support pthreadless tokyocabinet (#11648) 2023-08-02 16:50:02 +01:00
dl_test Merge branch 'PHP-8.2' into PHP-8.3 2023-11-03 17:17:52 +00:00
dom Merge branch 'PHP-8.2' into PHP-8.3 2024-02-26 19:44:39 +01:00
enchant
exif Use __DIR__-relative path in tests 2023-11-22 20:39:29 -06:00
ffi Merge branch 'PHP-8.2' into PHP-8.3 2023-12-19 15:59:35 +01:00
fileinfo Merge branch 'PHP-8.2' into PHP-8.3 2024-02-13 21:15:37 +01:00
filter Merge branch 'PHP-8.2' into PHP-8.3 2024-01-31 11:20:44 +01:00
ftp Merge branch 'PHP-8.2' into PHP-8.3 2023-12-05 11:56:15 +01:00
gd Merge branch 'PHP-8.2' into PHP-8.3 2024-02-26 14:00:08 +01:00
gettext ext/gettext: resolve underqouting that breaks with autoconf 2.72 (#11427) 2023-07-18 19:02:40 +02:00
gmp
hash Merge branch 'PHP-8.2' into PHP-8.3 2023-12-13 19:33:20 +01:00
iconv Merge branch 'PHP-8.2' 2023-08-19 23:11:23 +01:00
imap Implement diagnostic ignore macro for Clang 2023-10-18 17:37:15 +02:00
intl Merge branch 'PHP-8.2' into PHP-8.3 2024-01-31 11:20:44 +01:00
json Introduce Zend guard recursion protection 2023-08-24 13:03:14 +01:00
ldap Implement ldap_exop_sync 2023-07-18 12:59:21 +02:00
libxml Fix crashes with entity references and predefined entities 2024-01-17 19:41:22 +01:00
mbstring Merge branch 'PHP-8.2' into PHP-8.3 2024-01-31 11:20:44 +01:00
mysqli Merge branch 'PHP-8.2' into PHP-8.3 2024-01-19 23:35:23 +01:00
mysqlnd Fixed handshake response charset. (#13470) 2024-03-04 21:53:48 +09:00
oci8 Merge branch 'PHP-8.2' into PHP-8.3 2024-01-04 19:29:37 +01:00
odbc Merge branch 'PHP-8.2' into PHP-8.3 2023-12-27 20:16:32 +01:00
opcache Merge branch 'PHP-8.2' into PHP-8.3 2024-02-19 13:23:05 +03:00
openssl Merge branch 'PHP-8.2' into PHP-8.3 2024-01-31 11:20:44 +01:00
pcntl Merge branch 'PHP-8.2' into PHP-8.3 2023-09-22 10:26:10 +02:00
pcre Merge branch 'PHP-8.2' into PHP-8.3 2023-11-10 00:12:47 +01:00
pdo Merge branch 'PHP-8.2' into PHP-8.3 2024-02-27 15:31:48 +00:00
pdo_dblib
pdo_firebird Merge branch 'PHP-8.2' into PHP-8.3 2024-01-17 01:14:33 +09:00
pdo_mysql Merge branch 'PHP-8.2' into PHP-8.3 2024-02-29 08:49:04 +09:00
pdo_oci Implement diagnostic ignore macro for Clang 2023-10-18 17:37:15 +02:00
pdo_odbc Merge branch 'PHP-8.2' into PHP-8.3 2023-12-18 00:27:58 +00:00
pdo_pgsql Merge branch 'PHP-8.2' into PHP-8.3 2024-01-31 11:20:44 +01:00
pdo_sqlite Merge branch 'PHP-8.2' into PHP-8.3 2024-02-27 15:31:48 +00:00
pgsql Merge branch 'PHP-8.2' into PHP-8.3 2024-02-27 23:03:52 +00:00
phar Merge branch 'PHP-8.2' into PHP-8.3 2024-01-31 11:20:44 +01:00
posix Refactor checks for fpathconf and pathconf 2023-11-20 13:39:21 +00:00
pspell
random Merge branch 'PHP-8.2' into PHP-8.3 2024-02-29 18:10:39 +01:00
readline
reflection Merge branch 'PHP-8.2' into PHP-8.3 2024-02-27 21:49:39 +01:00
session Merge branch 'PHP-8.2' into PHP-8.3 2024-01-22 22:02:28 +01:00
shmop
simplexml Merge branch 'PHP-8.2' into PHP-8.3 2024-01-31 11:20:44 +01:00
skeleton
snmp [skip ci] Avoid running asan tests that timeout 2023-10-02 16:57:50 +02:00
soap Merge branch 'PHP-8.2' into PHP-8.3 2023-12-01 18:07:13 +01:00
sockets Merge branch 'PHP-8.2' into PHP-8.3 2023-09-29 18:58:05 +08:00
sodium
spl Merge branch 'PHP-8.2' into PHP-8.3 2024-02-27 23:05:26 +01:00
sqlite3 Merge branch 'PHP-8.2' into PHP-8.3 2023-11-10 00:12:47 +01:00
standard Merge branch 'PHP-8.2' into PHP-8.3 2024-03-04 21:30:27 +09:00
sysvmsg
sysvsem
sysvshm
tidy Fix GH-12980: tidynode.props.attribute is missing "Boolean Attributes" and empty attributes 2023-12-22 17:37:34 +01:00
tokenizer
xml Merge branch 'PHP-8.2' into PHP-8.3 2024-02-27 21:49:39 +01:00
xmlreader Merge branch 'PHP-8.2' into PHP-8.3 2024-01-31 11:20:44 +01:00
xmlwriter Merge branch 'PHP-8.2' into PHP-8.3 2023-10-24 19:42:43 +02:00
xsl Merge branch 'PHP-8.2' into PHP-8.3 2023-12-06 22:18:12 +01:00
zend_test Merge branch 'PHP-8.2' into PHP-8.3 2024-01-31 11:20:44 +01:00
zip Merge branch 'PHP-8.2' into PHP-8.3 2024-01-31 11:20:44 +01:00
zlib Temporarily disable failing zlib tests on travis (#10738) 2023-11-22 20:39:30 -06:00
ext_skel.php