php-src/ext
2022-07-18 15:11:31 +02:00
..
bcmath Deprecate zend_atol() / add zend_ini_parse_quantity() (#7951) 2022-06-17 14:12:53 +02:00
bz2 Merge branch 'PHP-8.1' 2022-06-25 07:40:19 +01:00
calendar Indent with TAB in .h files generated by gen_stub 2022-06-13 08:55:54 -04:00
com_dotnet Fix GH-8750: Can not create VT_ERROR variant type 2022-07-12 16:43:14 +02:00
ctype Move ctype test out from Zend and into ctype extension 2021-12-20 18:12:35 +00:00
curl Convert return type of various object handlers from int to zend_result (#8755) 2022-06-26 01:00:19 +02:00
date Merge branch 'PHP-8.1' 2022-06-25 17:53:33 +01:00
dba Merge branch 'PHP-8.0' into PHP-8.1 2022-07-04 10:50:32 +01:00
dl_test Add clean_module_functions() (#8763) 2022-06-17 16:33:20 +02:00
dom Reduce memory allocated by var_export, json_encode, serialize, and other (#8902) 2022-07-08 14:47:46 +02:00
enchant Indent with TAB in .h files generated by gen_stub 2022-06-13 08:55:54 -04:00
exif Indent with TAB in .h files generated by gen_stub 2022-06-13 08:55:54 -04:00
ffi Convert return type of various object handlers from int to zend_result (#8755) 2022-06-26 01:00:19 +02:00
fileinfo Merge branch 'PHP-8.1' 2022-07-05 00:59:43 -06:00
filter Extend deprecation notices to is_callable($foo) and callable $foo 2022-07-14 17:07:42 +02:00
ftp add SensitiveParameter as known string and use it in arginfo 2022-07-18 11:43:33 +02:00
gd Improve tests on 32bit 2022-06-29 14:04:40 +02:00
gettext
gmp Convert return type of various object handlers from int to zend_result (#8755) 2022-06-26 01:00:19 +02:00
hash add SensitiveParameter as known string and use it in arginfo 2022-07-18 11:43:33 +02:00
iconv Reduce memory allocated by var_export, json_encode, serialize, and other (#8902) 2022-07-08 14:47:46 +02:00
imap add SensitiveParameter as known string and use it in arginfo 2022-07-18 11:43:33 +02:00
intl Merge branch 'PHP-8.0' into PHP-8.1 2022-07-08 17:39:05 +01:00
json Reduce memory allocated by var_export, json_encode, serialize, and other (#8902) 2022-07-08 14:47:46 +02:00
ldap add SensitiveParameter as known string and use it in arginfo 2022-07-18 11:43:33 +02:00
libxml Indent with TAB in .h files generated by gen_stub 2022-06-13 08:55:54 -04:00
mbstring Fix legacy conversion filter for HZ 2022-07-18 15:11:31 +02:00
mysqli Declare ext/mysqli constants in stubs (#8811) 2022-07-18 13:00:35 +02:00
mysqlnd Merge branch 'PHP-8.1' 2022-06-10 12:45:30 -04:00
oci8 add SensitiveParameter as known string and use it in arginfo 2022-07-18 11:43:33 +02:00
odbc add SensitiveParameter as known string and use it in arginfo 2022-07-18 11:43:33 +02:00
opcache [ci skip] Follow-up on #8914, usage comments addition. 2022-07-18 13:28:04 +01:00
openssl add SensitiveParameter as known string and use it in arginfo 2022-07-18 11:43:33 +02:00
pcntl Prevent fiber switching in tick function and signal handlers (#9028) 2022-07-16 13:05:16 -05:00
pcre Update to libpcre2 10.40 2022-07-11 19:45:46 +02:00
pdo add SensitiveParameter as known string and use it in arginfo 2022-07-18 11:43:33 +02:00
pdo_dblib Make strtolower() and strtoupper() do ASCII case conversion (#7506) 2021-12-15 08:38:35 -05:00
pdo_firebird Fix GH-8576: Bad interpretation of length when char is UTF-8 2022-07-12 11:57:25 +02:00
pdo_mysql Fix debug output 2022-06-09 13:42:45 +02:00
pdo_oci
pdo_odbc Merge branch 'PHP-8.1' 2022-06-13 14:44:49 +02:00
pdo_pgsql Remove SIZEOF_OFF_T undef in PDO PGSQL driver (#8301) 2022-06-09 13:29:20 +01:00
pdo_sqlite Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
pgsql Add missing EXTENSIONS section to new test 2022-06-06 12:21:25 +02:00
phar Refactor spl_filesystem_object_get_path() to return zend_string* 2022-06-23 14:41:24 +01:00
posix
pspell
readline
reflection Fix possible crash in case of exception 2022-07-18 15:40:11 +03:00
session Extend deprecation notices to is_callable($foo) and callable $foo 2022-07-14 17:07:42 +02:00
shmop
simplexml Convert return type of various object handlers from int to zend_result (#8755) 2022-06-26 01:00:19 +02:00
skeleton Ignore generated files by tests in extension skeleton 2021-09-29 11:59:05 +02:00
snmp Drop remaining usage of u_char in favour of standard C99 uint8_t (#8611) 2022-05-23 21:57:31 +01:00
soap Reduce memory allocated by var_export, json_encode, serialize, and other (#8902) 2022-07-08 14:47:46 +02:00
sockets sockets introduces socket_set_option SO_ZEROCOPY and MSG_ZEROCOPY for the socket_send* functions. it avoids copy b/w userland and kernel for both TCP and UDP protocols. 2022-07-10 20:06:52 +01:00
sodium add SensitiveParameter as known string and use it in arginfo 2022-07-18 11:43:33 +02:00
spl Extend deprecation notices to is_callable($foo) and callable $foo 2022-07-14 17:07:42 +02:00
sqlite3 Allow user to change SQLITE_DEFENSIVE if needed 2022-04-11 17:08:48 +02:00
standard add SensitiveParameter as known string and use it in arginfo 2022-07-18 11:43:33 +02:00
sysvmsg
sysvsem
sysvshm Fix value in test case 2022-05-16 14:47:02 +02:00
tidy Convert return type of various object handlers from int to zend_result (#8755) 2022-06-26 01:00:19 +02:00
tokenizer Collapse more generated files in PRs (#8754) 2022-06-12 10:56:35 +02:00
xml Refactor php_next_utf8_char() to use zend_result 2022-03-13 13:48:21 +00:00
xmlreader Merge branch 'PHP-8.1' 2021-10-12 16:43:40 +02:00
xmlwriter Initialise zend_stat_t to fix MSAN build 2022-05-22 16:06:27 +01:00
xsl Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
zend_test Allow to not close stream on rscr dtor in php cli sapi 2022-07-18 10:58:50 +01:00
zip add SensitiveParameter as known string and use it in arginfo 2022-07-18 11:43:33 +02:00
zlib Merge branch 'PHP-8.1' 2022-06-25 07:40:19 +01:00
ext_skel.php