php-src/ext
Niels Dossche 9774cedb01
Fix GH-15918: Assertion failure in ext/spl/spl_fixedarray.c
SplFixedArray should've never get supported in ArrayObject because it's
overloaded, and so that breaks assumptions. This regressed in c4ecd82f.

Closes GH-15947.
2024-09-20 17:34:23 +02:00
..
bcmath Merge branch 'PHP-8.2' into PHP-8.3 2024-05-30 15:51:05 +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-05-20 23:27:51 +02: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-08-27 04:57:13 +01:00
date Add missing returns in ext/date for PHP 8.3+ (#15735) 2024-09-14 22:15:22 +02:00
dba Merge branch 'PHP-8.2' into PHP-8.3 2024-07-01 22:06:24 +02:00
dl_test Merge branch 'PHP-8.2' into PHP-8.3 2023-11-03 17:17:52 +00:00
dom Fix GH-15654: Signed integer overflow in ext/dom/nodelist.c 2024-08-31 11:47:08 +02: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 2024-07-22 17:45:20 +02:00
fileinfo Merge branch 'PHP-8.2' into PHP-8.3 2024-09-05 01:41:55 +01:00
filter Merge branch 'PHP-8.2' into PHP-8.3 2024-06-05 01:11:30 -05:00
ftp Merge branch 'PHP-8.2' into PHP-8.3 2023-12-05 11:56:15 +01:00
gd Fix skip condition of gh13082.phpt 2024-07-14 13:39:49 +02:00
gettext Merge branch 'PHP-8.2' into PHP-8.3 2024-03-05 18:39:46 +00:00
gmp
hash Merge branch 'PHP-8.2' into PHP-8.3 2024-08-05 22:07:01 +02:00
iconv Merge branch 'PHP-8.2' into PHP-8.3 2024-08-28 14:31:24 +02: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-07-24 16:47:03 +02:00
json Introduce Zend guard recursion protection 2023-08-24 13:03:14 +01:00
ldap
libxml Merge branch 'PHP-8.2' into PHP-8.3 2024-09-12 23:07:12 +02:00
mbstring Fix GH-13932: Attempt to fix mbstring on windows build (msvc). 2024-04-10 10:01:11 +01:00
mysqli Merge branch 'PHP-8.2' into PHP-8.3 2024-08-20 15:44:40 +02:00
mysqlnd Merge branch 'PHP-8.2' into PHP-8.3 2024-08-20 15:44:40 +02: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 2024-08-06 16:54:58 +02:00
opcache Merge branch 'PHP-8.2' into PHP-8.3 2024-09-10 15:44:24 +03:00
openssl Merge branch 'PHP-8.2' into PHP-8.3 2024-07-03 19:17:43 +02: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 2024-07-22 06:58:01 +02:00
pdo Merge branch 'PHP-8.2' into PHP-8.3 2024-06-29 15:52:28 +01:00
pdo_dblib
pdo_firebird Merge branch 'PHP-8.2' into PHP-8.3 2024-07-22 18:33:32 +02:00
pdo_mysql Merge branch 'PHP-8.2' into PHP-8.3 2024-05-21 12:21:46 +01: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 2024-06-04 12:49:36 -03: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 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-09-13 18:14:14 +02:00
posix Merge branch 'PHP-8.2' into PHP-8.3 2024-08-21 15:54:56 +02: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-05-06 12:48:32 +02:00
session Fix type incompatibility in assignment. 2024-07-26 14:57:16 +02:00
shmop Merge branch 'PHP-8.2' into PHP-8.3 2024-06-28 20:14:20 +02:00
simplexml Merge branch 'PHP-8.2' into PHP-8.3 2024-09-11 20:39:30 +02:00
skeleton
snmp [skip ci] Avoid running asan tests that timeout 2023-10-02 16:57:50 +02:00
soap Fix GH-15711: SoapClient can't convert BackedEnum to scalar value 2024-09-16 20:47:36 +02:00
sockets Merge branch 'PHP-8.2' into PHP-8.3 2024-03-31 17:01:16 +01:00
sodium Merge branch 'PHP-8.2' into PHP-8.3 2024-05-23 22:40:54 +02:00
spl Fix GH-15918: Assertion failure in ext/spl/spl_fixedarray.c 2024-09-20 17:34:23 +02: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-09-11 21:15:42 +01:00
sysvmsg
sysvsem
sysvshm
tidy Fix memory leaks in ext/tidy basedir restriction code 2024-07-21 16:28:15 +02:00
tokenizer
xml Fix GH-15868: Assertion failure in xml_parse_into_struct after exception 2024-09-13 20:01:44 +02:00
xmlreader Merge branch 'PHP-8.2' into PHP-8.3 2024-05-10 15:58:14 +02:00
xmlwriter Merge branch 'PHP-8.2' into PHP-8.3 2024-07-04 15:37:35 +02:00
xsl Merge branch 'PHP-8.2' into PHP-8.3 2024-06-26 19:36:01 +02:00
zend_test Merge branch 'PHP-8.2' into PHP-8.3 2024-09-12 23:11:23 +02:00
zip Merge branch 'PHP-8.2' into PHP-8.3 2024-01-31 11:20:44 +01:00
zlib Merge branch 'PHP-8.2' into PHP-8.3 2024-07-06 01:59:40 +02:00
ext_skel.php