php-src/ext
2020-09-29 16:31:07 +02:00
..
bcmath Update gmp+bcmath parameter names 2020-09-29 12:34:16 +02:00
bz2 Fix test case 2020-09-23 11:20:30 +02:00
calendar Add "const". Move constant strings to read-only memory. 2020-09-07 21:35:48 +03:00
com_dotnet Promote warnings to Error in COM extension 2020-09-21 14:32:00 +01:00
ctype Add more precise type info for stubs 2020-09-01 16:35:56 +02:00
curl Improve parameter names in ext/curl 2020-09-25 11:17:06 +02:00
date Promote a few forgotten warnings to exceptions 2020-09-25 12:08:15 +02:00
dba Run tidy 2020-09-18 14:28:32 +02:00
dom Make handling of NULL bytes in file paths more consistent (WIP) 2020-09-29 14:55:10 +02:00
enchant Run tidy 2020-09-18 14:28:32 +02:00
exif Run tidy 2020-09-18 14:28:32 +02:00
ffi Run tidy 2020-09-18 14:28:32 +02:00
fileinfo Make handling of NULL bytes in file paths more consistent (WIP) 2020-09-29 14:55:10 +02:00
filter Rename a few parameters in ext/filter 2020-09-29 11:04:09 +02:00
ftp Consolidate the usage of "either" and "one of" in error messages 2020-09-20 19:41:47 +02:00
gd Throw warning for failed object to int/float conversion 2020-09-21 17:04:39 +02:00
gettext Run tidy 2020-09-18 14:28:32 +02:00
gmp Update gmp+bcmath parameter names 2020-09-29 12:34:16 +02:00
hash Improve parameter names in ext/hash and ext/openssl 2020-09-24 22:15:30 +02:00
iconv Consistently handle out of bounds offsets in iconv_strpos() 2020-09-28 14:24:38 +02:00
imap Skip one more imap test under asan 2020-09-28 09:54:44 +02:00
intl Skip test with ICU version < 58 2020-09-26 10:47:56 +02:00
json Run tidy 2020-09-18 14:28:32 +02:00
ldap Fix "null" case in ldap.stub.php 2020-09-29 16:31:07 +02:00
libxml Try to fix windows build 2020-09-03 15:07:03 +02:00
mbstring Update mbstring parameter names 2020-09-28 09:51:58 +02:00
mysqli Fixed test for MySQL < 5.6 2020-09-28 08:52:21 +02:00
mysqlnd Promote a few forgotten warnings to exceptions 2020-09-25 12:08:15 +02:00
oci8 Run tidy 2020-09-18 14:28:32 +02:00
odbc Remove unused variable 2020-09-29 12:35:39 +02:00
opcache Allow tracing JIT cooperate with function JIT. 2020-09-29 16:33:32 +03:00
openssl Merge branch 'PHP-7.4' 2020-09-28 22:55:37 -07:00
pcntl Run tidy 2020-09-18 14:28:32 +02:00
pcre Merge branch 'PHP-7.4' into master 2020-09-21 10:29:36 +02:00
pdo Update PDO parameters for named arguments. 2020-09-28 23:02:05 +01:00
pdo_dblib Get rid of empty function entries 2020-08-01 10:07:05 +02:00
pdo_firebird Fix #64937: Firebird PDO preprocessing sql 2020-09-25 00:07:57 +02:00
pdo_mysql Update PDO parameters for named arguments. 2020-09-28 23:02:05 +01:00
pdo_oci Convert warnings to assetions in OCI PDO driver 2020-09-14 01:07:58 +02:00
pdo_odbc Merge branch 'PHP-7.4' into master 2020-09-28 22:59:51 +02:00
pdo_pgsql Run tidy 2020-09-18 14:28:32 +02:00
pdo_sqlite Make various failure conditions in PDO unconditional errors 2020-09-28 18:51:36 +01:00
pgsql Promote E_NOTICE to Value/TypeError in PostgreSQL extension 2020-09-29 15:13:01 +01:00
phar Skip unnecessary unknown() frames 2020-09-24 10:34:24 +02:00
posix Throw warning for failed object to int/float conversion 2020-09-21 17:04:39 +02:00
pspell Run tidy 2020-09-18 14:28:32 +02:00
readline Run tidy 2020-09-18 14:28:32 +02:00
reflection Make the $filter parameter of ReflectionClass::get*Constants() nullable 2020-09-29 11:04:10 +02:00
session Use callable type in register_shutdown_function() 2020-09-25 14:48:33 +02:00
shmop Run tidy 2020-09-18 14:28:32 +02:00
simplexml Run tidy 2020-09-18 14:28:32 +02:00
skeleton Run tidy 2020-09-18 14:28:32 +02:00
snmp Consolidate the usage of "either" and "one of" in error messages 2020-09-20 19:41:47 +02:00
soap Consolidate the usage of "either" and "one of" in error messages 2020-09-20 19:41:47 +02:00
sockets Promote notice to ValueError for invalid hint key 2020-09-28 16:24:04 +01:00
sodium Promote a few remaining errors in ext/standard 2020-09-15 14:26:16 +02:00
spl Clean up spl_fixedarray.c 2020-09-27 12:25:02 -06:00
sqlite3 Make handling of NULL bytes in file paths more consistent (WIP) 2020-09-29 14:55:10 +02:00
standard Don't accept dir handle in Directory methods 2020-09-29 14:50:40 +02:00
sysvmsg Add more argument types to stubs 2020-08-07 12:35:30 +02:00
sysvsem Run tidy 2020-09-18 14:28:32 +02:00
sysvshm Promote a few remaining errors in ext/standard 2020-09-15 14:26:16 +02:00
tidy Consolidate new union type ZPP macro names 2020-09-11 11:00:18 +02:00
tokenizer Update ext/tokenizer param names 2020-09-29 16:11:08 +02:00
xml Throw warning for failed object to int/float conversion 2020-09-21 17:04:39 +02:00
xmlreader Update xmlreader arginfo hash 2020-09-16 13:51:36 +02:00
xmlwriter Run tidy 2020-09-18 14:28:32 +02:00
xsl Promote warnings in ext/xsl 2020-09-28 16:02:31 +02:00
zend_test Pass zend_execute_data instead of zend_function to fcall init 2020-09-25 11:46:15 -07:00
zip bump zip extension version 2020-09-29 16:17:23 +02:00
zlib Consolidate the usage of "either" and "one of" in error messages 2020-09-20 19:41:47 +02:00
ext_skel.php Remove proto comments from C files 2020-07-06 21:13:34 +02:00