php-src/ext
Peter Kokot fffe642d67
Remove HAVE_PTRDIFF_T and SIZEOF_PTRDIFF_T (#18968)
The ptrdiff_t is a C89 standard type defined in `<stddef.h>` and widely
available on current platforms. Using it conditionally as in these
occurrences is not needed anymore.
2025-06-28 20:16:12 +02:00
..
bcmath ext/bcmath: use vector in compare (#18859) 2025-06-21 01:34:42 +09:00
bz2 ext/bz2: Remove bool type coercions in tests 2025-06-21 22:19:19 +02:00
calendar ext/calendar: Remove ZPP test 2025-06-23 13:58:19 +02:00
com_dotnet Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667) 2025-06-22 14:35:28 -07:00
ctype
curl Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07:00
date ext/date: Fix tests (#18891) 2025-06-26 22:38:08 +02:00
dba Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667) 2025-06-22 14:35:28 -07:00
dl_test Merge branch 'PHP-8.4' 2025-03-14 10:51:50 +01:00
dom Add support for ParentNode::$children (#18908) 2025-06-27 09:03:50 +02:00
enchant Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07:00
exif ext/exif: Remove bool type coercions in tests 2025-06-21 22:19:28 +02:00
ffi Use win32 glob implementation on all platforms (#18164) 2025-05-20 16:20:59 -03:00
fileinfo Fix misplaced endif in apprentice_sort() (#18686) 2025-05-29 12:04:07 +02:00
filter Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07:00
ftp ext/ftp: Remove output field of ftpbuf_t struct 2025-04-03 22:47:13 +01:00
gd Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667) 2025-06-22 14:35:28 -07:00
gettext ext/gettext: fixed typo in config.m4 (#18790) 2025-06-07 07:31:51 +01:00
gmp ext/gmp: Remove bool type coercions in tests 2025-06-21 22:19:37 +02:00
hash Autotools: Enable tsrmls cache in hash extension on big endian (#15303) 2025-06-22 16:03:55 +02:00
iconv Merge branch 'PHP-8.4' 2025-06-18 20:47:40 +02:00
intl Remove HAVE_PTRDIFF_T and SIZEOF_PTRDIFF_T (#18968) 2025-06-28 20:16:12 +02:00
json Merge branch 'PHP-8.4' 2025-03-08 12:27:56 +01:00
ldap Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667) 2025-06-22 14:35:28 -07:00
lexbor Sync to lexbor/lexbor@0eac579f (#18882) 2025-06-19 21:18:18 +02:00
libxml Remove custom UTF-8 check function from ext/libxml 2025-05-30 10:40:23 +02:00
mbstring ext/mbstring: Remove ZPP tests 2025-06-23 13:58:31 +02:00
mysqli ext/mysqli: Get rid of calls to strcpy (#18970) 2025-06-28 14:04:39 +02:00
mysqlnd ext/mysqlnd/mysqlnd_auth.c: Add error handling for invalid public key size (#18663) 2025-06-02 11:55:25 +02:00
odbc Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667) 2025-06-22 14:35:28 -07:00
opcache RFC: Turn clone() into a function (#18919) 2025-06-24 20:14:40 +02:00
openssl Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667) 2025-06-22 14:35:28 -07:00
pcntl Merge branch 'PHP-8.4' 2025-06-27 15:47:36 +02:00
pcre Add HAVE_MEMMOVE to ext/pcre (#18862) 2025-06-19 21:49:36 +02:00
pdo Use cheaper functions to get member name in PDO (#18769) 2025-06-05 17:46:56 +02:00
pdo_dblib pdo_dblib: Use stack local array instead of heap allocation (#18801) 2025-06-09 11:13:46 +02:00
pdo_firebird Merge branch 'PHP-8.4' 2025-04-19 14:11:35 +09:00
pdo_mysql Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667) 2025-06-22 14:35:28 -07:00
pdo_odbc Merge branch 'PHP-8.4' 2025-06-09 11:26:27 +02:00
pdo_pgsql Revert "ext/pdo_pgsql: Delete unused constants" 2025-06-06 14:45:59 +01:00
pdo_sqlite Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667) 2025-06-22 14:35:28 -07:00
pgsql Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07:00
phar Remove non-existing INI directive detect_unicode (#18909) 2025-06-23 23:44:20 +02:00
posix ext/posix: Remove ZPP tests 2025-06-23 14:30:08 +02:00
random Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07:00
readline Merge branch 'PHP-8.4' 2025-05-24 20:39:59 +02:00
reflection Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07:00
session ext/session: Remove bool type coercions in tests 2025-06-23 14:57:13 +02:00
shmop
simplexml ext/simplexml: Remove bool type coercions in tests 2025-06-23 14:57:05 +02:00
skeleton
snmp Remove always-false intern checks (#18433) 2025-04-26 14:11:37 +02:00
soap Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07:00
sockets ext/sockets: Remove bool type coercions in tests 2025-06-23 14:56:53 +02:00
sodium Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667) 2025-06-22 14:35:28 -07:00
spl ext/spl: Remove bool type coercions in tests 2025-06-21 22:18:52 +02:00
sqlite3 sqlite3: Split off column name cache generation 2025-06-24 22:09:54 +02:00
standard Replace @deprecated with #[\Deprecated] for internal constants (#18780) 2025-06-26 11:27:15 -07:00
sysvmsg
sysvsem
sysvshm
tidy Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667) 2025-06-22 14:35:28 -07:00
tokenizer RFC: Pipe operator (#17118) 2025-06-10 09:59:43 +02:00
uri ext/uri: Remove bool type coercions in tests (#18921) 2025-06-23 13:49:20 +01:00
xml tree-wide: Remove stacktraces from tests testing throwing clones (#18748) 2025-06-03 20:08:47 +02:00
xmlreader tree-wide: Remove stacktraces from tests testing throwing clones (#18748) 2025-06-03 20:08:47 +02:00
xmlwriter ext/standard/file: clarify fclose() warning 2025-03-24 22:54:34 +00:00
xsl Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667) 2025-06-22 14:35:28 -07:00
zend_test Merge branch 'PHP-8.4' 2025-06-09 11:26:27 +02:00
zip Generated arginfo headers: combine preprocessor conditional blocks (2) (#18667) 2025-06-22 14:35:28 -07:00
zlib ext/zlib: Refactor tests (#18887) 2025-06-21 18:03:50 +01:00
ext_skel.php