php-src/ext
Nikita Popov 71cbef78ba Fixed bug #80111
Remove traverse_pointer before destroying the element contents.
2021-04-19 14:41:19 +02:00
..
bcmath Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
bz2 Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
calendar Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
com_dotnet Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
ctype Migrate skip checks to --EXTENSIONS--, p1 2021-03-22 17:51:02 +01:00
curl Introduce pseudo-keyword ZEND_FALLTHROUGH 2021-04-07 00:46:29 +01:00
date Introduce pseudo-keyword ZEND_FALLTHROUGH 2021-04-07 00:46:29 +01:00
dba Introduce pseudo-keyword ZEND_FALLTHROUGH 2021-04-07 00:46:29 +01:00
dom Refactor dom_has_feature() to use zend_string* 2021-04-09 18:45:08 +01:00
enchant Merge branch 'PHP-8.0' 2021-02-16 14:22:03 +01:00
exif Introduce pseudo-keyword ZEND_FALLTHROUGH 2021-04-07 00:46:29 +01:00
ffi Introduce pseudo-keyword ZEND_FALLTHROUGH 2021-04-07 00:46:29 +01:00
fileinfo fileinfo: Fix version in patch update script 2021-04-09 23:18:21 +02:00
filter Add known strings for jit autoglobals 2021-04-09 15:37:59 +02:00
ftp Merge branch 'PHP-8.0' 2021-04-06 14:08:54 +02:00
gd Introduce pseudo-keyword ZEND_FALLTHROUGH 2021-04-07 00:46:29 +01:00
gettext Improve class entry generation 2021-02-16 13:09:56 +01:00
gmp Migrate skip checks to --EXTENSIONS--, p3 2021-04-03 15:23:25 +02:00
hash hash: Fix -Warray-parameter= warnings 2021-03-26 23:29:01 +01:00
iconv Use zend_string_equals_(literal_)ci() API more often 2021-04-09 02:34:50 +01:00
imap Introduce pseudo-keyword ZEND_FALLTHROUGH 2021-04-07 00:46:29 +01:00
intl Fix test for older ICU versions 2021-04-15 15:20:17 +02:00
json Introduce pseudo-keyword ZEND_FALLTHROUGH 2021-04-07 00:46:29 +01:00
ldap Introduce pseudo-keyword ZEND_FALLTHROUGH 2021-04-07 00:46:29 +01:00
libxml Introduce pseudo-keyword ZEND_FALLTHROUGH 2021-04-07 00:46:29 +01:00
mbstring Fix mbstring support for ISO-2022-JP-MS encoding 2021-04-15 15:52:31 +02:00
mysqli Update mysqli arginfo hash 2021-04-18 11:03:51 +02:00
mysqlnd mysqlnd: Free empty param bind 2021-04-15 10:14:19 +02:00
oci8 Improve class entry generation 2021-02-16 13:09:56 +01:00
odbc Introduce pseudo-keyword ZEND_FALLTHROUGH 2021-04-07 00:46:29 +01:00
opcache Better support for cross-compilation 2021-04-16 17:28:54 +03:00
openssl Use zend_string_equals_(literal_)ci() API more often 2021-04-09 02:34:50 +01:00
pcntl Merge branch 'PHP-8.0' 2021-04-12 12:17:02 +02:00
pcre Merge branch 'PHP-8.0' 2021-03-18 10:51:04 +01:00
pdo Add functions to convert i64/u64 to string 2021-04-13 15:43:23 +02:00
pdo_dblib Add API to fetch bool value for PDO attribute values 2021-03-17 00:58:01 +00:00
pdo_firebird Introduce pseudo-keyword ZEND_FALLTHROUGH 2021-04-07 00:46:29 +01:00
pdo_mysql Add functions to convert i64/u64 to string 2021-04-13 15:43:23 +02:00
pdo_oci Add API to fetch bool value for PDO attribute values 2021-03-17 00:58:01 +00:00
pdo_odbc Merge branch 'PHP-8.0' 2021-04-08 15:28:48 +02:00
pdo_pgsql Merge branch 'PHP-8.0' 2021-04-12 08:06:38 +02:00
pdo_sqlite Add functions to convert i64/u64 to string 2021-04-13 15:43:23 +02:00
pgsql Add zend_ulong_to_str() API 2021-04-13 15:56:24 +02:00
phar Fix E_DEPRECATED in phar (#6824) 2021-04-14 18:21:14 +08:00
posix Merge branch 'PHP-8.0' 2021-04-11 10:38:16 +02:00
pspell Improve class entry generation 2021-02-16 13:09:56 +01:00
readline Use zend_string_equals_(literal_)ci() API more often 2021-04-09 02:34:50 +01:00
reflection Implement never return type 2021-04-19 11:27:29 +02:00
session Add known strings for jit autoglobals 2021-04-09 15:37:59 +02:00
shmop Migrate skip checks to --EXTENSIONS--, p3 2021-04-03 15:23:25 +02:00
simplexml Migrate skip checks to --EXTENSIONS--, p4 2021-04-08 10:36:44 +02:00
skeleton Migrate skip checks to --EXTENSIONS--, p4 2021-04-08 10:36:44 +02:00
snmp Fix SNMP 2021-04-09 18:53:31 +01:00
soap Add known strings for jit autoglobals 2021-04-09 15:37:59 +02:00
sockets Merge branch 'PHP-8.0' 2021-02-16 14:22:03 +01:00
sodium Fix error messages for sodium_crypto_stream_xchacha20 2021-04-19 11:10:37 +02:00
spl Fixed bug #80111 2021-04-19 14:41:19 +02:00
sqlite3 Migrate skip checks to --EXTENSIONS--, p4 2021-04-08 10:36:44 +02:00
standard Better support for cross-compilation 2021-04-16 17:28:54 +03:00
sysvmsg Migrate skip checks to --EXTENSIONS--, p4 2021-04-08 10:36:44 +02:00
sysvsem Migrate skip checks to --EXTENSIONS--, p4 2021-04-08 10:36:44 +02:00
sysvshm Merge branch 'PHP-8.0' 2021-02-16 14:22:03 +01:00
tidy Use zend_string_equals_(literal_)ci() API more often 2021-04-09 02:34:50 +01:00
tokenizer Make tokenizer_data_gen.php compatible with older PHP 2021-04-06 15:13:21 +02:00
xml Use zend_string_equals_(literal_)ci() API more often 2021-04-09 02:34:50 +01:00
xmlreader Declare XMLReader properties 2021-03-01 16:58:23 +01:00
xmlwriter Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xsl, zip, Zend 2021-02-22 15:24:03 +01:00
xsl Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xsl, zip, Zend 2021-02-22 15:24:03 +01:00
zend_test Ignore some opcodes in JIT check 2021-04-06 11:58:20 +08:00
zip Merge branch 'PHP-8.0' 2021-03-03 22:57:51 +01:00
zlib Add known strings for jit autoglobals 2021-04-09 15:37:59 +02:00
ext_skel.php