php-src/ext
2016-09-06 14:15:05 +02:00
..
bcmath fix clang compat 2016-08-27 22:25:02 +02:00
bz2 Merge branch 'PHP-7.0' into PHP-7.1 2016-08-19 12:52:13 +02:00
calendar Merge branch 'PHP-7.0' into PHP-7.1 2016-07-29 01:27:51 +02:00
com_dotnet fix check for args by ref 2016-08-25 18:06:47 +02:00
ctype
curl Merge branch 'PHP-7.0' into PHP-7.1 2016-08-29 21:15:55 +02:00
date Merge branch 'PHP-7.0' into PHP-7.1 2016-07-24 14:55:15 +02:00
dba Merge branch 'PHP-7.1' 2016-08-25 18:48:05 +02:00
dom Merge branch 'PHP-7.0' 2016-07-15 01:22:26 +02:00
enchant
exif Merge branch 'PHP-7.0' into PHP-7.1 2016-09-04 20:58:09 -07:00
fileinfo Merge branch 'PHP-7.0' into PHP-7.1 2016-08-08 18:51:34 +02:00
filter Merge branch 'PHP-7.0' into PHP-7.1 2016-09-05 10:13:19 +02:00
ftp Merge branch 'PHP-7.0' into PHP-7.1 2016-08-30 13:45:49 +02:00
gd Merge branch 'PHP-7.1' 2016-09-05 00:43:52 -07:00
gettext
gmp Merge branch 'PHP-7.1' 2016-09-06 14:15:05 +02:00
hash Fixed compilation warnings 2016-06-22 00:40:50 +03:00
iconv remove useless assignment 2016-09-01 23:45:31 +02:00
imap Merge branch 'PHP-7.0' into PHP-7.1 2016-08-20 01:38:30 +02:00
interbase fix borked interbase patch 2016-08-11 15:08:26 +02:00
intl sync tests 2016-08-31 12:26:51 +02:00
json Bump PHP_JSON_VERSION to 1.5.0 2016-08-29 15:18:00 +01:00
ldap Merge branch 'PHP-7.0' into PHP-7.1 2016-08-29 18:08:17 +02:00
libxml Merge branch 'PHP-7.0' 2016-07-15 01:22:26 +02:00
mbstring Merge branch 'PHP-7.1' 2016-09-06 14:15:05 +02:00
mcrypt Merge branch 'PHP-7.0' into PHP-7.1 2016-08-17 17:14:30 +08:00
mysqli add test for bug #72701 2016-07-29 17:23:39 +02:00
mysqlnd Fixed bug #72701 mysqli_get_host_info() wrong output 2016-07-29 17:00:52 +02:00
oci8 Prepare for OCI8 PECL release 2016-08-18 13:58:24 +10:00
odbc Fix #69975: PHP segfaults when accessing nvarchar(max) defined columns 2016-07-08 15:33:46 +02:00
opcache Fixes #72590: Opcache restart with kill_all_lockers does not work 2016-09-05 16:59:28 +02:00
openssl Merge branch 'PHP-7.1' 2016-09-06 14:15:05 +02:00
pcntl Merge RFC Additional Context in pcntl_signal Handler 2016-07-20 14:17:04 -07:00
pcre Merge branch 'pull-request/2115' into PHP-7.1 2016-09-06 14:14:23 +02:00
pdo Revert "Fixes #52384: Adds parameter value to dumped output. Also adds output flag indicating presence of PDO::PARAM_INPUT_OUTPUT." 2016-09-02 17:57:17 +02:00
pdo_dblib Merge branch 'PHP-7.0' into PHP-7.1 2016-09-05 00:29:21 -07:00
pdo_firebird
pdo_mysql Fix message typos in PDO tests 2016-08-24 18:39:37 -04:00
pdo_oci
pdo_odbc
pdo_pgsql Merge branch 'PHP-5.6' into PHP-7.0 2016-08-14 22:39:01 +02:00
pdo_sqlite Fixed compilation warnings 2016-06-22 00:40:50 +03:00
pgsql Drop some pieces of commented-out code 2016-09-04 12:56:06 +02:00
phar Fix #72948: Uncatchable "Catchable" fatal error for class to string conversions 2016-09-03 13:05:37 +02:00
posix Fix #72948: Uncatchable "Catchable" fatal error for class to string conversions 2016-09-03 13:05:37 +02:00
pspell Added ZEND_ATTRIBUTE_FORMAT to some middind functions. 2016-06-21 16:00:37 +03:00
readline Merge branch 'PHP-7.0' 2016-07-03 23:57:02 +08:00
recode
reflection Implement \ArgumentCountError exception 2016-08-30 19:35:56 -07:00
session Merge branch 'PHP-7.0' into PHP-7.1 2016-09-04 23:24:31 -07:00
shmop Fixed compilation warnings 2016-06-23 12:47:06 +03:00
simplexml Drop SXE_ELEMENT_BY_NAME 2016-09-04 12:31:06 +02:00
skeleton
snmp Merge branch 'PHP-7.0' into PHP-7.1 2016-08-17 17:14:30 +08:00
soap Merge branch 'PHP-7.0' into PHP-7.1 2016-08-30 18:07:21 +02:00
sockets Improve getaddrinfo implementation 2016-09-05 14:27:31 +02:00
spl Drop some pieces of commented-out code 2016-09-04 12:56:06 +02:00
sqlite3 Replace dirname(__FILE__) with __DIR__ in tests 2016-09-03 00:56:09 +02:00
standard Merge branch 'PHP-7.1' 2016-09-06 14:15:05 +02:00
sysvmsg Added ZEND_ATTRIBUTE_FORMAT to some middind functions. 2016-06-21 16:00:37 +03:00
sysvsem Added ZEND_ATTRIBUTE_FORMAT to some middind functions. 2016-06-21 16:00:37 +03:00
sysvshm fix format 2016-08-18 16:29:46 +02:00
tidy show libtidy version in the info, if available 2016-07-11 19:18:57 +02:00
tokenizer Make sure TOKEN_PARSE mode is thread safe 2016-07-23 00:00:13 +02:00
wddx fix test 2016-08-18 00:18:26 +02:00
xml Merge branch 'PHP-7.0' into PHP-7.1 2016-08-20 12:50:48 +02:00
xmlreader
xmlrpc Fixed bug #72647 (xmlrpc_encode() unexpected output after referencing array elements) 2016-07-22 23:15:15 +08:00
xmlwriter Fixed compilation warnings 2016-06-22 00:40:50 +03:00
xsl Fixed compilation warnings 2016-06-22 00:40:50 +03:00
zip Merge branch 'PHP-7.0' into PHP-7.1 2016-09-06 01:18:22 +02:00
zlib Merge branch 'PHP-7.0' 2016-07-04 03:20:01 +02:00
ext_skel
ext_skel_win32.php