php-src/ext
Christoph M. Becker e1559b51cd Merge branch 'PHP-7.4'
* PHP-7.4:
  Add missing skipif clause
2019-12-28 11:02:03 +01:00
..
bcmath Fix smaller issues with stubs 2019-12-20 14:31:07 +01:00
bz2 Add type error on filename which contain null bytes in bzopen 2019-12-08 15:06:59 +01:00
calendar Add union return types for function stubs 2019-11-11 14:54:55 +01:00
com_dotnet Add union return types for function stubs 2019-11-11 14:54:55 +01:00
ctype Clean DONE tags from tests 2019-11-07 21:31:47 +01:00
curl Merge branch 'PHP-7.4' 2019-12-28 11:02:03 +01:00
date Fix #78880: Spelling error report 2019-12-21 11:58:00 +01:00
dba Add union return types for function stubs 2019-11-11 14:54:55 +01:00
dom ext/dom: Replace usages of PHP_FUNCTION and aliases with PHP_METHOD. 2019-11-09 21:29:42 +01:00
enchant Add union return types for function stubs 2019-11-11 14:54:55 +01:00
exif Merge branch 'PHP-7.4' 2019-12-17 13:26:32 +01:00
ffi Merge branch 'PHP-7.4' 2019-12-27 15:11:51 +01:00
fileinfo Merge branch 'PHP-7.4' 2019-12-20 11:24:14 +01:00
filter Remove dead code in sanitizing_filter.c of the filter extension 2019-12-13 17:59:52 +01:00
ftp Add union return types for function stubs 2019-11-11 14:54:55 +01:00
gd Fix smaller issues with stubs 2019-12-20 14:31:07 +01:00
gettext Add union return types for function stubs 2019-11-11 14:54:55 +01:00
gmp Add union return types with one class 2019-11-18 12:44:38 +01:00
hash Fix smaller issues with stubs 2019-12-20 14:31:07 +01:00
iconv Promote warnings to exceptions in string search related functions 2019-12-20 16:43:40 +01:00
imap Add union return types with one class 2019-11-18 12:44:38 +01:00
intl Merge branch 'PHP-7.4' 2019-12-09 16:35:45 +01:00
json Convert warnings to ValueError 2019-12-08 21:03:14 +01:00
ldap Add union return types for function stubs 2019-11-11 14:54:55 +01:00
libxml Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter). 2019-12-25 12:33:30 +01:00
mbstring Promote warnings to exceptions in string search related functions 2019-12-20 16:43:40 +01:00
mysqli Merge branch 'PHP-7.4' 2019-12-27 17:26:42 +01:00
mysqlnd Merge branch 'PHP-7.4' 2019-12-27 17:31:27 +01:00
oci8 Clean DONE tags from tests 2019-11-07 21:31:47 +01:00
odbc Add union return types with one class 2019-11-18 12:44:38 +01:00
opcache Fixed type_info for new array element (it may be only NULL) 2019-12-26 16:32:45 +03:00
openssl Add union return types for function stubs 2019-11-11 14:54:55 +01:00
pcntl Merge branch 'PHP-7.4' 2019-12-20 11:03:15 +01:00
pcre Merge branch 'PHP-7.4' 2019-11-22 19:30:43 +01:00
pdo Restore PDOStatement::setFetchMode() signature 2019-12-06 07:18:11 +01:00
pdo_dblib
pdo_firebird Merge branch 'PHP-7.4' 2019-11-02 10:19:56 +01:00
pdo_mysql Merge branch 'PHP-7.4' 2019-12-27 17:26:42 +01:00
pdo_oci Fix #78880: Spelling error report 2019-12-21 11:58:00 +01:00
pdo_odbc
pdo_pgsql Merge branch 'PHP-7.4' 2019-12-20 12:06:24 +01:00
pdo_sqlite
pgsql Fix #78880: Spelling error report 2019-12-21 11:58:00 +01:00
phar phar: fix offset*() prototypes 2019-12-13 10:41:50 +01:00
posix Add union return types for function stubs 2019-11-11 14:54:55 +01:00
pspell Add union return types for function stubs 2019-11-11 14:54:55 +01:00
readline Add union return types for function stubs 2019-11-11 14:54:55 +01:00
reflection Fix #78880: Spelling error report 2019-12-21 11:58:00 +01:00
session Add union return types for function stubs 2019-11-11 14:54:55 +01:00
shmop Add union return types for function stubs 2019-11-11 14:54:55 +01:00
simplexml Fix #78880: Spelling error report 2019-12-21 11:58:00 +01:00
skeleton Convert the example skeleton extension to use arginfo stubs 2019-11-18 11:41:24 +01:00
snmp Add union return types for function stubs 2019-11-11 14:54:55 +01:00
soap Fix #78880: Spelling error report 2019-12-21 11:58:00 +01:00
sockets Make test more resilient 2019-11-21 13:40:36 +01:00
sodium Promote warnings to exceptions in password_*() functions 2019-12-12 12:14:53 +01:00
spl Fix #78880: Spelling error report 2019-12-21 11:58:00 +01:00
sqlite3 Add setAuthorizer method to SQLite3 2019-12-20 11:33:23 +01:00
standard Implemented FR #78638 (__PHP_Incomplete_Class should be final) 2019-12-24 17:09:44 +08:00
sysvmsg Add union return types for function stubs 2019-11-11 14:54:55 +01:00
sysvsem Cleanup return values when parameter parsing is unsuccessful 2019-10-30 16:05:20 +01:00
sysvshm Clean DONE tags from tests 2019-11-07 21:31:47 +01:00
tidy Add union return types with one class 2019-11-18 12:44:38 +01:00
tokenizer Fix #78880: Spelling error report 2019-12-21 11:58:00 +01:00
xml Add union return types with one class 2019-11-18 12:44:38 +01:00
xmlreader Clean DONE tags from tests 2019-11-07 21:31:47 +01:00
xmlrpc
xmlwriter Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter). 2019-12-25 12:33:30 +01:00
xsl Clean DONE tags from tests 2019-11-07 21:31:47 +01:00
zend_test Remove ezmlm_hash() function 2019-12-05 13:15:54 +01:00
zip Add union return types for function stubs 2019-11-11 14:54:55 +01:00
zlib Fix smaller issues with stubs 2019-12-20 14:31:07 +01:00
ext_skel.php Convert the example skeleton extension to use arginfo stubs 2019-11-18 11:41:24 +01:00