..
bcmath
Fix test
2019-12-16 10:32:49 -08:00
bz2
Sync leading and final newlines in *.phpt sections
2018-10-15 04:32:30 +02:00
calendar
Fix #80007 : Potential type confusion in unixtojd() parameter parsing
2020-08-22 12:30:04 +02:00
com_dotnet
Fix #48585 : com_load_typelib holds reference, fails on second call
2020-08-11 11:26:50 +02:00
ctype
Trim trailing whitespace in *.phpt
2018-10-14 19:45:12 +02:00
curl
Fixed bug #79741
2020-06-26 12:28:39 +02:00
date
Updated to version 2020.1 (2020a)
2020-04-24 12:31:30 +01:00
dba
Fix #78808 : [LMDB] MDB_MAP_FULL: Environment mapsize limit reached
2020-01-03 18:49:12 +01:00
dom
Fix memory leak introduced by fixing bug #78221
2020-04-08 10:35:54 +02:00
enchant
Fix #79311 : enchant_dict_suggest() fails on big endian architecture
2020-02-28 15:43:44 +01:00
exif
Fix bug #75785 by attempt switching endianness on Maker's Note
2020-08-11 16:26:34 +02:00
fileinfo
Fix #79756 : finfo_file crash (FILEINFO_MIME)
2020-06-29 17:45:28 +02:00
filter
Fix #73527 : Invalid memory access in php_filter_strip
2020-06-04 13:37:11 +02:00
ftp
Fix #55857 : ftp_size on large files
2020-06-23 15:57:24 +02:00
gd
Fix #79676 : imagescale adds black border with IMG_BICUBIC
2020-06-12 14:05:54 +02:00
gettext
Fix bug #70574 : Move files to proper locale dir
2020-08-07 14:37:27 +02:00
gmp
Sync leading and final newlines in *.phpt sections
2018-10-15 04:32:30 +02:00
hash
Merge branch 'PHP-7.2' into PHP-7.3
2019-04-06 19:06:16 -07:00
iconv
Fix #79200 : Some iconv functions cut Windows-1258
2020-03-23 14:12:37 +01:00
imap
Merge branch 'PHP-7.2' into PHP-7.3
2018-12-03 00:42:55 -08:00
interbase
Merge branch 'PHP-7.2' into PHP-7.3
2019-03-25 16:43:21 +01:00
intl
Relax test expectation
2020-02-03 13:03:54 +01:00
json
Merge branch 'PHP-7.2' into PHP-7.3
2019-04-23 12:43:32 +02:00
ldap
fix memory leaks in ext/ldap/ldap.c
2020-07-28 10:23:10 +02:00
libxml
Fix #79191 : Error in SoapClient ctor disables DOMDocument::save()
2020-02-03 23:31:46 +01:00
mbstring
Fix bug #79787
2020-07-08 11:20:58 +02:00
mysqli
Fix MySQL local infile / attr handling on big endian systems
2020-04-16 11:22:17 +02:00
mysqlnd
Fix #79596 : MySQL FLOAT truncates to int some locales
2020-05-15 09:09:41 +02:00
oci8
Merge branch 'PHP-7.2' into PHP-7.3
2019-02-20 11:11:06 +11:00
odbc
Fixed possible usage of uninitialized value
2020-05-27 11:25:18 +03:00
opcache
Fix #80002 : calc free space for new interned string is wrong
2020-08-24 11:03:19 +02:00
openssl
Fix #62890 : default_socket_timeout=-1 causes connection to timeout
2020-06-09 16:45:34 +02:00
pcntl
Fix #78402 : pcntl_signal() misleading error message
2019-12-20 11:02:20 +01:00
pcre
Add additional preg_match test case
2020-04-23 17:35:09 +02:00
pdo
Fix #64705 errorInfo property of PDOException is null when PDO::__construct() fails
2020-08-11 17:12:48 +02:00
pdo_dblib
Sync leading and final newlines in *.phpt sections
2018-10-15 04:32:30 +02:00
pdo_firebird
Sync leading and final newlines in *.phpt sections
2018-10-15 04:32:30 +02:00
pdo_mysql
Fix #64705 errorInfo property of PDOException is null when PDO::__construct() fails
2020-08-11 17:12:48 +02:00
pdo_oci
Merge branch 'PHP-7.2' into PHP-7.3
2019-02-11 16:36:39 +11:00
pdo_odbc
Fix #79038 : PDOStatement::nextRowset() leaks column values
2020-02-17 22:53:02 +01:00
pdo_pgsql
Fix #64705 errorInfo property of PDOException is null when PDO::__construct() fails
2020-08-11 17:12:48 +02:00
pdo_sqlite
Fix #64705 errorInfo property of PDOException is null when PDO::__construct() fails
2020-08-11 17:12:48 +02:00
pgsql
Merge branch 'PHP-7.2' into PHP-7.3
2019-04-10 13:06:55 +02:00
phar
Merge branch 'PHP-7.2' into PHP-7.3
2020-08-02 23:56:37 -07:00
posix
Fixed bug #79570
2020-06-19 17:31:28 +02:00
pspell
Trim trailing whitespace in *.phpt
2018-10-14 19:45:12 +02:00
readline
Enclose INI values containing {TMP} in quotes
2020-03-09 22:49:08 +01:00
recode
Sync leading and final newlines in *.phpt sections
2018-10-15 04:32:30 +02:00
reflection
Fixed bug #79062
2020-02-28 17:06:05 +01:00
session
Fix brittle test
2020-07-22 20:45:56 +02:00
shmop
Fix #79566 : Private SHM is not private on Windows
2020-05-05 11:38:29 +02:00
simplexml
Fix #79528 : Different object of the same xml between 7.4.5 and 7.4.4
2020-05-01 12:37:39 +02:00
skeleton
skeleton: support PHP 7.2
2019-01-02 11:21:25 +01:00
snmp
Merge branch 'PHP-7.2' into PHP-7.3
2019-10-01 11:15:12 +02:00
soap
Fix #47021 : SoapClient stumbles over WSDL delivered with "Transfer-Encoding: chunked"
2020-08-18 18:10:39 +02:00
sockets
Fix memory leak on socket_sendmsg() / socket_recvmsg() error
2020-08-05 16:41:40 +02:00
sodium
Null terminate the sodium_crypto_kx_keypair() result
2020-08-14 15:51:31 +02:00
spl
Fixed bug #79710
2020-06-19 10:46:26 +02:00
sqlite3
Enclose INI values containing {TMP} in quotes
2020-03-09 22:49:08 +01:00
standard
Fix #79986 : str_ireplace bug with diacritics characters
2020-08-24 11:08:48 +02:00
sysvmsg
Trim trailing whitespace in *.phpt
2018-10-14 19:45:12 +02:00
sysvsem
fix typo in sysvsem.c
2018-10-23 14:57:03 +02:00
sysvshm
Sync leading and final newlines in *.phpt sections
2018-10-15 04:32:30 +02:00
tidy
Merge branch 'PHP-7.2' into PHP-7.3
2018-12-09 19:15:11 +01:00
tokenizer
Sync leading and final newlines in *.phpt sections
2018-10-15 04:32:30 +02:00
wddx
Merge branch 'PHP-7.2' into PHP-7.3
2019-01-07 01:04:16 -08:00
xml
Fix #79922 : Crash after multiple calls to xml_parser_free()
2020-08-10 12:23:44 +02:00
xmlreader
Sync leading and final newlines in *.phpt sections
2018-10-15 04:32:30 +02:00
xmlrpc
Fix #78173 : XML-RPC mutates immutable objects during encoding
2019-06-18 17:08:11 +02:00
xmlwriter
Fix #79191 : Error in SoapClient ctor disables DOMDocument::save()
2020-02-03 23:31:46 +01:00
xsl
Fix #70078 : XSL callbacks with nodes as parameter leak memory
2020-01-30 13:04:57 +01:00
zend_test
Merge branch 'PHP-7.2' into PHP-7.3
2019-10-25 12:50:12 +02:00
zip
Fix #79424 ext/zip: don't use gl_pathc after call to globfree
2020-03-29 14:22:31 +02:00
zlib
Future-proof email addresses
2018-11-01 18:35:32 +02:00
ext_skel.php