php-src/ext
Christoph M. Becker c2ca9cd73f
Don't unnecessarily skip mb related tests
Apparently, these tests have been overlooked when we switched to using
the `--EXTENSIONS--` section.  That caused to skip these tests on
AppVeyor.

Closes GH-8504.
2022-05-06 15:48:21 +02:00
..
bcmath Add some more test cases for BCMath 2021-12-30 13:02:56 +01:00
bz2 BZ2: Use EMPTY_SWITCH_DEFAULT_CASE 2022-04-11 16:58:13 +01:00
calendar Merge branch 'PHP-8.1' 2021-11-07 08:48:49 +01:00
com_dotnet Merge branch 'PHP-8.1' 2021-12-26 16:43:34 +01:00
ctype Move ctype test out from Zend and into ctype extension 2021-12-20 18:12:35 +00:00
curl Merge branch 'PHP-8.0' into PHP-8.1 2022-05-03 15:08:43 +02:00
date Merge branch 'PHP-8.1' 2022-05-05 15:24:14 +01:00
dba Fix [-Wundef] warnings in DBA extension 2022-04-01 14:38:44 +01:00
dl_test Fix unregistering ini entries of dynamically loaded extension (#8435) 2022-05-06 15:25:44 +02:00
dom Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
enchant Add more specific array return type hints for various extensions - part 1 2021-11-07 08:46:25 +01:00
exif Don't unnecessarily skip mb related tests 2022-05-06 15:48:21 +02:00
ffi Merge branch 'PHP-8.1' 2022-04-24 18:05:08 +02:00
fileinfo fileinfo: Re-add Apple flag 2022-04-15 14:44:50 +02:00
filter Merge branch 'PHP-8.0' into PHP-8.1 2022-03-28 10:54:05 -06:00
ftp Add more specific array return type hints for various extensions - part 2 2021-11-17 10:56:27 +01:00
gd Improve and fix stub return types (#8368) 2022-04-14 18:38:00 +01:00
gettext
gmp Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
hash Merge branch 'PHP-8.1' 2022-04-05 13:36:50 +02:00
iconv Merge branch 'PHP-8.1' 2022-04-25 14:30:26 +02:00
imap Merge branch 'PHP-8.1' 2021-11-25 18:31:29 +01:00
intl Merge branch 'PHP-8.1' 2022-04-24 12:46:07 +02:00
json Merge branch 'PHP-8.1' 2022-03-31 14:31:43 +02:00
ldap
libxml Optimize stripos/stristr 2022-01-31 21:44:31 +01:00
mbstring Fix skip clause 2022-05-06 15:41:10 +02:00
mysqli Verify generated files are up to date in CI 2022-04-21 23:25:47 +02:00
mysqlnd Merge branch 'PHP-8.1' 2022-03-31 10:54:38 +01:00
oci8 Deprecate ${} string interpolation 2022-05-05 10:14:56 +02:00
odbc Merge branch 'PHP-8.1' 2022-01-07 19:26:01 +01:00
opcache Deprecate ${} string interpolation 2022-05-05 10:14:56 +02:00
openssl Merge branch 'PHP-8.1' 2022-04-13 15:23:41 +02:00
pcntl Merge branch 'PHP-8.1' 2022-03-04 16:21:57 +01:00
pcre Allow internal functions to declare if they support compile-time evaluation, add functions. (#7780) 2021-12-20 09:27:06 -05:00
pdo Merge branch 'PHP-8.1' 2022-01-01 17:55:33 +01:00
pdo_dblib Make strtolower() and strtoupper() do ASCII case conversion (#7506) 2021-12-15 08:38:35 -05:00
pdo_firebird Use memrchr() when available 2021-11-24 16:13:34 +03:00
pdo_mysql Merge branch 'PHP-8.1' 2022-05-03 12:44:32 +02:00
pdo_oci
pdo_odbc Fix #80909: crash with persistent connections in PDO_ODBC 2022-02-21 12:47:48 +01:00
pdo_pgsql Merge branch 'PHP-8.1' 2021-12-12 15:18:58 +01:00
pdo_sqlite Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
pgsql Deprecate ${} string interpolation 2022-05-05 10:14:56 +02:00
phar Deprecate ${} string interpolation 2022-05-05 10:14:56 +02:00
posix
pspell
readline
reflection Throw when calling ReflectionAttribute::__construct() 2022-05-03 21:23:22 +02:00
session Deprecate ${} string interpolation 2022-05-05 10:14:56 +02:00
shmop
simplexml Merge branch 'PHP-8.1' 2021-12-22 12:36:53 +01:00
skeleton
snmp Fix [-Wundef] warnings in SNMP extension 2022-04-01 15:45:44 +01:00
soap Deprecate ${} string interpolation 2022-05-05 10:14:56 +02:00
sockets Merge branch 'PHP-8.1' 2022-03-10 14:52:48 +01:00
sodium Use proper types in sodium_crypto_stream_xchacha20_xor_ic() 2022-04-05 16:34:12 +02:00
spl Merge branch 'PHP-8.1' 2022-05-03 12:59:59 +02:00
sqlite3 Allow user to change SQLITE_DEFENSIVE if needed 2022-04-11 17:08:48 +02:00
standard Don't unnecessarily skip mb related tests 2022-05-06 15:48:21 +02:00
sysvmsg
sysvsem
sysvshm
tidy Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
tokenizer
xml Refactor php_next_utf8_char() to use zend_result 2022-03-13 13:48:21 +00:00
xmlreader
xmlwriter
xsl Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
zend_test Fix zend_test tests 2022-05-04 11:29:08 +02:00
zip bump zip version 2022-05-02 15:18:02 +02:00
zlib Merge branch 'PHP-8.1' 2022-04-25 14:30:26 +02:00
ext_skel.php