php-src/ext
Niels Dossche 38d6d8542b
Merge branch 'PHP-8.4'
* PHP-8.4:
  Fix GH-18112: NULL access with preloading and INI option
2025-03-20 19:12:53 +01:00
..
bcmath ext/bcmath: Extracted common logic into function and macro (#18103) 2025-03-19 18:10:12 +09:00
bz2 ext/bz2: Use new php_streams fast ZPP specifier 2025-03-03 18:08:23 +00:00
calendar
com_dotnet Improve COM ctor exception code for failing ProgIDs (GH-17673) 2025-02-14 17:44:43 +01:00
ctype
curl ext/curl: Various minor clean-up refactorings (#18042) 2025-03-15 18:14:33 +00:00
date Merge branch 'PHP-8.4' 2025-03-06 15:04:36 +01:00
dba Merge branch 'PHP-8.4' 2025-03-11 11:11:25 +00:00
dl_test Merge branch 'PHP-8.4' 2025-03-14 10:51:50 +01:00
dom Merge branch 'PHP-8.4' 2025-03-18 22:04:29 +01:00
enchant Add enchant_dict_remove() (#17507) 2025-02-02 19:14:49 +01:00
exif
ffi Merge branch 'PHP-8.4' 2025-02-17 10:27:47 +03:00
fileinfo Remove custom patches that are no longer in upstream 2025-02-15 12:53:07 +01:00
filter
ftp ext/ftp: Use new php_streams fast ZPP specifier 2025-03-03 18:08:23 +00:00
gd Merge branch 'PHP-8.4' 2025-03-07 18:08:30 +00:00
gettext Fix GH-17400: bindtextdomain segfault with UTF-16 domain value. 2025-01-09 13:45:59 +00:00
gmp ext/gmp: use zend_object_alloc instead to initialize GMP instances. (#17822) 2025-02-15 19:09:36 +00:00
hash ext/hash: Use new php_streams fast ZPP specifier 2025-03-03 18:08:23 +00:00
iconv
intl Merge branch 'PHP-8.4' 2025-03-15 11:38:05 +00:00
json Merge branch 'PHP-8.4' 2025-03-08 12:27:56 +01:00
ldap Merge branch 'PHP-8.4' 2025-03-15 00:51:28 +01:00
libxml Merge branch 'PHP-8.4' 2025-03-11 23:00:43 +01:00
mbstring Merge branch 'PHP-8.4' 2025-03-09 11:21:34 +01:00
mysqli Merge branch 'PHP-8.4' 2025-03-16 14:26:38 +01:00
mysqlnd Address more Clang warnings (GH-17506) 2025-01-21 20:05:29 +01:00
odbc
opcache Merge branch 'PHP-8.4' 2025-03-20 19:12:53 +01:00
openssl Remove OpenSSL 1.0.2 related code (#18032) 2025-03-13 10:59:26 +01:00
pcntl Merge branch 'PHP-8.4' 2025-01-15 20:37:19 +00:00
pcre Merge branch 'PHP-8.4' 2025-03-13 07:48:50 +01:00
pdo Fix GH-18114: pdo lazy object crash (#18116) 2025-03-19 23:43:30 +01:00
pdo_dblib
pdo_firebird Merge branch 'PHP-8.4' 2025-03-15 08:52:03 +09:00
pdo_mysql ext/pdo: Pass argument number to pdo_dbh_attribute_set() 2025-02-04 19:28:47 +00:00
pdo_odbc ext/pdo_{odbc|pgsql}: Use precomputed data_source_len (#17744) 2025-02-09 13:10:20 +00:00
pdo_pgsql Merge branch 'PHP-8.4' 2025-02-26 21:30:32 +01:00
pdo_sqlite Fix GH-18114: pdo lazy object crash (#18116) 2025-03-19 23:43:30 +01:00
pgsql ext/pgsql: get_field_name helper, remove unused precaution for pg_type request. (#18025) 2025-03-19 21:56:00 +00:00
phar Merge branch 'PHP-8.4' 2025-02-16 00:17:12 +01:00
posix Merge branch 'PHP-8.4' 2024-12-30 12:42:24 -04:00
random
readline
reflection Merge branch 'PHP-8.4' 2025-02-27 14:48:24 +01:00
session [skip ci] Remove wrappers comments in session ext (#18017) 2025-03-13 12:14:31 +00:00
shmop
simplexml Fix GH-12231: SimpleXML xpath should warn when returning other return types than node lists 2025-03-17 19:37:59 +01:00
skeleton
snmp Merge branch 'PHP-8.3' into PHP-8.4 2025-03-10 11:28:43 +01:00
soap Merge branch 'PHP-8.1' into PHP-8.2 2025-03-06 15:24:35 +01:00
sockets ext/sockets: adding SO_BUSY_POLL socket option for Linux. (#17954) 2025-03-11 20:03:28 +00:00
sodium ext/sodium: general buffer upper bounds adjustments. 2025-01-26 19:41:41 +00:00
spl Merge branch 'PHP-8.4' 2025-03-13 19:11:59 +01:00
sqlite3 Remove pointless call to zval_ptr_dtor() in sqlite3 (#17906) 2025-02-23 21:04:47 +01:00
standard Merge branch 'PHP-8.4' 2025-03-17 14:52:33 +01:00
sysvmsg
sysvsem
sysvshm
tidy
tokenizer
xml Minor improvements to ext/xml memory management (#18071) 2025-03-15 14:40:39 +01:00
xmlreader Merge branch 'PHP-8.4' 2025-03-02 22:41:21 +01:00
xmlwriter Remove custom free_obj handler in xmlwriter 2025-01-05 13:05:06 +01:00
xsl Merge branch 'PHP-8.4' 2025-02-22 16:00:45 +01:00
zend_test Merge branch 'PHP-8.4' 2025-03-03 08:22:55 +01:00
zip Merge branch 'PHP-8.4' 2025-03-02 22:41:21 +01:00
zlib Fix error message on Windows 2025-02-15 00:23:38 +01:00
ext_skel.php