php-src/ext
2022-05-25 08:22:07 +02:00
..
bcmath Generate optimizer func info from stubs for a few extensions - part 2 (#7401) 2021-08-25 15:29:46 +02:00
bz2 Add more specific array return type hints for various extensions - part 1 2021-11-07 08:46:25 +01:00
calendar Add more specific array return type hints for various extensions - part 1 2021-11-07 08:46:25 +01:00
com_dotnet Merge branch 'PHP-8.0' into PHP-8.1 2021-12-26 16:42:33 +01:00
ctype
curl Merge branch 'PHP-8.0' into PHP-8.1 2022-05-03 15:08:43 +02:00
date Fixed bug #81565 (date parsing fails when provided with timezones including seconds) 2022-05-20 13:18:43 +01:00
dba Add more specific array return type hints for various extensions - part 1 2021-11-07 08:46:25 +01:00
dl_test Fix unregistering ini entries of dynamically loaded extension (#8435) 2022-05-06 15:25:44 +02:00
dom Merge branch 'PHP-8.0' into PHP-8.1 2021-11-14 23:29:59 -08:00
enchant Add more specific array return type hints for various extensions - part 1 2021-11-07 08:46:25 +01:00
exif Fix GH-8408: bug68547.phpt fails without multibyte support 2022-04-20 16:42:09 +02:00
ffi Merge branch 'PHP-8.0' into PHP-8.1 2022-04-24 18:04:37 +02:00
fileinfo Merge branch 'PHP-8.0' into PHP-8.1 2021-09-20 22:48:46 +01: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 Merge branch 'PHP-8.0' into PHP-8.1 2022-02-08 10:48:21 +01:00
gettext Generate optimizer func info from stubs for a few extensions - part 2 (#7401) 2021-08-25 15:29:46 +02:00
gmp Implement __serialize() and __unserialize() on GMP 2021-11-18 11:11:52 +01:00
hash Merge branch 'PHP-8.0' into PHP-8.1 2022-04-05 13:36:07 +02:00
iconv Merge branch 'PHP-8.0' into PHP-8.1 2022-04-25 14:29:44 +02:00
imap Merge branch 'PHP-8.0' into PHP-8.1 2021-11-25 18:31:14 +01:00
intl Merge branch 'PHP-8.0' into PHP-8.1 2022-04-24 12:45:22 +02:00
json Register JSON_ERROR_NON_BACKED_ENUM constant (#8285) 2022-03-31 14:31:17 +02:00
ldap Use ASCII lower case for misc case folding 2021-09-24 09:20:08 +02:00
libxml Merge branch 'PHP-8.0' into PHP-8.1 2021-11-14 23:29:59 -08:00
mbstring mb_detect_encoding recognizes all letters in Hungarian alphabet 2022-05-25 08:22:07 +02:00
mysqli Merge branch 'PHP-8.0' into PHP-8.1 2022-05-09 10:57:30 +02:00
mysqlnd Fix mnd_malloc -> mnd_emalloc from previous merge 2022-03-31 10:53:58 +01:00
oci8 Merge branch 'PHP-8.0' into PHP-8.1 2021-12-12 22:38:55 +01:00
odbc Merge branch 'PHP-8.0' into PHP-8.1 2022-01-07 19:25:23 +01:00
opcache Merge branch 'PHP-8.0' into PHP-8.1 2022-05-22 23:27:47 +02:00
openssl Fix bug #79589: ssl3_read_n:unexpected eof while reading 2022-05-15 16:52:12 +01:00
pcntl Merge branch 'PHP-8.0' into PHP-8.1 2022-05-24 15:00:47 +02:00
pcre Merge branch 'PHP-8.0' into PHP-8.1 2021-11-29 19:17:16 +01:00
pdo Redefine PDOException::$code with correct type 2022-01-01 17:54:59 +01:00
pdo_dblib Fix shared pdo_dblib build 2021-10-21 12:13:36 +02:00
pdo_firebird
pdo_mysql Merge branch 'PHP-8.0' into PHP-8.1 2022-05-03 12:43:14 +02:00
pdo_oci
pdo_odbc
pdo_pgsql Merge branch 'PHP-8.0' into PHP-8.1 2021-12-12 15:18:32 +01:00
pdo_sqlite Fix bug #81405: Restore old PDO::PARAM_* values 2021-09-01 13:54:41 +02:00
pgsql Merge branch 'PHP-8.0' into PHP-8.1 2022-04-21 23:27:29 +02:00
phar Merge branch 'PHP-8.0' into PHP-8.1 2022-05-02 14:00:19 +02:00
posix Add more specific array return type hints for various extensions - part 4 (#7469) 2021-09-06 17:14:52 +02:00
pspell Add more specific array return type hints for various extensions - part 4 (#7469) 2021-09-06 17:14:52 +02:00
readline Add more specific array return type hints for various extensions - part 4 (#7469) 2021-09-06 17:14:52 +02:00
reflection Fix ReflectionProperty::__toString() of properties containing enums 2022-04-28 19:48:23 +02:00
session Generate optimizer func info from stubs for a few extensions - part 2 (#7401) 2021-08-25 15:29:46 +02:00
shmop Use --EXTENSIONS-- section for new test 2021-09-02 23:49:05 +02:00
simplexml Fix the value param of SimpleXMLElement::addAttribute() 2021-12-22 12:35:59 +01:00
skeleton Ignore generated files by tests in extension skeleton 2021-09-29 11:59:05 +02:00
snmp Fix bug #81598: Use C.UTF-8 as LC_CTYPE locale by default 2021-12-05 21:03:27 +01:00
soap Merge branch 'PHP-8.0' into PHP-8.1 2022-05-23 16:51:32 +02:00
sockets Merge branch 'PHP-8.0' into PHP-8.1 2022-05-22 23:27:47 +02:00
sodium Remove extra space before return type 2021-10-18 14:28:46 +02:00
spl Merge branch 'PHP-8.0' into PHP-8.1 2022-05-03 12:59:39 +02:00
sqlite3 microptimization of SQLite3Result::fetchArray 2021-08-30 10:15:44 +02:00
standard Disable zend_rc_debug during dtor of dl()'ed module (#8606) 2022-05-24 19:22:55 +02:00
sysvmsg Merge branch 'PHP-8.0' 2021-08-18 16:39:36 +02:00
sysvsem
sysvshm Fix test wrt. deprecation of float to int conversions 2022-05-09 14:05:57 +02:00
tidy
tokenizer
xml Merge branch 'PHP-8.0' into PHP-8.1 2021-09-16 12:42:07 +02:00
xmlreader Merge branch 'PHP-8.0' into PHP-8.1 2021-10-12 16:43:24 +02:00
xmlwriter
xsl
zend_test Stop closing stderr and stdout streams (#8570) 2022-05-20 13:40:09 +02:00
zip bug: Fix type for $index in ZipArchive::replaceFile 2022-05-02 14:22:17 +02:00
zlib Merge branch 'PHP-8.0' into PHP-8.1 2022-04-25 14:29:44 +02:00
ext_skel.php Fix path printing in ext_skel (#7387) 2021-08-19 09:43:32 +02:00