php-src/ext
Andrey Hristov 4e8988b45a commit 597db443cd
Author: John Bafford <john@bafford.com>
Date:   Mon Jan 11 17:17:44 2016 -0500

    MYSQLND_METHOD(mysqlnd_conn_data, get_scheme) should take socket_or_pipe by reference to allow modifications

    Fixes a read-from-null crash in mnd_pestrdup when trying to duplicate the socket filename. (Fixes regression in e81ecc80c)
2016-01-13 16:30:23 +01:00
..
bcmath Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
bz2 Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
calendar Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
com_dotnet Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
ctype Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
curl Fixed bug #71227 Can't compile php_curl statically 2016-01-07 18:58:59 +01:00
date Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
dba Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
dom Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
enchant Update header to PHP Version 7 2016-01-01 20:03:16 +02:00
exif Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
fileinfo Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
filter Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
ftp allow static build of ext/ftp 2016-01-08 08:07:15 +01:00
gd Merge branch 'PHP-5.6' into PHP-7.0 2016-01-12 13:54:23 +01:00
gettext Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
gmp Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
hash Happy new year (Update copyright to 2016) 2016-01-01 20:06:12 +02:00
iconv Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
imap Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
interbase partial test fixes, only obvious mistaking parts 2016-01-12 10:44:55 +01:00
intl Merge branch 'PHP-7.0' 2016-01-02 13:59:13 +01:00
json Happy new year (Update copyright to 2016) 2016-01-01 20:03:16 +02:00
ldap Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
libxml Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
mbstring Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
mcrypt Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
mysqli Merge branch 'PHP-7.0' 2016-01-04 18:14:08 +01:00
mysqlnd commit 597db443cd 2016-01-13 16:30:23 +01:00
oci8 Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
odbc Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
opcache Introduced BIND_STATIC opcode instead of FETCH_R/FETCH_W(static)+ASSIGN/ASSIGN_REF (similar to BIND_GLOBAL). 2016-01-12 12:20:35 +03:00
openssl Merge branch 'PHP-7.0' 2016-01-04 16:53:30 +00:00
pcntl Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
pcre Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
pdo Avoid incomplete zend_internal_function initialization. 2016-01-13 15:06:17 +03:00
pdo_dblib Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
pdo_firebird Do not edit the value in place (might be relates to #71261) 2016-01-04 05:38:15 -08:00
pdo_mysql Merge branch 'PHP-7.0' 2016-01-04 05:39:20 -08:00
pdo_oci Do not edit the value in place (might be relates to #71261) 2016-01-04 05:38:15 -08:00
pdo_odbc Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
pdo_pgsql Do not edit the value in place (might be relates to #71261) 2016-01-04 05:38:15 -08:00
pdo_sqlite Merge branch 'PHP-7.0' 2016-01-04 05:39:20 -08:00
pgsql Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
phar Merge branch 'PHP-7.0' 2016-01-04 18:14:08 +01:00
posix Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
pspell Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
readline Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
recode Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
reflection Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
session Use php_session_abort() 2016-01-12 20:39:33 +09:00
shmop Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
simplexml Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
skeleton Remove leftovers of TSRMLS in code 2015-12-25 11:13:39 +01:00
snmp Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
soap Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
sockets Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
spl Merge branch 'PHP-7.0' 2016-01-12 16:48:44 +01:00
sqlite3 Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
standard Merge branch 'PHP-7.0' 2016-01-12 07:09:32 +01:00
sysvmsg Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
sysvsem Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
sysvshm Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
tidy Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
tokenizer Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
wddx Merge branch 'PHP-5.5' into PHP-5.6 2016-01-05 19:38:29 -08:00
xml Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
xmlreader Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
xmlrpc Merge branch 'PHP-5.5' into PHP-5.6 2016-01-05 19:38:29 -08:00
xmlwriter Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
xsl Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
zip Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
zlib Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
ext_skel Remove trailing spaces 2015-12-16 12:45:09 +08:00
ext_skel_win32.php remove the remains of dsp files handling 2014-10-03 19:38:40 +02:00