php-src/ext
2024-12-31 15:18:50 +01:00
..
bcmath Merge branch 'PHP-8.2' into PHP-8.3 2024-05-30 15:51:05 +01:00
bz2
calendar Merge branch 'PHP-8.2' into PHP-8.3 2024-11-17 12:27:26 +00:00
com_dotnet Merge branch 'PHP-8.2' into PHP-8.3 2024-11-29 16:30:01 +01:00
ctype
curl Merge branch 'PHP-8.2' into PHP-8.3 2024-11-26 20:37:51 +01:00
date Fix GH-14709 overflow on recurrences for DatePeriod::__construct 2024-12-20 15:03:47 +00:00
dba ext/dba/tests/gh16390.phpt: skip if inifile is disabled 2024-12-06 19:01:50 +01:00
dl_test Merge branch 'PHP-8.2' into PHP-8.3 2024-12-20 18:46:55 +01:00
dom Fix GH-17223: Memory leak in libxml encoding handling 2024-12-26 12:24:06 +01:00
enchant
exif Merge branch 'PHP-8.2' into PHP-8.3 2024-10-13 21:12:46 +02:00
ffi Fix GH-16013 and bug #80857: Big endian issues 2024-12-25 21:33:14 +01:00
fileinfo Merge branch 'PHP-8.2' into PHP-8.3 2024-09-05 01:41:55 +01:00
filter Consistent naming for test titles 2024-12-18 11:38:44 +00:00
ftp
gd Port fix for libgd bug 276 2024-12-25 16:27:20 +01:00
gettext ext/gettext/config.m4: symlink en_US.UTF-8 test bits to en_US for musl 2024-12-19 18:26:35 +01:00
gmp Merge branch 'PHP-8.2' into PHP-8.3 2024-11-27 19:54:06 +00:00
hash Merge branch 'PHP-8.2' into PHP-8.3 2024-11-10 20:16:33 +00:00
iconv Fix GH-17047: UAF on iconv filter failure 2024-12-06 17:43:38 +01:00
imap
intl Properly check for required icu4c libraries 2024-12-07 15:10:06 +01:00
json Fix tests: Prevent stack overflow during dtor 2024-10-24 15:56:25 +02:00
ldap Backport fix GH-17280: ldap_search() fails when $attributes array has holes 2024-12-29 12:19:05 +01:00
libxml Fix GH-17223: Memory leak in libxml encoding handling 2024-12-26 12:24:06 +01:00
mbstring Resolve GH-17112 for lower branches 2024-12-11 19:32:36 +01:00
mysqli Merge branch 'PHP-8.2' into PHP-8.3 2024-12-09 23:37:03 +01:00
mysqlnd Merge branch 'PHP-8.2' into PHP-8.3 2024-11-20 11:12:19 +01:00
oci8
odbc Merge branch 'PHP-8.2' into PHP-8.3 2024-08-06 16:54:58 +02:00
opcache Fix GH-17246: GC during SCCP causes segfault 2024-12-24 14:22:48 +01:00
openssl Merge branch 'PHP-8.2' into PHP-8.3 2024-12-31 15:05:18 +01:00
pcntl ext/pcntl: Fix memory leak in cleanup code of pcntl_exec() 2024-12-15 22:13:27 +00:00
pcre Merge branch 'PHP-8.2' into PHP-8.3 2024-10-03 21:11:25 +02:00
pdo Merge branch 'PHP-8.2' into PHP-8.3 2024-11-06 20:31:30 +09:00
pdo_dblib Merge branch 'PHP-8.2' into PHP-8.3 2024-11-20 11:12:19 +01:00
pdo_firebird Merge branch 'PHP-8.2' into PHP-8.3 2024-11-20 11:12:19 +01:00
pdo_mysql Merge branch 'PHP-8.2' into PHP-8.3 2024-05-21 12:21:46 +01:00
pdo_oci
pdo_odbc Merge branch 'PHP-8.2' into PHP-8.3 2024-10-31 16:16:29 +01:00
pdo_pgsql Fix GH-15729 PDO tests name conflicts. 2024-09-12 18:19:20 +01:00
pdo_sqlite Merge branch 'PHP-8.2' into PHP-8.3 2024-06-29 15:52:28 +01:00
pgsql ext/pgsql fixing further calls with flexible arguments number. 2024-12-15 14:50:59 +00:00
phar Fix GH-17137: Segmentation fault ext/phar/phar.c 2024-12-15 13:50:09 +01:00
posix Fix FD getting code on big endian (#17259) 2024-12-30 12:40:32 -04:00
pspell
random Checks getrandom availability on solaris. 2024-08-13 20:54:12 +01:00
readline CI disable leak sanitizer on two libedit tests temporarily. 2024-08-07 22:38:30 +01:00
reflection Merge branch 'PHP-8.2' into PHP-8.3 2024-11-02 19:37:28 +01:00
session Merge branch 'PHP-8.2' into PHP-8.3 2024-10-13 14:19:33 +01:00
shmop Merge branch 'PHP-8.2' into PHP-8.3 2024-06-28 20:14:20 +02:00
simplexml Fix GH-17153: SimpleXML crash when using autovivification on document 2024-12-15 11:31:32 +01:00
skeleton
snmp Merge branch 'PHP-8.2' into PHP-8.3 2024-12-01 13:58:21 +00:00
soap ext/soap: fix make check being invoked in ext/soap 2024-11-08 20:47:28 +01:00
sockets ext/sockets: socket_set_option switch from convert_to_long to zval_get_long. 2024-12-16 22:55:23 +00:00
sodium Merge branch 'PHP-8.2' into PHP-8.3 2024-05-23 22:40:54 +02:00
spl Fix GH-17225: NULL deref in spl_directory.c 2024-12-21 12:46:05 +01:00
sqlite3
standard Port stream bug51056 and gh11418 tests to use ephemeral ports 2024-12-31 15:18:50 +01:00
sysvmsg Merge branch 'PHP-8.2' into PHP-8.3 2024-11-03 13:39:41 +00:00
sysvsem
sysvshm Merge branch 'PHP-8.2' into PHP-8.3 2024-10-26 15:07:57 +02:00
tidy Fix memory leaks in ext/tidy basedir restriction code 2024-07-21 16:28:15 +02:00
tokenizer
xml Fix GH-17187: unreachable program point in zend_hash 2024-12-27 15:51:17 +01:00
xmlreader Merge branch 'PHP-8.2' into PHP-8.3 2024-10-08 20:57:54 +02:00
xmlwriter Backport 4fe82131: Backport libxml2 2.13.2 fixes (#14816) 2024-10-12 15:12:40 +02:00
xsl Backport e2d97314: Backport deprecation warning ignores to unbreak CI 2024-10-12 15:12:40 +02:00
zend_test Fix GH-16013 and bug #80857: Big endian issues 2024-12-25 21:33:14 +01:00
zip
zlib Merge branch 'PHP-8.2' into PHP-8.3 2024-10-13 02:29:22 +02:00
ext_skel.php