php-src/ext
2016-02-17 13:58:05 +03: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 memory leak in curl_getinfo() 2016-02-08 11:36:14 +00:00
date Fix timelib compat with PHP5 2016-02-15 16:50:42 +01:00
dba Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +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-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
fileinfo Update libmagic.patch for PHP-7.0 2016-01-25 11:45:32 +08: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 fix the fix for bug #70976 (imagerotate) 2016-01-12 14:03:35 +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 Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
iconv Format string fixes 2016-02-14 14:45:53 +01:00
imap Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
interbase Fixed macro name 2016-01-14 14:49:23 +08:00
intl remove duplicated skipif conditions 2016-01-02 13:56:56 +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 Fixed bug #65720 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c:281: bad if test 2016-01-18 10:54:07 +09:00
mcrypt Format string fixes 2016-02-14 14:45:53 +01:00
mysqli Merge branch 'PHP-5.6' into PHP-7.0 2016-01-04 18:13:38 +01:00
mysqlnd Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02: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 Fixed process synchronisation problem, that may cause crashes after opcache restart 2016-02-17 13:58:05 +03:00
openssl Merge branch 'PHP-5.6' into PHP-7.0 2016-02-16 08:06:38 +01:00
pcntl Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
pcre Happy Year of Monkey (Forgot test of #71537) 2016-02-08 10:22:16 +08:00
pdo Format string fixes 2016-02-14 14:45:53 +01: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-5.6' into PHP-7.0 2016-02-13 17:48:17 +01: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-5.6' into PHP-7.0 2016-01-01 19:48:25 +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 Do not edit the value in place (might be relates to #71261) 2016-01-04 05:38:15 -08:00
pgsql Added missing semicolon 2016-02-15 16:37:27 +03:00
phar fix dir separator in test 2016-02-15 09:00:07 +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-5.6' into PHP-7.0 2016-01-15 08:43:56 +01: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' of https://github.com/php/php-src into PHP-7.0 2016-01-20 10:52:57 +00:00
session check length first, prevent out-of-bounds read 2016-02-03 14:49:16 +03:00
shmop Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
simplexml Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
skeleton switch to the unified globals accessor where appropriate 2015-07-29 13:26:35 +02:00
snmp Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
soap check for NULL and avoid crashes 2016-01-25 14:30:33 +03:00
sockets Merge branch 'PHP-5.6' into PHP-7.0 2016-01-18 17:02:23 +01:00
spl Fix bug #71313 - Use-after-free vulnerability in SPL(SplObjectStorage, unserialize) 2016-01-17 23:23:42 -08:00
sqlite3 Merge branch 'PHP-5.6' into PHP-7.0 2016-02-13 18:03:06 +01:00
standard Fix #71152: mt_rand() returns the different values from original mt19937ar.c 2016-02-17 11:32:59 +08: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-5.6' into PHP-7.0 2016-01-01 19:48:25 +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.6.18' into PHP-7.0.3 2016-02-01 20:00:01 -08:00
xml Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
xmlreader Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
xmlrpc Fix bug #71501 2016-02-04 11:44:56 +01:00
xmlwriter Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
xsl More fixing for bug #71540 2016-02-15 01:53:02 -08:00
zip Format string fixes 2016-02-14 14:45:53 +01:00
zlib Format string fixes 2016-02-14 14:45:53 +01:00
ext_skel
ext_skel_win32.php