php-src/ext
2023-04-04 22:48:26 +03:00
..
bcmath Use new ZSTR_INIT_LITERAL macro (#10879) 2023-03-20 16:19:05 +01:00
bz2 Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
calendar
com_dotnet Remove name field from the zend_constant struct (#10954) 2023-04-03 22:13:47 +02:00
ctype Merge branch 'PHP-8.1' into PHP-8.2 2022-10-27 14:42:17 +01:00
curl Merge branch 'PHP-8.2' 2023-03-25 18:16:55 +01:00
date Updated to version 2023.3 (2023c) 2023-03-29 10:06:02 +01:00
dba Fix [-Wstrict-prototypes] in DBA 2023-03-06 17:03:41 +00:00
dl_test
dom Merge branch 'PHP-8.2' 2023-04-03 21:32:23 +02:00
enchant Add ASAN XLEAK support 2023-04-03 08:02:19 +02:00
exif Fix GCC 12 compiler warnings (#10713) 2023-02-28 14:21:01 +00:00
ffi Add ASAN XLEAK support 2023-04-03 08:02:19 +02:00
fileinfo Use new ZSTR_INIT_LITERAL macro (#10879) 2023-03-20 16:19:05 +01:00
filter Merge branch 'PHP-8.2' 2022-10-27 14:42:40 +01:00
ftp Merge branch 'PHP-8.2' 2023-03-20 23:31:04 +01:00
gd Suppress -Wstrict-prototypes in GD extension (#10803) 2023-03-09 07:02:20 +00:00
gettext
gmp Use php_random_bytes_silent() where possible in gmp_init_random() (#10944) 2023-03-26 15:59:21 +02:00
hash Merge branch 'PHP-8.2' 2023-02-25 14:36:56 +00:00
iconv Use new ZSTR_INIT_LITERAL macro (#10879) 2023-03-20 16:19:05 +01:00
imap Add ASAN XLEAK support 2023-04-03 08:02:19 +02:00
intl ext/intl IntlChar::enumCharNames changes the signature to void. 2023-03-28 18:07:35 +01:00
json Merge branch 'PHP-8.2' 2023-02-17 16:40:14 +00:00
ldap Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
libxml ext: make various internal functions static (#10650) 2023-02-21 15:51:41 +00:00
mbstring Remove XFAIL from test cases for mb_strcut when used with JIS or ISO-2022-JP encoding 2023-04-02 13:52:14 +02:00
mysqli Merge branch 'PHP-8.2' 2023-03-27 16:34:19 +02:00
mysqlnd Merge branch 'PHP-8.2' 2023-03-24 18:09:05 +01:00
oci8 Add ASAN XLEAK support 2023-04-03 08:02:19 +02:00
odbc
opcache JIT support for delayed destructor for zend_assign_to_typed_ref/prop 2023-04-04 18:55:47 +02:00
openssl Merge branch 'PHP-8.2' 2023-03-30 13:36:14 +01:00
pcntl Add zend_alloc XLEAK support 2023-04-03 12:55:26 +02:00
pcre Merge branch 'PHP-8.2' 2023-03-31 14:42:44 +02:00
pdo Use new ZSTR_INIT_LITERAL macro (#10879) 2023-03-20 16:19:05 +01:00
pdo_dblib Use new ZSTR_INIT_LITERAL macro (#10879) 2023-03-20 16:19:05 +01:00
pdo_firebird Merge branch 'PHP-8.2' 2023-03-28 00:12:28 +02:00
pdo_mysql Merge branch 'PHP-8.2' 2023-03-25 17:41:56 +00:00
pdo_oci Add ASAN XLEAK support 2023-04-03 08:02:19 +02:00
pdo_odbc Merge branch 'PHP-8.2' 2023-03-15 21:47:34 +01:00
pdo_pgsql Revert GH-10220 2023-01-16 12:27:33 +01:00
pdo_sqlite ext/pdo_sqlite: simplifying sqlite3_exec usage. (#10910) 2023-03-23 13:43:58 +00:00
pgsql Merge branch 'PHP-8.2' 2023-03-18 07:10:57 +00:00
phar Cleanup pubkey checks in ext/phar (#11009) 2023-04-04 10:04:59 +02:00
posix Add ASAN XLEAK support 2023-04-03 08:02:19 +02:00
pspell Add ASAN XLEAK support 2023-04-03 08:02:19 +02:00
random Remove includes 2023-04-04 22:48:26 +03:00
readline
reflection Remove name field from the zend_constant struct (#10954) 2023-04-03 22:13:47 +02:00
session Note where a session was already started (#10736) 2023-03-28 15:14:21 +01:00
shmop Revert GH-10220 2023-01-16 12:27:33 +01:00
simplexml Merge branch 'PHP-8.2' 2023-04-01 20:23:57 +02:00
skeleton
snmp Suppress snmp lib memory leak, xfail ASAN tests 2023-03-27 16:38:44 +02:00
soap Use new ZSTR_INIT_LITERAL macro (#10879) 2023-03-20 16:19:05 +01:00
sockets Silence compiler warnings in ext/sockets/conversions.c (#10974) 2023-03-29 22:18:29 +02:00
sodium Use new ZSTR_INIT_LITERAL macro (#10879) 2023-03-20 16:19:05 +01:00
spl Merge branch 'PHP-8.2' 2023-03-30 22:07:48 +02:00
sqlite3 ext: make various internal functions static (#10650) 2023-02-21 15:51:41 +00:00
standard Add ASAN XLEAK support 2023-04-03 08:02:19 +02:00
sysvmsg Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
sysvsem
sysvshm Merge branch 'PHP-8.2' 2023-03-01 23:05:24 +01:00
tidy Merge branch 'PHP-8.1' into PHP-8.2 2023-03-27 16:34:11 +02:00
tokenizer Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
xml Improve handling of XML options 2023-02-26 14:34:39 +00:00
xmlreader Merge branch 'PHP-8.2' 2023-02-12 21:34:14 -07:00
xmlwriter Simplify checks and returns in ext/xmlwriter (#10701) 2023-02-26 14:07:55 +00:00
xsl Use new ZSTR_INIT_LITERAL macro (#10879) 2023-03-20 16:19:05 +01:00
zend_test Propagate UTF-8 flag during Rope operations (#10915) 2023-03-26 14:18:46 +01:00
zip Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
zlib Temporarily disable failing zlib tests on travis (#10738) 2023-03-01 02:19:29 +01:00
ext_skel.php