php-src/ext
Christoph M. Becker 586f8515d5 Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
  Fix #78665: Multicasting may leak memory
2019-10-12 14:46:10 +02:00
..
bcmath Fix leak in bcpowmod 2019-06-21 12:56:28 +02:00
bz2 Add the last missing SKIPIF 2019-09-04 08:53:35 +02:00
calendar i386 build 2019-06-11 10:23:37 +02:00
com_dotnet Fix #78650: new COM Crash 2019-10-09 14:09:02 +02:00
ctype Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
curl Fix borked SKIPIFs 2019-09-30 17:51:41 +02:00
date Updated to version 2019.3 (2019c) 2019-10-02 23:39:11 +01:00
dba Allow lookup of distro-packaged QDBM headers on Debian 2019-09-23 09:53:31 +02:00
dom Fix number of required arguments in arginfo 2019-10-07 16:32:11 +02:00
enchant Show actual enchant version if possible 2019-06-27 13:04:49 +02:00
exif Merge branch 'PHP-7.3' into PHP-7.4 2019-10-09 17:33:52 +02:00
ffi Fix #78543: is_callable() on FFI\CData throws Exception 2019-09-19 09:13:22 +02:00
fileinfo Throw notice for plain wrapper fread/fwrite errors 2019-07-25 10:42:10 +02:00
filter Deprecate FILTER_SANITIZE_MAGIC_QUOTES 2019-07-22 11:39:52 +02:00
ftp Merge branch 'PHP-7.2' into PHP-7.3 2019-07-15 15:20:15 +02:00
gd Merge branch 'PHP-7.3' into PHP-7.4 2019-10-01 11:17:53 +02:00
gettext Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
gmp Fixed bug #78574 (broken shared build) 2019-09-20 13:30:13 +02:00
hash Enable --with-mhash on CI 2019-09-17 16:16:31 +02:00
iconv Merge branch 'PHP-7.3' into PHP-7.4 2019-10-08 12:10:58 +02:00
imap Remove unused defines 2019-07-18 02:21:39 +02:00
intl Merge branch 'PHP-7.3' into PHP-7.4 2019-10-04 13:54:49 +02:00
json Clean up JSON parser 2019-09-19 21:00:22 +02:00
ldap Merge branch 'PHP-7.3' into PHP-7.4 2019-10-01 11:17:53 +02:00
libxml Merge branch 'PHP-7.3' into PHP-7.4 2019-09-22 18:43:24 +02:00
mbstring Limit retry_limit test to oniguruma >= 6.9.3 2019-10-07 10:49:34 +02:00
mysqli Fix number of required arguments in arginfo 2019-10-07 16:32:11 +02:00
mysqlnd Merge branch 'PHP-7.3' into PHP-7.4 2019-09-13 14:37:15 +02:00
oci8 Cheaper checks for exceptions thrown from __toString() 2019-06-06 01:47:22 +03:00
odbc Merge branch 'PHP-7.3' into PHP-7.4 2019-08-28 17:58:35 +02:00
opcache add librt for opcache 2019-10-08 10:48:10 +02:00
openssl Update regarding changed OpenSSL default config path 2019-10-01 09:14:58 +02:00
pcntl Allow SA_RESTART for SIGALRM 2019-10-02 10:09:17 +02:00
pcre Merge branch 'PHP-7.3' into PHP-7.4 2019-10-08 16:14:06 +02: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 Request #77863: PDO firebird support type Boolean in input parameters 2019-09-10 09:22:26 +02:00
pdo_mysql Merge branch 'PHP-7.3' into PHP-7.4 2019-10-07 09:18:46 +02: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 Fix PDO pgsql memory leak with scrollable cursors 2019-09-09 10:50:10 +02:00
pdo_sqlite Fix #78348: Remove -lrt from pdo_sqlite.so 2019-07-30 22:06:23 +02: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 2019-10-10 16:14:52 +02: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 Fix number of required arguments in arginfo 2019-10-07 16:32:11 +02:00
session Merge branch 'PHP-7.3' into PHP-7.4 2019-10-07 16:44:39 +02:00
shmop Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
simplexml Fixed #75245 Don't set content of elements with only whitespaces 2019-10-02 08:17:04 +02:00
skeleton ext/skeleton: Update use of PHP_CHECK_LIBRARY 2019-06-03 09:18:22 +02:00
snmp Merge branch 'PHP-7.3' into PHP-7.4 2019-10-01 11:17:53 +02:00
soap Cleanup of remaining E_STRICT in tests 2019-07-23 11:27:23 +02:00
sockets Merge branch 'PHP-7.3' into PHP-7.4 2019-10-12 14:46:10 +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 2019-09-23 13:18:59 +02:00
sqlite3 Add missing SKIPIF (sqlite) 2019-09-04 08:39:15 +02:00
standard Fix #78662: stream_write bad error detection 2019-10-11 13:36:58 +02:00
sysvmsg Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
sysvsem Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
sysvshm Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
tidy Fix various instances of memcpy null ub 2019-06-19 17:27:09 +02:00
tokenizer Fixed bug #78604 2019-09-30 10:41:14 +02:00
xml Allow exceptions in __toString() 2019-06-05 14:25:07 +02:00
xmlreader Cheaper checks for exceptions thrown from __toString() 2019-06-06 01:47:22 +03:00
xmlrpc Fix #78173: XML-RPC mutates immutable objects during encoding 2019-06-18 17:08:11 +02:00
xmlwriter Add missing argument checks 2019-09-03 09:27:55 +02:00
xsl Set up asan+ubsan scheduled build on azure 2019-06-28 15:00:54 +02:00
zend_test Revert "Fix zend_test interned strings loaded via dl()" 2019-04-18 13:49:42 +02:00
zip Merge branch 'PHP-7.3' into PHP-7.4 2019-10-08 09:49:46 +02:00
zlib Add the last missing SKIPIF 2019-09-04 08:53:35 +02:00
ext_skel.php [ci skip] Migrate Coding standards docs to Markdown 2019-05-18 21:41:38 +02:00