php-src/ext
2016-08-11 09:18:47 +09:00
..
bcmath Merge branch 'PHP-5.6' into PHP-7.0 2016-04-27 13:19:29 +02:00
bz2 Merge branch 'PHP-5.5' into PHP-5.6 2016-07-19 00:53:08 -07:00
calendar Merge branch 'PHP-5.6' into PHP-7.0 2016-07-29 01:26:15 +02:00
com_dotnet Fixed bug #72569 DOTNET/COM array parameters broke in PHP7 2016-07-12 14:58:50 +02:00
ctype Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
curl Merge branch 'PHP-5.6' into PHP-7.0 2016-07-27 23:36:22 -04:00
date regenerate date parser with re2c 0.15.3 2016-07-24 14:53:53 +02:00
dba Fixed bug #72157 (use-after-free caused by dba_open) 2016-05-05 11:12:17 +08:00
dom Merge branch 'PHP-5.6' into PHP-7.0 2016-07-15 01:14:41 +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-08-03 18:28:48 +02:00
fileinfo Merge branch 'PHP-5.6' into PHP-7.0 2016-08-08 18:45:27 +02:00
filter Merge branch 'PHP-5.6' into PHP-7.0 2016-07-08 16:31:53 +02:00
ftp Merge branch 'PHP-5.6' into PHP-7.0 2016-08-05 23:09:30 +02:00
gd fix ts build 2016-08-03 12:16:42 +02:00
gettext Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
gmp Fix GMP unserialization with self-reference 2016-07-25 23:04:00 +02:00
hash Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
iconv Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
imap remove unused vars 2016-03-01 10:52:49 +01:00
interbase Fixed build 2016-04-29 11:13:15 +08:00
intl Merge branch 'PHP-5.6' into PHP-7.0 2016-07-24 00:18:47 +02:00
json Revert "Fixed bug #72170 (JsonSerializable may inc apply count without dec it)" 2016-05-06 20:25:24 +08:00
ldap fix SKIPIF sections 2016-03-09 14:28:38 +01: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-07-30 12:01:29 +02:00
mcrypt Fix bug #72551 and bug #72552 - check before converting size_t->int 2016-07-12 23:13:52 -07:00
mysqli Revert "Fixed bug #71820 pg_fetch_object bind parameters before call constructor" 2016-05-09 17:25:53 +02:00
mysqlnd Remove typo 2016-03-17 15:27:36 +08:00
oci8 Remove obsolete Id tags 2016-08-09 16:12:58 +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-07-13 03:01:26 +00:00
openssl Merge branch 'PHP-5.6.23' into PHP-7.0.8 2016-06-21 00:24:32 -07:00
pcntl Fixed bug #72154 (pcntl_wait/pcntl_waitpid array internal structure overwrite) 2016-05-05 15:18:17 +08:00
pcre Revert "upgraded to PCRE 8.39" 2016-07-31 14:55:17 +02:00
pdo Fix ASSERT logic 2016-08-09 14:41:20 +00:00
pdo_dblib Correct for connection with PDO::ATTR_STRINGIFY_FETCHES set to false 2016-07-08 15:54:52 +02:00
pdo_firebird fix ibase handle initialization, mostly compiler warnings 2016-06-06 13:30:17 +02:00
pdo_mysql Remove typo'd commit 2016-08-09 01:36:15 +00: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 Merge branch 'bug72788' of https://github.com/keyurdg/php-src into PHP-7.0 2016-08-09 11:25:32 +08:00
pdo_sqlite fix test if unlink fails occasionally 2016-05-01 19:25:39 +02:00
pgsql Fixed bug #72629 (Caught exception assignment to variables ignores references). 2016-07-20 16:59:14 +08:00
phar Merge branch 'PHP-5.6' into PHP-7.0 2016-06-21 16:22:51 +02: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 Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
reflection Merge branch 'PHP-5.6' into PHP-7.0 2016-07-13 21:48:05 +02:00
session Ensure session GC is not run during variation6.phpt 2016-07-24 00:07:54 +02:00
shmop Removed shmop test leaking an shm segment 2016-03-30 10:00:28 +02:00
simplexml Fixed bug #72588 (Using global var doesn't work while accessing SimpleXML element) 2016-07-13 10:49:58 +08:00
skeleton Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
snmp Merge branch 'PHP-5.6' into PHP-7.0 2016-07-19 01:39:28 -07:00
soap Fixed bug #71986 (Nested foreach assign-by-reference creates broken variables) 2016-04-08 17:57:51 +08:00
sockets Merge branch 'PHP-5.6' into PHP-7.0 2016-07-28 17:30:29 +02:00
spl Merge branch 'PHP-5.6' into PHP-7.0 2016-07-26 20:36:34 -04:00
sqlite3 Update to SQLite3 3.13.0 2016-07-28 16:39:24 +02:00
standard Fix URL rewriter partially 2016-08-11 09:18:47 +09: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 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 Add missing TSRMLS_FETCH() 2016-07-30 16:28:42 +02:00
xml fix #72206 (xml_parser_create/xml_parser_free leaks mem) 2016-05-14 08:10:16 +01:00
xmlreader Merge branch 'PHP-5.6' into PHP-7.0 2016-05-03 19:10:40 +02:00
xmlrpc Fixed bug #72647 (xmlrpc_encode() unexpected output after referencing array elements) 2016-07-22 23:15:15 +08: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 Fixed bug #72660 (NULL Pointer dereference in zend_virtual_cwd) 2016-07-24 23:58:22 +08:00
zlib Merge branch 'PHP-5.6' into PHP-7.0 2016-07-04 03:18:50 +02:00
ext_skel
ext_skel_win32.php