php-src/ext
Christoph M. Becker a56cdd0a82 Fix #77147: Fix for 60494 ignores ICONV_MIME_DECODE_CONTINUE_ON_ERROR
If the `ICONV_MIME_DECODE_CONTINUE_ON_ERROR` flag is set, parsing
should not fail, if there are illegal characters in the headers;
instead we silently ignore these like before.
2018-11-14 14:55:38 +01:00
..
bcmath Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
bz2 Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
calendar Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
com_dotnet Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
ctype Trim trailing whitespace in *.phpt 2018-10-14 19:43:12 +02:00
curl Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
date Updated to version 2018.7 (2018g) 2018-10-30 11:25:45 +00:00
dba Trim trailing whitespace in *.phpt 2018-10-14 19:43:12 +02:00
dom Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
enchant Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
exif Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
fileinfo Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
filter Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
ftp Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
gd Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
gettext Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
gmp Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
hash Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
iconv Fix #77147: Fix for 60494 ignores ICONV_MIME_DECODE_CONTINUE_ON_ERROR 2018-11-14 14:55:38 +01:00
imap Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
interbase Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
intl Fix tests for ICU 63.1 2018-10-20 23:02:06 +02:00
json Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
ldap Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
libxml Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
mbstring Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
mcrypt Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
mysqli Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
mysqlnd Trim trailing whitespace in source code files 2018-10-13 14:12:55 +02:00
oci8 Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
odbc fix bug #77079 2018-10-30 00:19:07 +01:00
opcache Fixed bug #77058 2018-10-25 16:37:41 +02:00
openssl Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
pcntl Trim trailing whitespace in *.phpt 2018-10-14 19:43:12 +02:00
pcre Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
pdo Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
pdo_dblib Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
pdo_firebird Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
pdo_mysql Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
pdo_oci Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
pdo_odbc Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
pdo_pgsql Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
pdo_sqlite Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
pgsql Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
phar Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
posix Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
pspell Trim trailing whitespace in *.phpt 2018-10-14 19:43:12 +02:00
readline Trim trailing whitespace in *.phpt 2018-10-14 19:43:12 +02:00
recode Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
reflection Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
session Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
shmop Trim trailing whitespace in *.phpt 2018-10-14 19:43:12 +02:00
simplexml Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
skeleton Trim trailing whitespace in *.phpt 2018-10-14 19:43:12 +02:00
snmp Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
soap Fix #77141: Signedness issue in SOAP when precision=-1 2018-11-12 23:19:30 +01:00
sockets Validate length on socket_write 2018-11-13 12:56:37 +01:00
spl Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
sqlite3 Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
standard Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
sysvmsg Trim trailing whitespace in *.phpt 2018-10-14 19:43:12 +02:00
sysvsem year++ 2018-01-02 12:53:31 +08:00
sysvshm Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
tidy Fix #77027: tidy::getOptDoc() not available on Windows 2018-10-17 16:27:07 +02:00
tokenizer Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
wddx Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
xml Add support for getting SKIP_TAGSTART and SKIP_WHITE options 2018-10-16 18:47:31 +02:00
xmlreader Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
xmlrpc Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
xmlwriter Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
xsl Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
zip Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
zlib Sync leading and final newlines in *.phpt sections 2018-10-15 04:29:24 +02:00
ext_skel Fix #77035: The phpize and ./configure create redundant .deps file 2018-10-19 00:02:09 +02:00
ext_skel_win32.php Sync leading and final newlines in source code files 2018-10-14 12:51:01 +02:00