php-src/ext
2022-07-23 12:59:30 +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 Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +02:00
com_dotnet Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +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 Add test case for bug #80483/#75035 2022-07-22 15:34:57 +01:00
dba [skip ci] Add comment about LMDB env_close function call 2022-07-21 14:48:25 +01:00
dl_test Add clean_module_functions() (#8763) 2022-06-17 16:33:20 +02:00
dom Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +02:00
enchant Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +02:00
exif Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +02:00
ffi Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +02:00
fileinfo Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +02:00
filter Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +02:00
ftp Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +02:00
gd Improve tests on 32bit 2022-06-29 14:04:40 +02:00
gettext
gmp Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +02:00
hash Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +02:00
iconv Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +02:00
imap Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +02:00
intl Merge branch 'PHP-8.0' into PHP-8.1 2022-07-08 17:39:05 +01:00
json Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +02:00
ldap Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +02:00
libxml Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +02:00
mbstring Merge branch 'PHP-8.1' 2022-07-20 17:01:42 +02:00
mysqli Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +02:00
mysqlnd Merge branch 'PHP-8.1' 2022-06-10 12:45:30 -04:00
oci8 Fix typo in lob_prefetch_ini.phpt test (#9099) 2022-07-22 17:17:03 +01:00
odbc Declare ext/odbc constants in stubs (#9045) 2022-07-20 11:49:22 +02:00
opcache [ci skip] Fix typo (proloading → preloading) 2022-07-21 12:35:15 +02:00
openssl Declare ext/openssl constants in stubs (#9046) 2022-07-20 15:40:10 +02:00
pcntl Prevent fiber switching in tick function and signal handlers (#9028) 2022-07-16 13:05:16 -05:00
pcre Declare ext/pcre constants in stubs (#9077) 2022-07-21 13:21:02 +02:00
pdo Declare ext/pdo constants in stubs (#9078) 2022-07-22 09:46:47 +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 Drop support for SQLITE_COPY in authorizer callback 2022-07-19 10:55:50 +02:00
pgsql Add missing EXTENSIONS section to new test 2022-06-06 12:21:25 +02:00
phar Declare ext/phar constants in stubs (#9094) 2022-07-22 13:09:23 +02:00
posix Declare ext/posix constants in stubs (#9095) 2022-07-22 13:08:58 +02:00
pspell Declare ext/pspell constants in stubs (#9096) 2022-07-22 13:08:44 +02:00
random Declare ext/random constants in stubs (#9109) 2022-07-23 12:32:01 +02:00
readline Declare ext/readline constants in stubs (#9110) 2022-07-23 12:33:44 +02:00
reflection Declare ext/reflection constants in stubs (#9111) 2022-07-23 12:59:30 +02:00
session Declare ext/session constants in stubs (#9112) 2022-07-23 12:32:21 +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 Implement Random Extension 2022-07-19 10:27:38 +01:00
sockets Sockets disable zerocopy test on ppc based arch. 2022-07-21 13:36:49 +01:00
sodium add SensitiveParameter as known string and use it in arginfo 2022-07-18 11:43:33 +02:00
spl Merge branch 'PHP-8.0' into PHP-8.1 2022-07-21 17:21:18 +02:00
sqlite3 Allow user to change SQLITE_DEFENSIVE if needed 2022-04-11 17:08:48 +02:00
standard Use -1 "precision" in gen_stub.php 2022-07-23 12:09:37 +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 Add support for stubs to declare intersection type class properties (#8751) 2022-07-22 13:04:49 +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