php-src/ext
2025-04-20 12:18:15 +02:00
..
bcmath ext/bcmath: Use const qualifiers appropriately (#18284) 2025-04-11 12:39:31 +09:00
bz2 streams: Indicate which argument fails the stream ZPP check 2025-03-24 22:54:34 +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: add tests for CURLOPT_INFILESIZE(_LARGE) 2025-04-09 14:12:14 +07:00
date Merge branch 'PHP-8.4' 2025-04-11 23:36:42 +02:00
dba Merge branch 'PHP-8.4' 2025-04-05 18:33:12 +01:00
dl_test Merge branch 'PHP-8.4' 2025-03-14 10:51:50 +01:00
dom DOM/XPath: Use RETURN_NEW_STR 2025-04-19 18:00:00 +02:00
enchant ext/enchant: Remove useless char* casts 2025-03-25 06:59:57 +00:00
exif Add OffsetTime* Exif tags 2025-04-07 18:47:06 +02:00
ffi ext/ffi: Add comment about why a function was manually optimized 2025-03-31 17:03:48 +01:00
fileinfo Fixed GH-18267 finfo_file() crashing on invalid URL protocol. (#18269) 2025-04-08 22:43:11 +01:00
filter Merge branch 'PHP-8.4' 2025-04-11 23:36:42 +02:00
ftp ext/ftp: Remove output field of ftpbuf_t struct 2025-04-03 22:47:13 +01:00
gd ext/gd: imagefilter* using overflow checks. (#18283) 2025-04-19 16:27:14 +01:00
gettext Fix GH-17400: bindtextdomain segfault with UTF-16 domain value. 2025-01-09 13:45:59 +00:00
gmp Don't evaluate GMP comparison multiple times (#18321) 2025-04-14 11:19:14 +02:00
hash ext/hash: Use new php_streams fast ZPP specifier 2025-03-03 18:08:23 +00:00
iconv ext/iconv: Use RETURN_BOOL() instead of if/else 2025-04-14 10:15:55 +01:00
intl Use pre-allocated array sizes and packed where possible in intl 2025-04-20 12:18:15 +02:00
json Merge branch 'PHP-8.4' 2025-03-08 12:27:56 +01:00
ldap Merge branch 'PHP-8.4' 2025-04-16 11:41:33 +02:00
libxml Merge branch 'PHP-8.4' 2025-04-07 13:01:52 +01:00
mbstring Remove unused strcasecmp definition (#17050) 2025-03-21 18:30:22 +01:00
mysqli Merge branch 'PHP-8.4' 2025-03-16 14:26:38 +01:00
mysqlnd Drop unused variables (#18023) 2025-04-19 13:26:09 +01:00
odbc
opcache Pass opline as argument to opcode handlers in CALL VM 2025-04-15 18:51:54 +02:00
openssl Merge branch 'PHP-8.4' 2025-04-11 21:04:24 +02:00
pcntl Merge branch 'PHP-8.4' 2025-01-15 20:37:19 +00:00
pcre Remove PCRE2_EXTRA_ALLOW_LOOKAROUND_BSK from pcre compile options 2025-03-31 20:01:45 +02:00
pdo Merge branch 'PHP-8.4' 2025-04-11 23:36:42 +02:00
pdo_dblib
pdo_firebird Merge branch 'PHP-8.4' 2025-04-19 14:11:35 +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 ext/pdo_pgsql: updating copy from according to pgsql extension workflow. (#18175) 2025-03-28 18:24:45 +00:00
pdo_sqlite Implement GH-17321: Add setAuthorizer to Pdo\Sqlite (#17905) 2025-04-18 00:34:46 +02:00
pgsql ext/pgsql: adding pg_service() alongside other connection infos. 2025-03-30 21:45:16 +01: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 Zend: Add MUTABLE zend_type foreach macros and const qualifiers 2025-04-07 12:52:40 +01:00
session [skip ci] Remove wrappers comments in session ext (#18017) 2025-03-13 12:14:31 +00:00
shmop
simplexml Merge branch 'PHP-8.4' 2025-04-11 23:57:03 +02:00
skeleton
snmp Merge branch 'PHP-8.4' 2025-04-11 23:36:42 +02:00
soap Merge branch 'PHP-8.4' 2025-03-21 08:26:04 +01:00
sockets streams: Indicate which argument fails the stream ZPP check 2025-03-24 22:54:34 +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-04-14 14:11:40 +02:00
sqlite3 Remove pointless call to zval_ptr_dtor() in sqlite3 (#17906) 2025-02-23 21:04:47 +01:00
standard sapi/litespeed and ext/standard: Fix few build warnings. (#18265) 2025-04-19 10:18:53 +01:00
sysvmsg
sysvsem
sysvshm
tidy
tokenizer Add (void) cast 2025-03-24 19:35:30 +01:00
xml Minor improvements to ext/xml memory management (#18071) 2025-03-15 14:40:39 +01:00
xmlreader Merge branch 'PHP-8.4' 2025-04-11 23:36:42 +02:00
xmlwriter ext/standard/file: clarify fclose() warning 2025-03-24 22:54:34 +00:00
xsl Merge branch 'PHP-8.4' 2025-02-22 16:00:45 +01:00
zend_test ext/standard: Remove #[\NoDiscard] from flock() (#18255) 2025-04-08 14:23:03 +02:00
zip Merge branch 'PHP-8.4' 2025-04-16 10:46:23 +02:00
zlib streams: Indicate which argument fails the stream ZPP check 2025-03-24 22:54:34 +00:00
ext_skel.php