php-src/ext
Dharman 8f56b7a755 mysqli: Promote warning in field_seek
Aligning the behaviour of fetch_field and field_seek.
2020-09-17 09:42:42 +02:00
..
bcmath Promote some warnings in BCMath to Errors 2020-09-11 17:40:06 +02:00
bz2 Fix UNKNOWN default values in ext/standard 2020-09-07 18:58:11 +02:00
calendar Add "const". Move constant strings to read-only memory. 2020-09-07 21:35:48 +03:00
com_dotnet Consolidate new union type ZPP macro names 2020-09-11 11:00:18 +02:00
ctype Add more precise type info for stubs 2020-09-01 16:35:56 +02:00
curl Make null byte error a ValueError 2020-09-08 15:23:23 +02:00
date Add some ValueErrors to ext/date 2020-09-16 01:29:28 +02:00
dba Add a bunch of missing argument types to stubs 2020-08-03 00:45:51 +02:00
dom Display types in stubs more uniformly 2020-09-16 21:19:36 +02:00
enchant Promote warning to exception in ext/enchant 2020-08-24 17:37:20 +02:00
exif Make null byte error a ValueError 2020-09-08 15:23:23 +02:00
ffi Consolidate new union type ZPP macro names 2020-09-11 11:00:18 +02:00
fileinfo Improve error messages mentioning parameters instead of arguments 2020-09-09 10:47:43 +02:00
filter Declare array|int and object-of-class|int types in stubs 2020-09-14 11:59:32 +02:00
ftp Remove some unnecessary HAVE_EXTNAME guards 2020-09-07 11:05:07 +02:00
gd Make null byte error a ValueError 2020-09-08 15:23:23 +02:00
gettext Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
gmp Accept GMP|string|int union in GMP functions 2020-09-16 17:17:07 +02:00
hash Generate arginfos 2020-09-16 21:28:27 +02:00
iconv Add "const". Move constant strings to read-only memory. 2020-09-07 21:35:48 +03:00
imap Generate arginfos 2020-09-16 21:28:27 +02:00
intl Display types in stubs more uniformly 2020-09-16 21:19:36 +02:00
json Add GC_TRY_ADDREF macro 2020-09-15 11:41:09 +02:00
ldap Generate arginfos 2020-09-16 21:28:27 +02:00
libxml Try to fix windows build 2020-09-03 15:07:03 +02:00
mbstring fix mbfl function prototypes 2020-09-15 15:15:06 +02:00
mysqli mysqli: Promote warning in field_seek 2020-09-17 09:42:42 +02:00
mysqlnd Avoid ubsan warning due to memcpy null 2020-09-16 10:30:13 +02:00
oci8 Generate arginfos 2020-09-16 21:28:27 +02:00
odbc Generate arginfos 2020-09-16 21:28:27 +02:00
opcache Optimize code for FETCH_THIS + INIT_METHOD_CALL/ASSIGN_OBJ_OP/etc 2020-09-16 14:22:36 +03:00
openssl missing fix for test for new param. name 2020-09-16 07:58:53 +02:00
pcntl Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
pcre Fix preg_replace_callback_array() with array subject 2020-09-15 12:03:18 +02:00
pdo Display types in stubs more uniformly 2020-09-16 21:19:36 +02:00
pdo_dblib Get rid of empty function entries 2020-08-01 10:07:05 +02:00
pdo_firebird Get rid of empty function entries 2020-08-01 10:07:05 +02:00
pdo_mysql Convert warning to assetion in MySQL PDO driver 2020-09-15 12:49:59 +02:00
pdo_oci Convert warnings to assetions in OCI PDO driver 2020-09-14 01:07:58 +02:00
pdo_odbc Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
pdo_pgsql Promote Warnings to Error in PostgreSQL PDO driver 2020-09-14 13:41:10 +02:00
pdo_sqlite Merge branch 'PHP-7.3' into PHP-7.4 2020-08-31 11:08:26 +02:00
pgsql Promote warnings to Errors in PostgreSQL extension 2020-09-14 17:01:35 +02:00
phar Consolidate new union type ZPP macro names 2020-09-11 11:00:18 +02:00
posix Promote warning to exception in ext/posix 2020-08-24 17:34:33 +02:00
pspell Fix UNKNOWN default values in various extensions 2020-09-07 19:02:02 +02:00
readline Improve handling of #[ attributes in php -a 2020-09-06 10:40:26 -04:00
reflection Check ReflectionReference::fromArrayElement with union types 2020-09-15 12:56:10 +02:00
session Declare array|int and object-of-class|int types in stubs 2020-09-14 11:59:32 +02:00
shmop Promote warnings to exceptions in ext/shmop 2020-08-25 13:09:23 +02:00
simplexml Generate arginfos 2020-09-16 21:28:27 +02:00
skeleton Remove proto comments from C files 2020-07-06 21:13:34 +02:00
snmp Generate arginfos 2020-09-16 21:28:27 +02:00
soap Consolidate new union type ZPP macro names 2020-09-11 11:00:18 +02:00
sockets Display types in stubs more uniformly 2020-09-16 21:19:36 +02:00
sodium Promote a few remaining errors in ext/standard 2020-09-15 14:26:16 +02:00
spl Generate arginfos 2020-09-16 21:28:27 +02:00
sqlite3 Generate arginfos 2020-09-16 21:28:27 +02:00
standard Change int parameter types to bool when the parameter behaves as bool 2020-09-17 09:38:18 +02:00
sysvmsg Add more argument types to stubs 2020-08-07 12:35:30 +02:00
sysvsem Change int parameter types to bool when the parameter behaves as bool 2020-09-17 09:38:18 +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 Change Attribute Syntax from @@ to #[] 2020-09-02 20:26:50 +02:00
xml Generate arginfos 2020-09-16 21:28:27 +02:00
xmlreader Update xmlreader arginfo hash 2020-09-16 13:51:36 +02:00
xmlwriter Generate arginfos 2020-09-16 21:28:27 +02:00
xsl Consolidate new union type ZPP macro names 2020-09-11 11:00:18 +02:00
zend_test Consolidate new union type ZPP macro names 2020-09-11 11:00:18 +02:00
zip Generate arginfos 2020-09-16 21:28:27 +02:00
zlib Fix UNKNOWN default values in ext/standard 2020-09-07 18:58:11 +02:00
ext_skel.php Remove proto comments from C files 2020-07-06 21:13:34 +02:00