php-src/ext
Christoph M. Becker 3244e0785d
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4:
  Fix #81252: PDO_ODBC doesn't account for SQL_NO_TOTAL
2021-07-28 10:53:27 +02:00
..
bcmath Merge branch 'PHP-7.4' into PHP-8.0 2021-07-16 15:56:15 +02:00
bz2 Merge branch 'PHP-7.4' into PHP-8.0 2021-06-08 15:38:57 +02:00
calendar
com_dotnet Add missing stub for com_exception 2021-01-24 16:06:49 +01:00
ctype
curl Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
date Merge branch 'PHP-7.4' into PHP-8.0 2021-07-19 15:08:09 +01:00
dba Merge branch 'PHP-7.4' into PHP-8.0 2021-05-28 23:24:55 +02:00
dom dom_import_simplexml() cannot return null 2021-07-21 11:13:37 +02:00
enchant Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
exif
ffi XFAIL on WIN64 because of problem in libffi 2021-03-24 13:57:31 +01:00
fileinfo Fixed bug #80197 2021-06-14 10:59:13 +02:00
filter Fix warning 2021-06-28 14:41:33 +02:00
ftp Revert "Remove no longer used "log_errors_max_len" ini directive (#6838)" 2021-05-08 20:54:53 +02:00
gd Fix some imagecolor*() return types 2021-05-24 14:19:29 +02:00
gettext Fix #53251: bindtextdomain with null dir doesn't return old value 2021-01-25 15:44:14 +01:00
gmp Fix bug #81119 2021-06-10 14:47:36 +02:00
hash
iconv
imap Merge branch 'PHP-7.4' into PHP-8.0 2021-04-27 10:10:55 +02:00
intl Backport some intl stub changes from master 2021-07-14 11:55:12 +02:00
json Merge branch 'PHP-7.4' into PHP-8.0 2021-07-20 00:28:27 +02:00
ldap Fix ldap_next_entry() parameter name 2021-03-16 09:31:46 +01:00
libxml Try to fix libxml 2.9.12 tests 2021-06-02 12:21:45 +02:00
mbstring Merge branch 'PHP-7.4' into PHP-8.0 2021-05-04 18:39:39 +02:00
mysqli Merge branch 'PHP-7.4' into PHP-8.0 2021-07-27 11:56:14 +01:00
mysqlnd Merge branch 'PHP-7.4' into PHP-8.0 2021-07-27 11:56:14 +01:00
oci8 Fixed bug #81088 error in regression test for oci_fetch_object() and oci_fetch_array() 2021-05-28 17:56:51 +02:00
odbc Merge branch 'PHP-7.4' into PHP-8.0 2021-04-27 22:23:06 +02:00
opcache Fixed typo 2021-07-22 16:14:26 +03:00
openssl Merge branch 'PHP-7.4' into PHP-8.0 2021-07-01 15:43:52 +02:00
pcntl Merge branch 'PHP-7.4' into PHP-8.0 2021-04-12 12:15:07 +02:00
pcre Merge branch 'PHP-7.4' into PHP-8.0 2021-07-12 18:35:49 +02:00
pdo Fix the signature of PDOStatement::fetchObject() 2021-05-05 16:48:22 +02:00
pdo_dblib
pdo_firebird Merge branch 'PHP-7.4' into PHP-8.0 2021-06-27 21:39:23 -07:00
pdo_mysql Merge branch 'PHP-7.4' into PHP-8.0 2021-05-14 11:59:36 +01:00
pdo_oci Fix PDO_OCI test 2020-12-24 17:48:39 +11:00
pdo_odbc Merge branch 'PHP-7.4' into PHP-8.0 2021-07-28 10:53:27 +02:00
pdo_pgsql Merge branch 'PHP-7.4' into PHP-8.0 2021-04-29 12:05:49 +02:00
pdo_sqlite Handle column count change in PDO MySQL 2020-12-08 16:41:35 +01:00
pgsql Fix pg_get_notify() parameter name 2021-04-26 19:37:41 +02:00
phar Duplicate possibly persistent string in phar metadata clone 2021-07-20 16:24:00 +02:00
posix Merge branch 'PHP-7.4' into PHP-8.0 2021-04-11 10:38:07 +02:00
pspell
readline fix bug #72998 2021-06-03 10:33:10 +02:00
reflection Fixed bug #81208 2021-07-01 13:36:57 +02:00
session Fix session test 2021-05-28 09:45:06 +02:00
shmop Merge branch 'PHP-7.4' into PHP-8.0 2021-07-23 17:49:56 +02:00
simplexml SimpleXMLElement::addAttribute() is a void function 2021-05-22 22:28:34 +02:00
skeleton
snmp Fix the return types in ext/snmp (#7068) 2021-05-28 12:34:46 +02:00
soap Merge branch 'PHP-7.4' into PHP-8.0 2021-03-29 14:19:39 +02:00
sockets Use SOL_TCP instead of getprotobyname() in tests 2021-05-07 14:55:18 +02:00
sodium Correct the argument names for ext/sodium functions 2021-05-10 17:22:02 +02:00
spl Fix some more ext/spl return types 2021-07-15 16:40:29 +02:00
sqlite3 SQLite3::query() cannot return null 2021-01-04 12:13:06 +01:00
standard Merge branch 'PHP-7.4' into PHP-8.0 2021-07-27 12:14:22 +02:00
sysvmsg Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
sysvsem Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
sysvshm Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
tidy
tokenizer Fixed bug #80462 2020-12-02 10:19:32 +01:00
xml Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
xmlreader Merge branch 'PHP-7.4' into PHP-8.0 2021-05-03 12:29:24 +02:00
xmlwriter
xsl
zend_test Fixed bug #80847 (CData structs with fields of type struct can't be passed as C function argument) 2021-03-17 09:55:20 +03:00
zip zip extension is now 1.19.3 2021-06-07 12:10:01 +02:00
zlib Merge branch 'PHP-7.4' into PHP-8.0 2021-04-26 12:12:04 +02:00
ext_skel.php