php-src/ext
Remi Collet 2e70a8945a
Merge branch 'PHP-8.4'
* PHP-8.4:
  NEWS
  NEWS
  Fix GH-18529: ldap no longer respects TLS_CACERT from ldaprc in ldap_start_tls() Regresion introduced in fix for GH-17776
2025-05-15 09:22:52 +02:00
..
bcmath ext/bcmath: Improving bcpow() performance (#18099) 2025-04-30 08:05:28 +09:00
bz2 streams: Indicate which argument fails the stream ZPP check 2025-03-24 22:54:34 +00:00
calendar ext/calendar: array optimisations. (#18388) 2025-04-21 20:49:21 +01:00
com_dotnet Improve COM ctor exception code for failing ProgIDs (GH-17673) 2025-02-14 17:44:43 +01:00
ctype
curl Merge branch 'PHP-8.4' 2025-05-02 21:33:02 +01:00
date ext/date: various array optimisations. (#18382) 2025-05-12 19:03:59 +01: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-05-04 12:58:07 +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 Merge branch 'PHP-8.4' 2025-04-24 11:28:47 +02: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: array supplied to user optimisations. (#18366) 2025-04-20 17:30:12 +01:00
gettext
gmp ext/gmp: Add GMP ECC test (#18363) 2025-05-05 14:10:29 +01:00
hash ext/hash: tests for md5 and sha1 compatibility (#18525) 2025-05-09 13:08:58 +01:00
iconv ext/iconv: Use RETURN_BOOL() instead of if/else 2025-04-14 10:15:55 +01:00
intl ext/intl: use RETURN_NEW_STR for intl_get*id_windows_id(). (#18501) 2025-05-04 21:44:39 +01:00
json Merge branch 'PHP-8.4' 2025-03-08 12:27:56 +01:00
ldap Merge branch 'PHP-8.4' 2025-05-15 09:22:52 +02:00
libxml ext/libxml: Get rid of useless php_libxml_func_handler abstraction 2025-04-26 13:57:17 +01:00
mbstring Remove unused strcasecmp definition (#17050) 2025-03-21 18:30:22 +01:00
mysqli Drop name from mysqli_prop_handler (#18498) 2025-05-05 12:36:26 +01:00
mysqlnd Drop unused variables (#18023) 2025-04-19 13:26:09 +01:00
odbc
opcache Merge branch 'PHP-8.4' 2025-05-14 12:30:36 +02:00
openssl Init OpenSSL libctx and use it for pkey (#18282) 2025-05-06 20:14:55 +02:00
pcntl ext/pcntl: pcntl_sigprocmask/pcntl_getcpuaffinity to packed arrays. (#18369) 2025-04-20 23:23:56 +01: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
pdo_odbc
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: globals data struct rework/size reduction (#18503) 2025-05-05 14:40:09 +01:00
phar Merge branch 'PHP-8.4' 2025-02-16 00:17:12 +01:00
posix Cleanup php_posix_group_to_array() (#18497) 2025-05-04 20:07:14 +02:00
random Use specialized functions/macros to reduce code size in ext/random (#18499) 2025-05-05 19:12:39 +02:00
readline
reflection [RFC] Add support for attributes on compile-time constants 2025-04-29 11:53:09 -07: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 Remove always-false intern checks (#18433) 2025-04-26 14:11:37 +02:00
soap Merge branch 'PHP-8.4' 2025-03-21 08:26:04 +01:00
sockets ext/sockets: using array optimisations. (#18367) 2025-04-20 19:34:11 +01:00
sodium
spl Merge branch 'PHP-8.4' 2025-04-25 20:06:24 +02:00
sqlite3 ext/sqlite3: querySingle amd fetchArray methods optimisations. (#18385) 2025-04-21 16:37:34 +01:00
standard standard: Remove php_std_date() C API (#18522) 2025-05-12 10:53:51 +02:00
sysvmsg
sysvsem
sysvshm
tidy ext/tidy: array optimisations, children node arrays as packed. (#18375) 2025-04-21 13:47:53 +01:00
tokenizer Add (void) cast 2025-03-24 19:35:30 +01:00
xml Merge branch 'PHP-8.4' 2025-04-23 22:10:13 +02: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 Merge branch 'PHP-8.4' 2025-05-09 13:33:58 +02:00
zip Merge branch 'PHP-8.4' 2025-05-07 14:24:22 +02:00
zlib zlib: use zend_string_{extend,truncate} over *_realloc (#18462) 2025-04-30 08:18:04 -06:00
ext_skel.php