php-src/ext
Stanislav Malyshev 6d5cddabaf Fix test
2019-12-16 10:03:43 -08:00
..
bcmath Fix #78878: Buffer underflow in bc_shift_addsub 2019-12-16 00:05:03 -08:00
bz2 Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
calendar Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
com_dotnet Fix #78694: Appending to a variant array causes segfault 2019-10-19 11:47:00 +02:00
ctype Trim trailing whitespace in *.phpt 2018-10-14 19:44:14 +02:00
curl Fixed bug #78775 2019-11-05 12:13:46 +01:00
date Fix #78751: Serialising DatePeriod converts DateTimeImmutable 2019-10-28 13:07:28 +01:00
dba Trim trailing whitespace in *.phpt 2018-10-14 19:44:14 +02:00
dom Fix test cases for libxml2 2.9.10 2019-10-31 16:07:34 +01:00
enchant Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
exif Fix test 2019-12-16 10:03:43 -08:00
fileinfo Merge branch 'PHP-7.1' into PHP-7.2 2019-10-28 20:47:30 -07:00
filter Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
ftp Fix bug #77124 2019-07-15 15:19:31 +02:00
gd Fix #78849: GD build broken with -D SIGNED_COMPARE_SLOW 2019-11-21 09:59:26 +01:00
gettext Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
gmp Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
hash Merge branch 'PHP-7.1' into PHP-7.2 2019-04-06 19:05:37 -07:00
iconv Fix #78642: Wrong libiconv version displayed 2019-10-08 12:09:11 +02:00
imap Merge branch 'PHP-7.1' into PHP-7.2 2018-12-03 00:42:50 -08:00
interbase Fixed bug #72175 2019-03-25 16:41:21 +01:00
intl Fix bug #78804 - Segmentation fault in Locale::filterMatches 2019-11-11 22:32:35 -08:00
json Fixed bug #77843 2019-04-23 12:43:07 +02:00
ldap Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
libxml Fix test to be skipped if dom is not available 2019-09-22 18:42:02 +02:00
mbstring Fix #78609: mb_check_encoding() no longer supports stringable objects 2019-09-30 12:42:04 +02:00
mysqli Fix bug #76809 (SSL settings aren't respected when persistent connection is reused) 2019-10-03 06:56:21 +02:00
mysqlnd fix the problem for connect_attr, set db condition, and add a new attribute _server_host 2019-08-20 13:31:58 +02:00
oci8 Correct skipif use for OCI8 password tests 2019-02-20 11:10:57 +11:00
odbc Fix #78473: odbc_close() closes arbitrary resources 2019-08-28 17:55:15 +02:00
opcache Fix $x = (bool)$x; for undefined with opcache 2019-11-18 11:24:03 +03:00
openssl Fixed bug #78775 2019-11-05 12:13:46 +01:00
pcntl Make pid & uid available while handling realtime signals 2019-02-12 10:09:33 +01:00
pcre Add pcre_get_compiled_regex_cache_ex() with local_aware flag 2019-10-08 16:11:55 +02:00
pdo Follow up #77849 PDOStatement objects in undefined state after clone 2019-04-06 01:26:47 +02:00
pdo_dblib Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
pdo_firebird Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
pdo_mysql Fix #78623: Regression caused by "SP call yields additional empty result set" 2019-10-07 09:15:51 +02:00
pdo_oci pdo_oci: Add client identifier and module attrs 2019-02-11 16:10:47 +11:00
pdo_odbc Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
pdo_pgsql Fix tests wrt. internationalization 2019-04-12 13:07:39 +02:00
pdo_sqlite Fix bug #78192 PDO SQLite SegFault when reuse statement after schema has changed 2019-06-28 12:36:02 +02:00
pgsql Fix 29nb_async_connect.phpt 2019-04-10 13:06:02 +02:00
phar Fix leak in phar open 2019-10-10 16:14:21 +02:00
posix Skip test when SIGKILL is not defined 2019-08-09 10:32:15 +02:00
pspell Trim trailing whitespace in *.phpt 2018-10-14 19:44:14 +02:00
readline use {TMP} placeholder in phpt tests 2019-05-21 09:02:37 +02:00
recode Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
reflection Fix bug #78697: inaccurate error message 2019-10-21 09:22:09 +02:00
session Set session.gc_probability=0 in bug78624.phpt 2019-10-07 16:43:19 +02:00
shmop Trim trailing whitespace in *.phpt 2018-10-14 19:44:14 +02:00
simplexml Convert CRLF to LF 2019-05-13 03:51:00 +02:00
skeleton Trim trailing whitespace in *.phpt 2018-10-14 19:44:14 +02:00
snmp Add missing skip keyword in tests 2019-10-01 11:13:36 +02:00
soap Use TRY_ADDREF/TRY_DELREF in soap 2019-07-12 16:50:43 +02:00
sockets Fix #78665: Multicasting may leak memory 2019-10-12 14:43:43 +02:00
sodium Drop regression test 2019-09-10 10:07:39 +02:00
spl Fix test 2019-12-16 00:03:18 -08:00
sqlite3 Merge branch 'PHP-7.1' into PHP-7.2 2019-07-09 10:02:47 +02:00
standard Fix #78862: link() silently truncates after a null byte on Windows 2019-12-16 00:03:06 -08:00
sysvmsg Trim trailing whitespace in *.phpt 2018-10-14 19:44:14 +02:00
sysvsem
sysvshm Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
tidy Fix syntax error 2018-12-09 19:13:09 +01:00
tokenizer Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
wddx Merge branch 'PHP-7.1' into PHP-7.2 2019-01-07 01:03:26 -08:00
xml Merge branch 'PHP-7.1' into PHP-7.2 2018-10-16 18:49:17 +02:00
xmlreader Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
xmlrpc Fix #78173: XML-RPC mutates immutable objects during encoding 2019-06-18 17:08:11 +02:00
xmlwriter Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
xsl Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
zend_test Fixed bug #78747 2019-10-25 12:47:18 +02:00
zip Fix #78641: addGlob can modify given remove_path value 2019-10-08 09:45:05 +02:00
zlib Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
ext_skel Merge branch 'PHP-7.1' into PHP-7.2 2018-10-19 00:07:42 +02:00
ext_skel_win32.php Sync leading and final newlines in source code files 2018-10-14 12:54:08 +02:00