php-src/ext
Nikita Popov 9695936341 Don't test legacy algorithms in SPKI tests
MD4 and RMD160 may not be available on newer OpenSSL versions.
2021-08-04 12:02:58 +02:00
..
bcmath Merge branch 'PHP-8.0' 2021-07-16 16:01:03 +02:00
bz2 Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
calendar Prefer EXPECT over EXPECTF 2021-06-29 17:13:02 +02:00
com_dotnet Use single line phpdoc in stubs where possible 2021-07-20 13:16:56 +02:00
ctype Deprecate ctype_*() on non-string arguments 2021-07-09 12:00:35 +02:00
curl Add RETURN/RETVAL_COPY_DEREF() macros 2021-07-22 09:44:19 +02:00
date Merge branch 'PHP-8.0' 2021-07-19 15:08:21 +01:00
dba Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
dom Fix some mismatches in preprocessor directive comments 2021-08-02 11:18:36 +02:00
enchant Not serializable flag permeation 2021-07-20 12:28:35 +02:00
exif Prefer EXPECT over EXPECTF 2021-06-29 17:13:02 +02:00
ffi Use single line phpdoc in stubs where possible 2021-07-20 13:16:56 +02:00
fileinfo Use single line phpdoc in stubs where possible 2021-07-20 13:16:56 +02:00
filter Deprecate filter.default 2021-07-12 09:33:08 +02:00
ftp Not serializable flag permeation 2021-07-20 12:28:35 +02:00
gd Merge branch 'PHP-8.0' 2021-08-03 16:22:22 +02:00
gettext Migrate SKIPIF -> EXTENSIONS (#7138) 2021-06-11 11:57:42 +02:00
gmp Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
hash Deprecate mhash 2021-07-08 15:34:51 +02:00
iconv Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
imap Fix typos (#7327) 2021-08-01 18:03:30 +01:00
intl Fix bug #81303 improve match errors 2021-08-02 17:31:26 +02:00
json Move php_gcvt to zend_gcvt 2021-08-02 14:51:46 +02:00
ldap Use single line phpdoc in stubs where possible 2021-07-20 13:16:56 +02:00
libxml Prefer EXPECT over EXPECTF 2021-06-29 17:13:02 +02:00
mbstring Add missing EXTENSIONS section 2021-07-28 12:38:41 +02:00
mysqli Fix typos (#7327) 2021-08-01 18:03:30 +01:00
mysqlnd Move php_gcvt to zend_gcvt 2021-08-02 14:51:46 +02:00
oci8 Update OCI8 tests for oci8.old_oci_close_semantics deprecation 2021-08-02 11:35:27 +10:00
odbc Deprecate odbc_result_all() 2021-07-08 16:46:08 +02:00
opcache Remove declares inside functions as well 2021-08-02 10:41:27 +02:00
openssl Don't test legacy algorithms in SPKI tests 2021-08-04 12:02:58 +02:00
pcntl Prefer EXPECT over EXPECTF 2021-06-29 17:13:02 +02:00
pcre Merge branch 'PHP-8.0' 2021-07-12 18:38:24 +02:00
pdo Remove unnecessary PDORow get_method / get_class_name handlers 2021-07-22 10:40:10 +02:00
pdo_dblib Skip bug_50755.phpt in repeat mode 2021-07-09 09:26:34 +02:00
pdo_firebird Disable lsan on new PDO firebird tests 2021-06-29 16:49:50 +02:00
pdo_mysql Prefer EXPECT over EXPECTF 2021-06-29 17:13:02 +02:00
pdo_oci Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
pdo_odbc Merge branch 'PHP-8.0' 2021-07-28 11:02:26 +02:00
pdo_pgsql Return value from ZEND_ATOL 2021-07-12 16:51:24 +02:00
pdo_sqlite Prefer EXPECT over EXPECTF 2021-06-29 17:13:02 +02:00
pgsql Use single line phpdoc in stubs where possible 2021-07-20 13:16:56 +02:00
phar Skip some tests under --preload 2021-07-30 17:26:39 +02:00
posix Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
pspell Not serializable flag permeation 2021-07-20 12:28:35 +02:00
readline Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
reflection Fix bug #81303 improve match errors 2021-08-02 17:31:26 +02:00
session Fix session + Serializable tests 2021-07-30 16:13:05 +02:00
shmop Merge branch 'PHP-8.0' 2021-07-23 17:51:15 +02:00
simplexml SKIPIF to EXTENSIONS 2021-08-03 12:16:13 +02:00
skeleton Fixed failed test in extension skeleton 2021-08-02 11:12:42 +02:00
snmp Fix snmp test for ipv6 2021-07-20 15:01:51 +02:00
soap Move php_gcvt to zend_gcvt 2021-08-02 14:51:46 +02:00
sockets Not serializable flag permeation 2021-07-20 12:28:35 +02:00
sodium Add some missing EXTENSIONS sections to misc tests 2021-06-14 14:52:44 +02:00
spl Fix typo [no-ci] 2021-07-30 13:58:28 +01:00
sqlite3 Use single line phpdoc in stubs where possible 2021-07-20 13:16:56 +02:00
standard Add additional double to string APIs 2021-08-02 16:14:53 +02:00
sysvmsg Not serializable flag permeation 2021-07-20 12:28:35 +02:00
sysvsem Not serializable flag permeation 2021-07-20 12:28:35 +02:00
sysvshm Not serializable flag permeation 2021-07-20 12:28:35 +02:00
tidy Skip some tests under --preload 2021-07-30 17:26:39 +02:00
tokenizer Implement readonly properties 2021-07-20 12:05:46 +02:00
xml Improve class inheritance error messages (#7307) 2021-07-27 09:42:37 +02:00
xmlreader Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
xmlwriter Prefer EXPECT over EXPECTF 2021-06-29 17:13:02 +02:00
xsl Fixed some spaces used instead of tabs 2021-06-29 11:30:26 +02:00
zend_test Skip some tests under --preload 2021-07-30 17:26:39 +02:00
zip Verify exception on ZipArchive::getExternalAttributesName when $name is empty (#7230) 2021-07-12 20:42:36 +02:00
zlib Not serializable flag permeation 2021-07-20 12:28:35 +02:00
ext_skel.php Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00