php-src/ext
Niels Dossche aef5250eae Merge branch 'PHP-8.2'
* PHP-8.2:
  Add missing error check on PEM_write_bio_PKCS7()
  Add missing error check on PEM_write_bio_CMS()
  Add missing error check on i2d_PKCS12_bio()
  Add missing error checks on EVP_MD_CTX_create() and EVP_VerifyInit()
2023-03-05 22:16:23 +01:00
..
bcmath Fix GCC 12 compiler warnings (#10713) 2023-02-28 14:21:01 +00:00
bz2 Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
calendar
com_dotnet Fix GH-10489: run-tests.php does not escape path when building cmd (#10560) 2023-02-25 14:02:06 +00:00
ctype Merge branch 'PHP-8.1' into PHP-8.2 2022-10-27 14:42:17 +01:00
curl Merge branch 'PHP-8.2' 2023-02-24 14:33:47 +00:00
date ext: make various internal functions static (#10650) 2023-02-21 15:51:41 +00:00
dba Fix GCC 12 compiler warnings (#10713) 2023-02-28 14:21:01 +00:00
dl_test Merge branch 'PHP-8.2' 2022-09-07 17:41:10 +02:00
dom Change DOMCharacterData::appendData return type to true (#10690) 2023-02-25 21:42:10 +00:00
enchant Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
exif Fix GCC 12 compiler warnings (#10713) 2023-02-28 14:21:01 +00:00
ffi zend_compiler, ...: use uint8_t instead of zend_uchar (#10621) 2023-02-23 14:56:54 +00:00
fileinfo Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
filter Merge branch 'PHP-8.2' 2022-10-27 14:42:40 +01:00
ftp Merge branch 'PHP-8.2' 2023-03-03 21:12:27 +00:00
gd Merge branch 'PHP-8.2' 2023-03-01 23:05:24 +01:00
gettext
gmp zend_compiler, ...: use uint8_t instead of zend_uchar (#10621) 2023-02-23 14:56:54 +00:00
hash Merge branch 'PHP-8.2' 2023-02-25 14:36:56 +00:00
iconv Mark constant static arrays in function bodies actually as const (#10325) 2023-01-15 14:51:31 +00:00
imap Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
intl Fix GH-10727: Spoofchecker constant updates. 2023-02-28 12:27:38 +00:00
json Merge branch 'PHP-8.2' 2023-02-17 16:40:14 +00:00
ldap Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
libxml ext: make various internal functions static (#10650) 2023-02-21 15:51:41 +00:00
mbstring Fix failure of AVX2-accelerated mb_check_encoding on 32-bit MS Windows 2023-03-04 20:42:41 +02:00
mysqli Fix GCC 12 compiler warnings (#10713) 2023-02-28 14:21:01 +00:00
mysqlnd Fix GCC 12 compiler warnings (#10713) 2023-02-28 14:21:01 +00:00
oci8 [skip ci] Update year to 2023 (#10374) 2023-01-19 12:01:29 +01:00
odbc Merge branch 'PHP-8.2' 2022-09-06 10:42:34 +01:00
opcache Fix -Wmaybe-uninitialized warning in JIT 2023-03-05 21:35:22 +01:00
openssl Merge branch 'PHP-8.2' 2023-03-05 22:16:23 +01:00
pcntl Merge branch 'PHP-8.2' 2023-03-03 11:56:34 +01:00
pcre Remove pcre_get_compiled_regex_ex() (#10354) 2023-01-18 14:28:19 +00:00
pdo Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
pdo_dblib Use php_info_print_table_header for actual column headers only (#9485) 2022-09-06 08:48:22 +02:00
pdo_firebird Merge branch 'PHP-8.2' 2022-11-30 12:13:36 +01:00
pdo_mysql Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
pdo_oci Merge branch 'PHP-8.2' 2023-02-07 09:32:45 -06:00
pdo_odbc Merge branch 'PHP-8.2' 2022-10-19 11:37:30 +02:00
pdo_pgsql Revert GH-10220 2023-01-16 12:27:33 +01:00
pdo_sqlite Merge branch 'PHP-8.2' 2023-03-01 13:25:34 +01:00
pgsql Merge branch 'PHP-8.2' 2023-02-24 14:33:47 +00:00
phar Merge branch 'PHP-8.2' 2023-03-05 22:16:23 +01:00
posix posix: fix misuse of bool (invalid code in c23) 2023-02-13 19:40:03 +00:00
pspell Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
random random: Convert php_random_(bytes|int)_(silent|throw) into inline functions (#10763) 2023-03-04 03:33:22 +00:00
readline Use php_info_print_table_header for actual column headers only (#9485) 2022-09-06 08:48:22 +02:00
reflection Merge branch 'PHP-8.2' 2023-02-23 23:28:31 +01:00
session 3 minor cleanups in ext/session (#10722) 2023-02-28 12:29:40 +01:00
shmop Revert GH-10220 2023-01-16 12:27:33 +01:00
simplexml Fix GH-10489: run-tests.php does not escape path when building cmd (#10560) 2023-02-25 14:02:06 +00:00
skeleton Merge branch 'PHP-8.2' 2022-09-07 17:41:10 +02:00
snmp ext/snmp: use memcpy() instead of memmove() (#10498) 2023-02-05 15:10:01 +00:00
soap Fix GCC 12 compiler warnings (#10713) 2023-02-28 14:21:01 +00:00
sockets ext/sockets: add TCP_REPAIR to silently close a connection. 2023-02-27 22:56:06 +00:00
sodium Remove unnecessary usage of CONST_CS 2022-11-28 17:12:07 +01:00
spl Use zend_result in ext/spl where appropriate (#10734) 2023-03-01 18:58:17 +01:00
sqlite3 ext: make various internal functions static (#10650) 2023-02-21 15:51:41 +00:00
standard [skip ci] fix typo in comment 2023-03-05 21:28:50 +01:00
sysvmsg Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
sysvsem Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
sysvshm Merge branch 'PHP-8.2' 2023-03-01 23:05:24 +01:00
tidy Merge branch 'PHP-8.1' into PHP-8.2 2023-02-21 14:32:52 +00:00
tokenizer Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
xml Improve handling of XML options 2023-02-26 14:34:39 +00:00
xmlreader Merge branch 'PHP-8.2' 2023-02-12 21:34:14 -07:00
xmlwriter Simplify checks and returns in ext/xmlwriter (#10701) 2023-02-26 14:07:55 +00:00
xsl Fix bug 69168: DomNode::getNodePath() returns invalid path 2023-01-19 14:06:41 +01:00
zend_test Merge branch 'PHP-8.2' 2023-03-01 13:25:34 +01:00
zip Fix GH-8329 Print true/false instead of bool in error and debug messages (#8385) 2023-01-23 10:52:14 +01:00
zlib Temporarily disable failing zlib tests on travis (#10738) 2023-03-01 02:19:29 +01:00
ext_skel.php