php-src/ext
Niels Dossche 1684c52a88
Fix GlobIterator without constructor breaks count() (#18314)
As reported by OpenAI AARDVARK.
2025-04-12 09:59:56 +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 Merge branch 'PHP-8.4' 2025-04-11 23:36:42 +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: Move FREETYPE defines into the ifdef 2025-04-05 18:12:21 +01: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_result type instead of int type 2025-04-11 22:53:20 +01:00
hash ext/hash: Use new php_streams fast ZPP specifier 2025-03-03 18:08:23 +00:00
iconv
intl ext/intl: Add NumberFormatter::CURRENCY_ISO, PLURAL, STANDARD and CASH_CURRENCY 2025-04-09 05:39:20 +07:00
json Merge branch 'PHP-8.4' 2025-03-08 12:27:56 +01:00
ldap Merge branch 'PHP-8.4' 2025-04-10 17:14:21 +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 mysqlnd: Make st_mysqlnd_stats.values a dynamic struct member (#18246) 2025-04-06 18:56:57 +02:00
odbc
opcache Merge branch 'PHP-8.4' 2025-04-11 17:54:35 +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-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 ext/pdo_pgsql: updating copy from according to pgsql extension workflow. (#18175) 2025-03-28 18:24:45 +00:00
pdo_sqlite Merge branch 'PHP-8.4' 2025-03-20 23:14:37 +01: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 Fix GlobIterator without constructor breaks count() (#18314) 2025-04-12 09:59:56 +02:00
sqlite3 Remove pointless call to zval_ptr_dtor() in sqlite3 (#17906) 2025-02-23 21:04:47 +01:00
standard ext/standard: Remove #[\NoDiscard] from flock() (#18255) 2025-04-08 14:23:03 +02: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-11 23:36:42 +02:00
zlib streams: Indicate which argument fails the stream ZPP check 2025-03-24 22:54:34 +00:00
ext_skel.php