php-src/ext
Nikita Popov faea5ab837 Throw from XmlReader::expand() if DOM extension missing
Otherwise it is hard to uphold the arginfo contract for this
function -- we cannot simply mirror the zpp call, as the class
entry it is based on does not exist.
2020-10-05 12:31:48 +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 Fixed bug #80121 2020-10-01 17:05:23 +02:00
date Update ext/standard parameter names 2020-09-29 16:49:46 +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 Review parameter names in ext/enchant 2020-10-02 11:55:46 +02:00
exif Review parameter names in ext/exif 2020-10-02 11:56:16 +02:00
ffi Declare FFI\CType in namespace 2020-10-02 17:54:34 +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 Review parameter names in ext/ftp 2020-10-02 14:26:39 +02:00
gd Add test instantiating all objects 2020-10-01 18:37:24 +02:00
gettext Review parameter names in ext/gettext 2020-09-30 23:01:56 +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 Update iconv parameter names 2020-09-29 18:11:07 +02:00
imap Skip one more imap test under asan 2020-09-28 09:54:44 +02:00
intl Fix out of bounds offset handling with empty needle 2020-10-01 16:41:51 +02:00
json Review parameter names in ext/json 2020-09-30 10:10:27 +02:00
ldap Remove deprecated functions from php-ldap 2020-10-01 10:15:27 +02:00
libxml Try to fix windows build 2020-09-03 15:07:03 +02:00
mbstring Fix out-of-bounds write 2020-10-02 15:02:35 +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 Revert "Use external iterator instead of via the internal pointer" 2020-09-30 01:23:16 +02:00
opcache Copy optimization for (BINARY_OP/ACCIGN + SEND_VAL) 2020-10-02 12:06:02 +03:00
openssl Add test instantiating all objects 2020-10-01 18:37:24 +02:00
pcntl Run tidy 2020-09-18 14:28:32 +02:00
pcre Review parameter names in ext/pcre 2020-10-02 11:55:23 +02:00
pdo Update PDO parameters for named arguments. 2020-09-28 23:02:05 +01:00
pdo_dblib
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 Use a subrountine to check for valid OID strings 2020-10-02 16:32:06 +01:00
phar Update ext/standard parameter names 2020-09-29 16:49:46 +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 Review parameter names in ext/readline 2020-09-30 10:10:28 +02:00
reflection Update ext/standard parameter names 2020-09-29 16:49:46 +02:00
session Review parameter names in ext/session 2020-09-30 13:21:17 +02:00
shmop Review parameter names in ext/shmop 2020-09-30 21:07:25 +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 Merge branch 'PHP-7.4' 2020-09-30 08:37:43 +03: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 Support GC for AppendIterator 2020-10-01 16:18:23 +02:00
sqlite3 Make handling of NULL bytes in file paths more consistent (WIP) 2020-09-29 14:55:10 +02:00
standard Merge branch 'PHP-7.4' 2020-10-05 10:48:04 +02:00
sysvmsg Review parameter names in ext/sysvmsg 2020-10-01 23:08:20 +02:00
sysvsem Review parameter names in ext/sysvsem 2020-10-01 23:09:31 +02:00
sysvshm Review parameter names in ext/sysvshm 2020-10-01 23:09:56 +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 Throw from XmlReader::expand() if DOM extension missing 2020-10-05 12:31:48 +02:00
xmlwriter Improve parameter names in ext/xmlwriter 2020-10-01 14:15:27 +02:00
xsl Promote warnings in ext/xsl 2020-09-28 16:02:31 +02:00
zend_test Support specifying linkage for generate-function-entries 2020-10-02 17:21:16 +02: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