php-src/ext
Calvin Buckley eebc7b0a7a
Merge branch 'PHP-8.4'
* PHP-8.4:
  Skip mysqli/tests/bug73462 on PPC CI (#17971)
2025-03-05 10:20:34 -04:00
..
bcmath Merge branch 'PHP-8.4' 2025-01-29 19:25:05 +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: update Caddyfile basicauth to basic_auth 2025-03-05 16:30:59 +07:00
date Avoid unnecessary string refcounting in ext/date (#17890) 2025-03-02 22:55:06 +01:00
dba Merge branch 'PHP-8.4' 2024-12-06 19:02:22 +01:00
dl_test Merge branch 'PHP-8.4' 2024-12-20 18:52:43 +01:00
dom Merge branch 'PHP-8.4' 2025-03-02 22:41:21 +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 Merge branch 'PHP-8.4' 2024-12-18 11:39:06 +00:00
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-02-24 07:15:08 +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 Merge branch 'PHP-8.3' into PHP-8.4 2024-12-06 17:44:01 +01:00
intl Merge branch 'PHP-8.4' 2025-02-02 13:39:13 +01:00
json ext/json: Refactor php_json_encode_serializable_object() to call method directly 2025-01-13 13:46:25 +00:00
ldap Use pkg-config for ext/ldap without a directory (#17441) 2025-02-28 14:39:31 -04:00
libxml Address more Clang warnings (GH-17506) 2025-01-21 20:05:29 +01:00
mbstring Avoid unnecessary string refcounting in ext/mbstring (#17892) 2025-02-23 00:23:53 +01:00
mysqli Merge branch 'PHP-8.4' 2025-03-05 10:20:34 -04:00
mysqlnd Address more Clang warnings (GH-17506) 2025-01-21 20:05:29 +01:00
odbc Merge branch 'PHP-8.4' 2024-11-27 23:06:34 +01:00
opcache Merge branch 'PHP-8.4' 2025-03-03 23:48:30 +03:00
openssl Merge branch 'PHP-8.4' 2025-02-28 14:52:37 +01:00
pcntl Merge branch 'PHP-8.4' 2025-01-15 20:37:19 +00:00
pcre Avoid unnecessary string refcounting in ext/pcre (#17893) 2025-02-23 00:23:39 +01:00
pdo ext/pdo: Pack _pdo_dbh_t struct (#17741) 2025-03-04 22:10:16 +00:00
pdo_dblib
pdo_firebird Avoid string copies for date/time format in firebird (#17902) 2025-02-23 14:14:42 +01: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 Merge branch 'PHP-8.4' 2025-02-23 16:36:06 +01:00
pgsql ext/pgsql: Use new php_streams fast ZPP specifier 2025-03-03 18:08:23 +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 Drop superfluous readline test skip conditions 2024-12-16 14:31:28 +01:00
reflection Merge branch 'PHP-8.4' 2025-02-27 14:48:24 +01:00
session Merge branch 'PHP-8.4' 2025-01-24 14:10:12 +00:00
shmop
simplexml Merge branch 'PHP-8.4' 2025-03-02 22:41:21 +01:00
skeleton [skip-ci] Removed wrapping comments (#16894) 2024-11-24 00:57:09 +00:00
snmp Merge branch 'PHP-8.4' 2025-03-02 22:41:21 +01:00
soap ext/soap: Don't call readfile() userland function (#17432) 2025-01-15 14:37:44 +00:00
sockets Merge branch 'PHP-8.4' 2025-02-25 21:56:01 +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-02 22:41:21 +01:00
sqlite3 Remove pointless call to zval_ptr_dtor() in sqlite3 (#17906) 2025-02-23 21:04:47 +01:00
standard ext/standard: Use new php_streams fast ZPP specifier 2025-03-03 18:08:23 +00:00
sysvmsg
sysvsem
sysvshm
tidy
tokenizer
xml Merge branch 'PHP-8.3' into PHP-8.4 2024-12-27 15:54:37 +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 [skip-ci] Removed wrapping comments (#16894) 2024-11-24 00:57:09 +00:00