php-src/ext
Christoph M. Becker 13c9572a79 Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
  Fix #78221: DOMNode::normalize() doesn't remove empty text nodes
2020-04-07 13:07:33 +02:00
..
bcmath Fix test 2019-12-16 10:32:49 -08:00
bz2 Add the last missing SKIPIF 2019-09-04 08:53:35 +02:00
calendar Merge branch 'PHP-7.3' into PHP-7.4 2020-01-11 06:16:03 +14:00
com_dotnet Merge branch 'PHP-7.3' into PHP-7.4 2020-03-26 23:15:55 +01:00
ctype
curl Merge branch 'PHP-7.3' into PHP-7.4 2020-03-12 11:27:45 +01:00
date Fix #74940: DateTimeZone loose comparison always true 2020-03-30 09:03:40 +02:00
dba Merge branch 'PHP-7.3' into PHP-7.4 2020-01-03 18:51:07 +01:00
dom Merge branch 'PHP-7.3' into PHP-7.4 2020-04-07 13:07:33 +02:00
enchant Merge branch 'PHP-7.3' into PHP-7.4 2020-02-28 15:44:52 +01:00
exif Fix test 2020-03-16 22:40:48 -07:00
ffi Explicitly declare the char as signed in zend_ffi_val. 2020-03-26 10:28:38 +03:00
fileinfo Fix #79283: Segfault in libmagic patch contains a buffer overflow 2020-03-16 22:40:48 -07:00
filter Deprecate FILTER_SANITIZE_MAGIC_QUOTES 2019-07-22 11:39:52 +02:00
ftp Fix bug #79112: IMAP can't find OpenSSL during configure 2020-01-20 09:59:27 +01:00
gd Merge branch 'PHP-7.3' into PHP-7.4 2020-01-06 10:38:22 +01:00
gettext
gmp Fixed bug #78574 (broken shared build) 2019-09-20 13:30:13 +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-03-23 14:13:42 +01:00
imap Fix bug #79112: IMAP can't find OpenSSL during configure 2020-01-20 09:59:27 +01:00
intl Use type-checked ref assignment in UConverter 2020-02-28 10:21:50 +01:00
json Optimize creation of empty arrays in json_decode 2019-10-30 11:06:46 +01:00
ldap Fix miscellaneous typos in docs 2019-10-19 19:19:28 +02:00
libxml Merge branch 'PHP-7.3' into PHP-7.4 2020-02-03 23:33:20 +01:00
mbstring Merge branch 'PHP-7.3' into PHP-7.4 2020-04-03 22:10:56 +02:00
mysqli Merge branch 'PHP-7.3' into PHP-7.4 2020-03-23 16:23:33 +01:00
mysqlnd Merge branch 'PHP-7.3' into PHP-7.4 2020-04-03 10:06:09 +02:00
oci8
odbc Merge branch 'PHP-7.3' into PHP-7.4 2019-08-28 17:58:35 +02:00
opcache Merge branch 'PHP-7.3' into PHP-7.4 2020-04-01 14:22:27 +02:00
openssl Enable error diagnostic for check_default_conf_path.phpt 2020-04-01 19:20:35 +02:00
pcntl Merge branch 'PHP-7.3' into PHP-7.4 2019-12-20 11:02:57 +01:00
pcre this test needs json 2020-03-03 13:06:31 +01:00
pdo Fix borked SKIPIFs 2019-09-30 17:51:41 +02: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 Apply tidy formatting 2020-02-03 13:41:31 +01:00
pdo_oci Fix double free of DSN credentials 2019-09-09 10:10:41 +02:00
pdo_odbc Merge branch 'PHP-7.3' into PHP-7.4 2020-02-17 22:54:16 +01:00
pdo_pgsql Merge branch 'PHP-7.3' into PHP-7.4 2019-12-20 12:06:05 +01:00
pdo_sqlite Apply tidy formatting 2020-02-03 13:41:31 +01:00
pgsql Report errors from stream read and write operations 2019-07-22 17:17:28 +02:00
phar Fix # 79171: heap-buffer-overflow in phar_extract_file 2020-02-17 00:20:17 -08:00
posix Merge branch 'PHP-7.3' into PHP-7.4 2019-08-09 10:33:15 +02:00
pspell
readline Merge branch 'PHP-7.3' into PHP-7.4 2020-03-09 22:51:11 +01:00
reflection Merge branch 'PHP-7.3' into PHP-7.4 2020-02-28 17:07:36 +01:00
session Merge branch 'PHP-7.3' into PHP-7.4 2020-03-31 08:39:54 +02:00
shmop Merge branch 'PHP-7.3' into PHP-7.4 2020-03-30 08:57:49 +02:00
simplexml Merge branch 'PHP-7.3' into PHP-7.4 2020-03-12 10:56:13 +01:00
skeleton
snmp Fix bug #79112: IMAP can't find OpenSSL during configure 2020-01-20 09:59:27 +01:00
soap Fixed bug #79357 2020-03-09 15:01:31 +01:00
sockets Don't specify ports in socket_export_stream-4.phpt 2020-03-16 10:32:04 +01:00
sodium Add skipif for argon2id in test 2020-02-24 12:41:24 +01:00
spl Fix #69264: __debugInfo() ignored while extending SPL classes 2020-04-06 12:01:29 +02:00
sqlite3 Merge branch 'PHP-7.3' into PHP-7.4 2020-03-09 22:51:11 +01:00
standard Don't check directory nlink in stat tests 2020-03-30 10:54:03 +02:00
sysvmsg
sysvsem
sysvshm
tidy
tokenizer Fix handling of overflowing invalid octal in tokenizer 2019-10-14 16:36:27 +02:00
xml
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 #79096: FFI Struct Segfault 2020-01-14 16:46:58 +01:00
zip Merge branch 'PHP-7.3' into PHP-7.4 2020-03-29 14:23:03 +02:00
zlib Add the last missing SKIPIF 2019-09-04 08:53:35 +02:00
ext_skel.php Apply tidy formatting 2020-02-03 13:41:31 +01:00