php-src/ext
2017-01-02 14:54:45 +00: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 Skip 64-bit specific tests on 32-bit systems 2016-11-17 11:44:28 +03:00
com_dotnet better way to get ACP 2016-12-12 01:54:22 +01:00
ctype Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
curl Makes the sapi web server and curl tests more reliable 2016-12-27 21:52:05 +01:00
date Merge branch 'PHP-7.0' of https://git.php.net/push/php-src into PHP-7.0 2016-11-30 14:41:26 -05:00
dba Merge branch 'PHP-5.6' into PHP-7.0 2016-08-25 18:29:23 +02:00
dom Fixed #67474 (getElementsByTagNameNS and default namespace) 2017-01-02 11:56:37 +00: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-09-04 20:57:46 -07:00
fileinfo add test for bug #57547 2016-11-24 19:25:47 +01: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 branch 'PHP-5.6' into PHP-7.0 2016-11-27 14:53:27 -08: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 Fixed bad merge 2016-12-01 16:21:57 +03:00
json remove TSRMLS_* 2016-11-21 23:53:37 +01: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 Merge branch 'PHP-5.6' into PHP-7.0 2016-12-17 20:45:22 +01:00
mcrypt remove TSRMLS_* 2016-11-21 23:53:37 +01:00
mysqli Add a bit more test cases (edge cases) to the BIT test case 2016-12-12 21:52:36 +02:00
mysqlnd Fix for sporadic segfault with MYSQLI_OPT_INT_AND_FLOAT_NATIVE 2017-01-02 14:54:45 +00: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 Make Opcache tests using the cli server more reliable 2016-12-29 20:56:45 +01:00
openssl Fix flaky openssl_pkey_new test 2016-12-29 20:59:28 +01:00
pcntl Fixed bug #72154 (pcntl_wait/pcntl_waitpid array internal structure overwrite) 2016-05-05 15:18:17 +08:00
pcre Fix #73612: preg_*() may leak memory 2016-11-26 15:34:27 +01:00
pdo Compatibility with Firebird & Oracle select syntax. 2016-12-19 01:06:24 +01:00
pdo_dblib Ignore potentially misleading dberr values 2016-09-26 17:07:46 -04:00
pdo_firebird Fixes #65689. PDO_Firebrid / exec() does not free allocated statement. 2016-12-25 22:06:20 -08:00
pdo_mysql Merge branch 'PHP-5.6' into PHP-7.0 2016-12-15 09:31:54 +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 Fix ODBC bug for varchars returning with length zero 2016-06-02 12:04:10 +02:00
pdo_pgsql make timing check more forgiving in these tests 2016-12-15 12:20:37 +01:00
pdo_sqlite Enable FTS4 and FTS5 for bundled libsqlite 2016-11-08 02:26:43 +01:00
pgsql Merge branch 'PHP-5.6' into PHP-7.0 2016-11-22 00:46:03 +01:00
phar Silence warning from unhandled enum 2016-12-17 00:12:33 +01:00
posix Merge branch 'PHP-5.6' into PHP-7.0 2016-07-30 18:36:00 +02:00
pspell Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
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 Fix bug #46103 2016-12-18 17:10:19 +01:00
session Flush stderr on win32 in cli_log_message 2017-01-01 21:09:02 +01: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 remove TSRMLS_* 2016-11-21 23:53:37 +01:00
soap Flush stderr on win32 in cli_log_message 2017-01-01 21:09:02 +01:00
sockets remove TSRMLS_* 2016-11-21 23:53:37 +01:00
spl Fix memory leak(null coalescing operator with Spl hash) 2016-11-20 15:46:13 -08:00
sqlite3 Merge branch 'PHP-5.6' into PHP-7.0 2016-12-29 13:47:28 +01:00
standard Fixed bug #73154 2017-01-01 19:24:41 +01:00
sysvmsg Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
sysvsem Fix nowait.phpt to no longer depend on sleeping 2017-01-02 09:43:47 +00:00
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 Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
wddx fix leak, take 2 2016-12-06 16:12:39 +01:00
xml remove TSRMLS_* 2016-11-21 23:53:37 +01: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 Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
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 Fixed bug #73373 (deflate_add does not verify that output was not truncated) 2016-12-22 15:29:36 +01:00
ext_skel
ext_skel_win32.php