php-src/ext
Anatol Belski 41cb432ec4 Merge branch 'PHP-7.0'
* PHP-7.0:
  update NEWS
  Tidy up
  Remove unnecessary boundary checks
  Resolve bug #72017
2016-05-16 19:31:20 +02:00
..
bcmath Merge branch 'PHP-5.6' into PHP-7.0 2016-04-27 13:19:29 +02:00
bz2
calendar
com_dotnet
ctype
curl Merge branch 'PHP-7.0' 2016-04-29 14:31:49 +02:00
date Merge branch 'PHP-7.0' 2016-04-05 11:24:45 +02:00
dba Fixed bug #72157 (use-after-free caused by dba_open) 2016-05-05 11:12:17 +08:00
dom Removed "zend_fcall_info.function_table". It was assigned in many places, but is never used. 2016-04-27 13:46:38 +03:00
enchant
exif Merge branch 'PHP-5.6' into PHP-7.0 2016-04-27 13:19:29 +02:00
fileinfo Merge branch 'PHP-7.0' 2016-03-31 01:38:38 +02:00
filter
ftp
gd Merge branch 'PHP-5.6' into PHP-7.0 2016-04-27 13:19:29 +02:00
gettext
gmp fix build 2016-04-26 23:04:29 -07:00
hash Implement FIPS 180-4 algos: sha512/256 and sha512/224 2016-05-14 04:39:39 +00:00
iconv
imap
interbase Fixed build 2016-04-29 11:13:15 +08:00
intl - get rid of EG(scope). zend_get_executed_scope() should be used instead. 2016-04-28 04:13:34 +03:00
json Add php_json_yyparse for direct use in json ext 2016-05-11 21:11:47 +01:00
ldap
libxml
mbstring Merge branch 'PHP-7.0' 2016-05-05 17:27:58 +08:00
mcrypt
mysqli Merge branch 'PHP-7.0' 2016-05-09 17:29:56 +02:00
mysqlnd Fix compiler warnings in mysqlnd 2016-04-03 02:27:25 +02:00
oci8 Merge branch 'PHP-7.0' 2016-04-18 11:16:35 +10:00
odbc
opcache Inference: $a[]= results in long keys 2016-05-14 17:16:32 +02:00
openssl Merge branch 'PHP-7.0' 2016-05-06 09:33:22 +02:00
pcntl Fixed bug #72154 (pcntl_wait/pcntl_waitpid array internal structure overwrite) 2016-05-05 15:18:17 +08:00
pcre Revert "Revert "fix #72143 (preg_replace uses int instead of size_t on zend_string_allocs)"" 2016-05-16 06:22:13 -07:00
pdo - get rid of EG(scope). zend_get_executed_scope() should be used instead. 2016-04-28 04:13:34 +03:00
pdo_dblib Merge branch 'PHP-7.0' 2016-04-06 14:45:35 +02:00
pdo_firebird
pdo_mysql
pdo_oci Ensure an ORDER BY gets the expected row order 2016-05-02 16:08:48 +10:00
pdo_odbc Merge branch 'PHP-7.0' 2016-04-01 17:41:06 +02:00
pdo_pgsql Merge branch 'PHP-7.0' 2016-05-11 11:12:46 +08:00
pdo_sqlite Merge branch 'PHP-7.0' 2016-05-01 19:27:13 +02:00
pgsql Merge branch 'PHP-7.0' 2016-05-12 12:49:31 +02:00
phar
posix Fix posix build 2016-05-01 13:07:01 +02:00
pspell
readline Merge branch 'PHP-7.0' 2016-04-29 10:20:27 +01:00
recode
reflection fix #72209 (ReflectionProperty::getValue() doesn't fail if object doesn't match type) 2016-05-14 06:28:11 +01:00
session Merge branch 'PHP-7.0' 2016-04-15 21:09:05 -07:00
shmop Merge branch 'PHP-7.0' 2016-03-30 10:01:07 +02:00
simplexml
skeleton
snmp
soap Reimplemented Bob's commit bac6fdb0c5 without insignificant renaming and white-space changes 2016-05-06 10:47:58 +03:00
sockets Implement socket_export_stream() 2016-05-02 17:08:15 +02:00
spl Merge branch 'PHP-7.0' 2016-04-29 12:24:13 +03:00
sqlite3 Removed "zend_fcall_info.function_table". It was assigned in many places, but is never used. 2016-04-27 13:46:38 +03:00
standard Merge branch 'PHP-7.0' 2016-05-16 19:31:20 +02:00
sysvmsg
sysvsem
sysvshm
tidy
tokenizer
wddx - get rid of EG(scope). zend_get_executed_scope() should be used instead. 2016-04-28 04:13:34 +03:00
xml fix #72206 (xml_parser_create/xml_parser_free leaks mem) 2016-05-14 08:11:18 +01:00
xmlreader Merge branch 'PHP-5.6' into PHP-7.0 2016-05-03 19:10:40 +02:00
xmlrpc Merge branch 'PHP-5.6' into PHP-7.0 2016-04-26 13:44:52 +03:00
xmlwriter
xsl Removed "zend_fcall_info.function_table". It was assigned in many places, but is never used. 2016-04-27 13:46:38 +03:00
zip Merge branch 'PHP-7.0' 2016-04-26 22:59:25 -07:00
zlib
ext_skel
ext_skel_win32.php