php-src/ext
Stanislav Malyshev 76637017ac
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
  Fix #80852: Stack-overflow when json_encode()'ing SimpleXMLElement
2021-04-26 20:50:15 -07:00
..
bcmath Fix test 2019-12-16 10:32:49 -08:00
bz2 Fix #75776: Flushing streams with compression filter is broken 2021-02-22 15:28:46 +01:00
calendar Merge branch 'PHP-7.3' into PHP-7.4 2020-10-07 13:25:11 +02:00
com_dotnet Merge branch 'PHP-7.3' into PHP-7.4 2020-10-26 11:54:45 +01:00
ctype
curl Add missing derefs in CurlFile 2021-02-02 10:31:16 +01:00
date Revert "Updated to version 2021.1 (2021a)" 2021-02-01 13:41:32 +01:00
dba Fix #80817: dba_popen() may cause segfault during RSHUTDOWN 2021-03-15 18:37:44 +01:00
dom Fix #66783: UAF when appending DOMDocument to element 2021-03-17 12:37:18 +01:00
enchant Merge branch 'PHP-7.3' into PHP-7.4 2020-02-28 15:44:52 +01:00
exif Merge branch 'PHP-7.3' into PHP-7.4 2020-08-31 09:32:55 +02:00
ffi Fix bug79177.phpt wrt. JIT 2020-10-30 15:47:18 +01:00
fileinfo Fix #77961: finfo_open crafted magic parsing SIGABRT 2020-11-24 14:01:15 +01:00
filter Merge branch 'PHP-7.3' into PHP-7.4 2021-01-26 22:55:10 -08:00
ftp Fix #80901: Info leak in ftp extension 2021-04-26 15:07:08 +02:00
gd Merge branch 'PHP-7.3' into PHP-7.4 2020-08-24 17:36:50 +02:00
gettext Merge branch 'PHP-7.3' into PHP-7.4 2020-08-07 14:37:43 +02:00
gmp Merge branch 'PHP-7.3' into PHP-7.4 2020-10-15 10:16:56 +02:00
hash Apply tidy formatting 2020-02-03 13:41:31 +01:00
iconv Merge branch 'PHP-7.3' into PHP-7.4 2020-10-09 15:24:53 +02:00
imap Fix bug 76618 2020-10-22 17:05:07 +01:00
intl Fix #80763: msgfmt_format() does not accept DateTime references 2021-02-17 17:26:48 +01:00
json Optimize creation of empty arrays in json_decode 2019-10-30 11:06:46 +01:00
ldap fix memory leaks in ext/ldap/ldap.c 2020-07-28 10:27:22 +02:00
libxml Fix #73533: Invalid memory access in php_libxml_xmlCheckUTF8 2021-03-24 11:50:50 +01:00
mbstring Revert "Fix out-of-bounds write" 2020-10-26 15:40:12 +01:00
mysqli Fix bug #80837 2021-03-15 14:38:09 +01:00
mysqlnd Fix bug #80837 2021-03-15 14:38:09 +01:00
oci8 Update year to 2021 2021-02-02 16:46:16 +01:00
odbc Merge branch 'PHP-7.3' into PHP-7.4 2020-10-29 13:09:19 +01:00
opcache Fixed bug #80900 2021-04-14 00:07:32 +08:00
openssl Use ServerClientTestCase in a test for default_socket_timeout=-1 2021-03-21 21:19:40 +00:00
pcntl Fix #79812: Potential integer overflow in pcntl_exec() 2021-04-12 12:12:40 +02:00
pcre Fix locale switch back to C in pcre 2021-03-18 10:48:43 +01:00
pdo Fixed bug #66528 2020-10-28 12:18:02 +01:00
pdo_dblib Fix typo 2019-09-09 14:24:26 +02:00
pdo_firebird Apply tidy formatting 2020-02-03 13:41:31 +01:00
pdo_mysql Drop pdo_mysql_prepare_load_data.phpt 2020-12-14 18:26:12 +01:00
pdo_oci Merge branch 'PHP-7.3' into PHP-7.4 2020-08-31 11:08:26 +02:00
pdo_odbc Improve fix for #80783 2021-04-08 15:28:03 +02:00
pdo_pgsql Fix #80892: PDO::PARAM_INT is treated the same as PDO::PARAM_STR 2021-04-12 08:03:07 +02:00
pdo_sqlite Merge branch 'PHP-7.3' into PHP-7.4 2020-08-31 11:08:26 +02:00
pgsql Fix php_pgsql_fd_cast() wrt. php_stream_can_cast() 2021-04-20 18:29:12 +02:00
phar Fix #80960: opendir() warning wrong info when failed on Windows 2021-04-19 16:12:22 +02:00
posix Fix gidlist allocation leak on error 2021-04-11 10:37:40 +02:00
pspell Set up asan+ubsan scheduled build on azure 2019-06-28 15:00:54 +02:00
readline Avoid modifying the return value of readline_completion_function() 2021-01-07 13:46:09 +01:00
reflection Fix memleak on ReflectionFunction and ReflectionGenerator classes when calling __construct after instantiation 2021-02-25 20:53:14 +00:00
session Properly initialize PS(mod) on RINIT 2021-03-23 13:12:19 +01:00
shmop Fix brittle shmop test 2020-05-13 23:25:28 +02:00
simplexml Merge branch 'PHP-7.3' into PHP-7.4 2021-04-26 20:50:15 -07:00
skeleton
snmp Merge branch 'PHP-7.3' into PHP-7.4 2020-11-02 11:39:42 +01:00
soap Fix #69668: SOAP special XML characters in namespace URIs not encoded 2021-03-29 14:17:55 +02:00
sockets Avoid socket path clash in test 2020-08-26 12:11:22 +02:00
sodium Merge branch 'PHP-7.3' into PHP-7.4 2020-08-14 15:52:15 +02:00
spl Fix #80933: SplFileObject::DROP_NEW_LINE is broken for NUL and CR 2021-04-13 16:49:06 +02:00
sqlite3 sqlite3 linkage issue on some systems/package combination fix. 2020-08-21 15:45:51 +02:00
standard Fix #80960: opendir() warning wrong info when failed on Windows 2021-04-19 16:12:22 +02:00
sysvmsg
sysvsem
sysvshm
tidy Fix #77594: ob_tidyhandler is never reset 2020-11-22 14:02:29 +01:00
tokenizer Fix handling of overflowing invalid octal in tokenizer 2019-10-14 16:36:27 +02:00
xml Merge branch 'PHP-7.3' into PHP-7.4 2020-08-10 12:25:26 +02:00
xmlreader
xmlrpc
xmlwriter Merge branch 'PHP-7.3' into PHP-7.4 2020-02-03 23:33:20 +01:00
xsl Merge branch 'PHP-7.3' into PHP-7.4 2020-01-30 13:06:25 +01:00
zend_test Fix bug79177.phpt wrt. JIT 2020-10-30 15:47:18 +01:00
zip Fix #80648: Fix for bug 79296 should be based on runtime version 2021-01-20 16:20:13 +01:00
zlib Export gzfwrite() 2021-04-26 12:09:31 +02:00
ext_skel.php Apply tidy formatting 2020-02-03 13:41:31 +01:00