php-src/ext
2016-02-25 16:07:22 +08: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 Remove TSRMLS_* from code, they are not used anymore 2016-02-17 22:44:05 -08: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 TSRMLS_* from docs as it's not used anymore 2016-02-17 22:36:01 -08: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 Port patch and test for bug #47803 to 7.0 2016-02-24 12:03:21 +01:00
opcache Fixed possible crash at PCRE on MSHUTDOWN 2016-02-24 23:46:11 +03:00
openssl Remove TSRMLS_* from code, they are not used anymore 2016-02-17 22:44:05 -08: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 add test for bug #71625, 7 variant 2016-02-18 19:40:17 +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 Remove TSRMLS_* from code, they are not used anymore 2016-02-17 22:44:05 -08: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 construction of AO with overloaded object error 2016-02-24 22:34:50 +01:00
sqlite3 Merge branch 'PHP-5.6' into PHP-7.0 2016-02-13 18:03:06 +01:00
standard Fixed bug #71660 (array_column behaves incorrectly after foreach by reference) 2016-02-25 16:07:22 +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 missing include 2016-02-22 18:45:18 +01:00
zlib Format string fixes 2016-02-14 14:45:53 +01:00
ext_skel
ext_skel_win32.php