php-src/ext
2020-01-30 14:55:58 +01: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 2019-10-19 11:51:05 +02:00
ctype
curl Merge branch 'PHP-7.3' into PHP-7.4 2020-01-26 14:13:52 +01:00
date Fix DatePeriod property handling with indirect modification 2020-01-30 13:09:47 +01: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 2019-10-31 16:09:38 +01:00
enchant Fix proto of enchant_broker_list_dicts() 2019-10-19 22:11:34 +02:00
exif Fixed bug #79046 2019-12-30 17:23:53 +01:00
ffi Fix #79096: FFI Struct Segfault 2020-01-14 16:46:58 +01:00
fileinfo Merge branch 'PHP-7.3' into PHP-7.4 2019-12-20 11:24:03 +01: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 Backport 7d2ef3d2e5 into 7.4 2020-01-29 13:38:46 +01:00
iconv Merge branch 'PHP-7.3' into PHP-7.4 2019-10-08 12:10:58 +02:00
imap Fix bug #79112: IMAP can't find OpenSSL during configure 2020-01-20 09:59:27 +01:00
intl Fix #78912: INTL Support for accounting format 2019-12-09 16:34:56 +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 Make MSVCRT memory leak checking usable for the test suite 2020-01-23 11:47:20 +01:00
mbstring Merge branch 'PHP-7.3' into PHP-7.4 2020-01-30 11:21:26 +01:00
mysqli Fix #78666 mysqli_options generates Warning on var_dump() 2020-01-28 18:44:02 +01:00
mysqlnd Fix #79172: STRUCT_OFFSET() relies on undefined behavior 2020-01-28 09:18:05 +01:00
oci8
odbc Merge branch 'PHP-7.3' into PHP-7.4 2019-08-28 17:58:35 +02:00
opcache Fixed bug #79193 2020-01-30 14:55:58 +01:00
openssl Merge branch 'PHP-7.3' into PHP-7.4 2020-01-21 16:20:04 +01:00
pcntl Merge branch 'PHP-7.3' into PHP-7.4 2019-12-20 11:02:57 +01:00
pcre Merge branch 'PHP-7.3' into PHP-7.4 2019-11-22 19:29:11 +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 Print Client Library Version in phpinfo 2019-11-02 10:19:15 +01:00
pdo_mysql Specify explicit row order in PDO MySQL test 2019-12-27 17:25:58 +01:00
pdo_oci Fix double free of DSN credentials 2019-09-09 10:10:41 +02:00
pdo_odbc Remove conditional calls of always available macros 2019-07-14 22:24:21 +02:00
pdo_pgsql Merge branch 'PHP-7.3' into PHP-7.4 2019-12-20 12:06:05 +01:00
pdo_sqlite Fixed bug #79056 2020-01-03 11:08:48 +01:00
pgsql Report errors from stream read and write operations 2019-07-22 17:17:28 +02:00
phar Merge branch 'PHP-7.3' into PHP-7.4 2020-01-28 10:33:10 +01:00
posix Merge branch 'PHP-7.3' into PHP-7.4 2019-08-09 10:33:15 +02:00
pspell Set up asan+ubsan scheduled build on azure 2019-06-28 15:00:54 +02:00
readline Fix borked SKIPIFs 2019-09-30 17:51:41 +02:00
reflection Merge branch 'PHP-7.3' into PHP-7.4 2020-01-17 11:38:10 +01:00
session Merge branch 'PHP-7.3' into PHP-7.4 2020-01-20 22:47:01 -08:00
shmop
simplexml Fixed #75245 Don't set content of elements with only whitespaces 2019-10-02 08:17:04 +02:00
skeleton
snmp Fix bug #79112: IMAP can't find OpenSSL during configure 2020-01-20 09:59:27 +01:00
soap Merge branch 'PHP-7.3' into PHP-7.4 2020-01-24 14:19:17 +01:00
sockets Fix test case 2019-10-12 16:28:57 +02:00
sodium Fix wrong function name in SKIPIF 2019-09-27 23:01:48 +02:00
spl Merge branch 'PHP-7.3' into PHP-7.4 2020-01-23 14:21:14 +01:00
sqlite3 Fixed bug #79056 2020-01-03 11:08:48 +01:00
standard Fix #79174: cookie values with spaces fail to round-trip 2020-01-28 15:37:01 +01:00
sysvmsg
sysvsem
sysvshm
tidy Fix various instances of memcpy null ub 2019-06-19 17:27:09 +02:00
tokenizer Fix handling of overflowing invalid octal in tokenizer 2019-10-14 16:36:27 +02:00
xml
xmlreader
xmlrpc Fix #78173: XML-RPC mutates immutable objects during encoding 2019-06-18 17:08:11 +02:00
xmlwriter Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter). 2019-12-25 12:33:30 +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 zip: more constants 2020-01-29 14:25:16 +01:00
zlib Add the last missing SKIPIF 2019-09-04 08:53:35 +02:00
ext_skel.php Update array access syntax deprecated 2019-10-17 23:39:55 +02:00