php-src/ext
Nikita Popov fba6f90ae3 Fix type inference bugs
* Add proper array_key_any|array_of_any|array_of_ref in some more
  places
* strlen() on objects may be null
* IS fetch on string dim may be null
2016-06-15 22:52:48 +02:00
..
bcmath Merge branch 'PHP-5.6' into PHP-7.0 2016-04-27 13:19:29 +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 Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
ctype Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
curl Added test 2016-06-07 14:08:12 +03:00
date Merge branch 'PHP-7.0' 2016-06-15 18:30:19 +01: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 Remove version checks 2016-01-30 15:35:28 +01:00
exif Merge branch 'PHP-5.6' into PHP-7.0 2016-06-14 10:50:45 -07:00
fileinfo Merge branch 'PHP-7.0' 2016-03-31 01:38:38 +02:00
filter Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
ftp allow static build of ext/ftp 2016-01-08 08:07:15 +01:00
gd Merge branch 'PHP-5.6' 2016-06-08 11:13:27 +07:00
gettext Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
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 Add negative offset support to iconv_strpos() 2016-03-09 14:41:38 +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-7.0' 2016-06-06 21:08:18 +02:00
json Add php_json_yyparse for direct use in json ext 2016-05-11 21:11:47 +01:00
ldap fix SKIPIF sections 2016-03-09 14:28:38 +01:00
libxml Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
mbstring Merge branch 'PHP-7.0' 2016-06-15 14:55:43 +08:00
mcrypt Merge branch 'PHP-7.0' 2016-03-03 16:50:47 +01:00
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 Merge branch 'PHP-5.6' into PHP-7.0 2016-03-17 13:42:34 +01:00
opcache Fix type inference bugs 2016-06-15 22:52:48 +02:00
openssl Merge branch 'PHP-7.0' 2016-06-12 18:40:24 +01: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 fix ibase handle initialization, mostly compiler warnings 2016-06-06 13:30:17 +02:00
pdo_mysql Merge branch 'PHP-7.0' 2016-03-03 16:50:47 +01:00
pdo_oci Ensure an ORDER BY gets the expected row order 2016-05-02 16:08:48 +10:00
pdo_odbc Fix ODBC bug for varchars returning with length zero 2016-06-02 12:04:10 +02:00
pdo_pgsql Merge branch 'PHP-7.0' 2016-06-01 11:57:00 +02:00
pdo_sqlite Merge branch 'PHP-7.0' 2016-05-01 19:27:13 +02:00
pgsql Merge branch 'PHP-7.0' 2016-05-31 17:23:03 +08:00
phar Fixed bug #71331 - Uninitialized pointer in phar_make_dirstream() 2016-04-28 20:57:44 +03:00
posix Fix posix build 2016-05-01 13:07:01 +02:00
pspell Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
readline Merge branch 'PHP-7.0' 2016-04-29 10:20:27 +01:00
recode Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
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-06-09 15:45:54 +02:00
shmop Merge branch 'PHP-7.0' 2016-03-30 10:01:07 +02:00
simplexml Merge branch 'PHP-7.0' 2016-03-08 13:16:46 +01:00
skeleton Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
snmp Merge branch 'PHP-7.0' 2016-03-29 11:27:39 +02:00
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 Implemented FR #72385 (Update SQLite bundle lib(3.13.0)) 2016-06-13 17:53:31 -07:00
standard Fix bug #72138 - Integer Overflow in Length of String-typed ZVAL 2016-06-14 01:03:03 -07: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 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 - get rid of EG(scope). zend_get_executed_scope() should be used instead. 2016-04-28 04:13:34 +03:00
xml Unused var 2016-06-14 21:29:02 +08:00
xmlreader Merge branch 'PHP-5.6' into PHP-7.0 2016-05-03 19:10:40 +02:00
xmlrpc fix test portability 2016-05-31 18:42:40 +02:00
xmlwriter Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
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-05-30 12:50:25 +02:00
zlib fix test portability 2016-06-13 15:47:08 +02:00
ext_skel Remove trailing spaces 2015-12-16 12:45:09 +08:00
ext_skel_win32.php