php-src/ext
2020-09-15 12:49:59 +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 Slightly improve error handling in DatePeriod::__construct() 2020-09-14 11:59:51 +02:00
dba Add a bunch of missing argument types to stubs 2020-08-03 00:45:51 +02:00
dom Consolidate new union type ZPP macro names 2020-09-11 11:00:18 +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 Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
hash Make null byte error a ValueError 2020-09-08 15:23:23 +02:00
iconv Add "const". Move constant strings to read-only memory. 2020-09-07 21:35:48 +03:00
imap Improve error messages mentioning parameters instead of arguments 2020-09-09 10:47:43 +02:00
intl Declare array|int and object-of-class|int types in stubs 2020-09-14 11:59:32 +02:00
json Add GC_TRY_ADDREF macro 2020-09-15 11:41:09 +02:00
ldap Consolidate new union type ZPP macro names 2020-09-11 11:00:18 +02:00
libxml Try to fix windows build 2020-09-03 15:07:03 +02:00
mbstring Make mb_send_mail() consistent with mail() 2020-09-14 11:52:33 +02:00
mysqli Convert E_ERROR to Error exception in mysqli_result iterator 2020-09-14 12:15:24 +02:00
mysqlnd Drop some dead code 2020-09-14 12:03:07 +02:00
oci8 Promote some warnings to ValueError in OCI8 2020-09-15 02:54:12 +02:00
odbc Move custom type checks to ZPP 2020-09-02 11:11:38 +02:00
opcache Merge branch 'PHP-7.4' into master 2020-09-14 22:36:00 +02:00
openssl Fix broken test 2020-09-13 10:02:13 +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 Skip PDO test for Oracle 2020-09-10 17:32:44 +10: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 Update array parameter names for named parameters 2020-09-14 14:56:49 +00: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 Fix UNKNOWN default values in various extensions 2020-09-07 19:02:02 +02:00
skeleton Remove proto comments from C files 2020-07-06 21:13:34 +02:00
snmp Consolidate new union type ZPP macro names 2020-09-11 11:00:18 +02:00
soap Consolidate new union type ZPP macro names 2020-09-11 11:00:18 +02:00
sockets Improve error messages mentioning parameters instead of arguments 2020-09-09 10:47:43 +02:00
sodium Improve error messages mentioning parameters instead of arguments 2020-09-09 10:47:43 +02:00
spl Use normal error in SPL for uninitialized objects 2020-09-15 12:49:59 +02:00
sqlite3 Use Error for uninitialized SQLite object 2020-09-12 22:37:04 +02:00
standard Add GC_TRY_ADDREF macro 2020-09-15 11:41:09 +02:00
sysvmsg Add more argument types to stubs 2020-08-07 12:35:30 +02:00
sysvsem Remove proto comments from C files 2020-07-06 21:13:34 +02:00
sysvshm Warning to Error promotion in ext/standard 2020-09-03 17:43:57 +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 Move custom type checks to ZPP 2020-09-02 11:11:38 +02:00
xmlreader Promote warnings to exceptions in ext/xmlreader 2020-08-25 11:54:45 +02:00
xmlwriter Fix UNKNOWN default values in various extensions 2020-09-07 19:02:02 +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 Consolidate new union type ZPP macro names 2020-09-11 11:00:18 +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