php-src/ext
Dmitry Stogov 8e350a627a Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
  Use full path
2016-11-16 23:05:00 +03:00
..
bcmath Merge branch 'PHP-5.6' into PHP-7.0 2016-10-14 10:54:09 +02:00
bz2 More int->size_t and string overflow fixes 2016-11-05 14:00:47 -07:00
calendar Fix integer overflow in calender. 2016-11-12 17:33:51 +00:00
com_dotnet Fixed bug #73126 Cannot pass parameter 1 by reference 2016-09-22 11:49:35 +02:00
ctype
curl Fix bug #73147: Use After Free in PHP7 unserialize() 2016-10-12 17:51:15 +02:00
date move declaration of vars to top 2016-11-13 05:32:24 +00:00
dba Merge branch 'PHP-5.6' into PHP-7.0 2016-08-25 18:29:23 +02:00
dom Fix bug #73150: missing NULL check in dom_document_save_html 2016-10-12 12:19:41 +02:00
enchant
exif Merge branch 'PHP-5.6' into PHP-7.0 2016-09-04 20:57:46 -07:00
fileinfo Merge branch 'PHP-5.6' into PHP-7.0 2016-08-08 18:45:27 +02:00
filter Merge branch 'PHP-5.6' into PHP-7.0 2016-09-09 14:34:11 +02:00
ftp Merge branch 'PHP-5.6' into PHP-7.0 2016-08-30 13:44:59 +02:00
gd Merge remote-tracking branch 'phpsec/PHP-7.0.13' into PHP-7.0 2016-11-08 11:13:29 +01:00
gettext Remove zpp fallback code (always use Fast ZPP) 2016-09-11 22:44:46 +01:00
gmp Fix GMP unserialization with self-reference 2016-07-25 23:04:00 +02:00
hash Merge branch 'pull-request/1817' 2016-10-17 17:01:39 +01:00
iconv More string length checks & fixes 2016-11-03 21:35:09 -07:00
imap Merge remote-tracking branch 'phpsec/PHP-7.0.13' into PHP-7.0 2016-11-08 11:13:29 +01:00
interbase Fixed build 2016-04-29 11:13:15 +08:00
intl More string length checks & fixes 2016-11-03 21:35:09 -07:00
json Merge branch 'PHP-5.6' into PHP-7.0 2016-09-19 16:11:17 +02:00
ldap Fix various int size overflows. 2016-09-12 21:04:23 -07:00
libxml Merge branch 'PHP-5.6' into PHP-7.0 2016-07-15 01:14:41 +02:00
mbstring Fix bug #73082 2016-09-25 16:07:14 -07:00
mcrypt Merge branch 'PHP-5.6' into PHP-7.0 2016-10-08 19:25:36 +02:00
mysqli Add test for bug #72489 2016-09-17 22:54:25 +02:00
mysqlnd fix ZTS build 2016-09-15 13:27:20 +02:00
oci8 Fixed bug #71148 (Bind reference overwritten on PHP 7) 2016-10-17 12:40:14 +11:00
odbc avoid unneeded copying 2016-11-07 21:09:03 +01:00
opcache Merge branch 'PHP-5.6' into PHP-7.0 2016-11-16 23:05:00 +03:00
openssl Fix bug #72776 (Invalid parameter in memcpy function trough openssl_pbkdf2) 2016-11-06 20:40:51 +00:00
pcntl Fixed bug #72154 (pcntl_wait/pcntl_waitpid array internal structure overwrite) 2016-05-05 15:18:17 +08:00
pcre Skip if no jit is built 2016-10-29 14:23:25 +08:00
pdo Fix bug #73331 - do not try to serialize/unserialize objects wddx can not handle 2016-11-01 12:50:33 +01:00
pdo_dblib Ignore potentially misleading dberr values 2016-09-26 17:07:46 -04:00
pdo_firebird Fix blob parameters binding. Fixes: #73087, #61183, #71494 2016-11-05 22:49:16 +01:00
pdo_mysql Remove typo'd commit 2016-08-09 01:36:15 +00:00
pdo_oci
pdo_odbc Fix ODBC bug for varchars returning with length zero 2016-06-02 12:04:10 +02:00
pdo_pgsql Merge branch 'PHP-5.6' into PHP-7.0 2016-08-14 22:39:01 +02:00
pdo_sqlite Enable FTS4 and FTS5 for bundled libsqlite 2016-11-08 02:26:43 +01:00
pgsql More int->size_t and string overflow fixes 2016-11-05 14:00:47 -07:00
phar Merge branch 'PHP-7.0.11' into PHP-7.0 2016-09-12 21:09:30 -07:00
posix Merge branch 'PHP-5.6' into PHP-7.0 2016-07-30 18:36:00 +02:00
pspell
readline Fixed bug #72538 (readline_redisplay crashes php) 2016-07-03 23:56:27 +08:00
recode Add more checks for int overflow 2016-09-12 21:04:23 -07:00
reflection Remove zpp fallback code (always use Fast ZPP) 2016-09-11 22:44:46 +01:00
session Fixed bug #73273 2016-10-10 12:20:44 +02:00
shmop Document that ext/shmop deals with resources as of PHP 7.0.0 2016-10-07 16:35:37 +02:00
simplexml fix typo 2016-10-12 17:12:38 +02:00
skeleton Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
snmp Fix bug #72708 - php_snmp_parse_oid integer overflow in memory allocation 2016-08-16 22:55:19 -07:00
soap Don't update proprties inplace. 2016-11-10 12:32:07 +03:00
sockets Merge branch 'PHP-5.6' into PHP-7.0 2016-07-28 17:30:29 +02:00
spl More int->size_t and string overflow fixes 2016-11-05 14:00:47 -07:00
sqlite3 Merge branch 'PHP-7.0' of git.php.net:php-src into PHP-7.0 2016-11-16 16:47:05 +03:00
standard Merge branch 'pull-request/2198' 2016-11-12 08:16:01 +00:00
sysvmsg
sysvsem
sysvshm fix test 2016-08-18 15:35:26 +02:00
tidy Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
tokenizer
wddx Merge branch 'PHP-5.6' into PHP-7.0 2016-11-08 12:16:39 +01:00
xml fixed bug generated by fixes bug #73135 2016-11-12 17:43:16 +00:00
xmlreader Merge branch 'PHP-5.6' into PHP-7.0 2016-09-11 00:09:23 +02:00
xmlrpc More int->size_t and string overflow fixes 2016-11-05 14:00:47 -07:00
xmlwriter
xsl Merge branch 'PHP-5.6' into PHP-7.0 2016-03-14 15:58:05 +01:00
zip More string length checks & fixes 2016-11-03 21:35:09 -07:00
zlib More string length checks & fixes 2016-11-03 21:35:09 -07:00
ext_skel
ext_skel_win32.php