php-src/ext
Xinchen Hui dd47b3b963 Merge branch 'PHP-7.0'
* PHP-7.0:
  Fixed another segfault with file_cache_only now
  Fixed bugs #71317 and #71504
  add test for bug #68957
  update NEWS
  update NEWS
  Fixed #54648 PDO::MSSQL forces format of datetime fields
  remove unneeded free parts
  fix leaks and add one more NULL check
  add NULL check
  fix C89 compat
  fix arg type
  fix nmake clean in phpize mode
2016-03-01 10:51:36 +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-7.0' 2016-01-01 20:04:31 +02:00
dom Missed semicolon 2016-02-18 12:04:27 +08:00
enchant Remove version checks 2016-01-30 15:35:28 +01:00
exif Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
fileinfo Remove version checks 2016-01-30 15:35:28 +01: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 Replace usage of php_hash_uint32 and php_hash_uint64 with uint32_t and uint64_t. 2016-02-04 11:57:41 +01: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 json_encode: Escape U+2028 and U+2029 more often. 2016-01-22 19:40:58 +00:00
ldap Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
libxml Fix bug #71536 Access Violation crashes php-cgi.exe 2016-02-28 11:02:01 +01: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 Merge branch 'PHP-7.0' 2016-02-14 14:47:42 +01:00
mysqli Remove version checks 2016-01-30 15:35:28 +01:00
mysqlnd Move free_chunk and resize_chunk into memory pool 2016-02-22 19:40:32 +01:00
oci8 Remove version checks 2016-01-30 15:35:28 +01:00
odbc Port patch and test for bug #47803 to 7.0 2016-02-24 12:03:21 +01:00
opcache Merge branch 'PHP-7.0' 2016-03-01 10:51:36 +08: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 Merge branch 'PHP-7.0' 2016-02-14 14:47:42 +01:00
pdo_dblib Merge branch 'PHP-7.0' 2016-03-01 10:51:36 +08: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-7.0' 2016-02-13 17:48:58 +01:00
pdo_oci Remove version checks 2016-01-30 15:35:28 +01:00
pdo_odbc Remove version checks 2016-01-30 15:35:28 +01:00
pdo_pgsql Remove version checks 2016-01-30 15:35:28 +01:00
pdo_sqlite Remove version checks 2016-01-30 15:35:28 +01:00
pgsql Merge branch 'PHP-7.0' 2016-02-15 16:37:48 +03:00
phar Merge branch 'PHP-7.0' 2016-03-01 10:51:36 +08: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 The test self should be fixed(maybe relates to env?) 2016-02-29 15:19:18 +08:00
recode Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
reflection Update ReflectionClass_isArray.phpt 2016-02-05 13:50:06 -02:00
session Replace usage of php_int32 and php_uint32 with int32_t and uint32_t 2016-02-04 11:57:41 +01:00
shmop Merge branch 'PHP-7.0' 2016-01-01 20:04:31 +02:00
simplexml Remove HAVE_SPL checks 2016-01-30 14:53:00 +01:00
skeleton Remove TSRMLS_* from code, they are not used anymore 2016-02-17 22:44:05 -08:00
snmp Remove version checks 2016-01-30 15:35:28 +01: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 Merge branch 'PHP-7.0' 2016-02-24 22:35:14 +01:00
sqlite3 Merge branch 'PHP-7.0' 2016-02-13 18:03:45 +01:00
standard Merge branch 'PHP-7.0' 2016-02-25 16:07:38 +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-7.0' 2016-01-01 20:04:31 +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 Remove version checks 2016-01-30 15:35:28 +01: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 Merge branch 'PHP-7.0' 2016-02-15 01:53:24 -08:00
zip Merge branch 'PHP-7.0' 2016-02-22 18:45:30 +01:00
zlib Format string fixes 2016-02-14 14:45:53 +01:00
ext_skel Remove trailing spaces 2015-12-16 12:45:09 +08:00
ext_skel_win32.php