php-src/ext
Kamil Tekiela 54222a6fe4
Implement mysqli_fetch_column (#6798)
* Implement mysqli_fetch_column
2021-05-01 20:11:47 +01: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 Use typed properties in ext/curl 2021-04-20 14:45:42 +02:00
date Drop -Wno-implicit-fallthrough compiler flag 2021-04-19 13:59:18 +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 Revert "fileinfo: Obey POSIX in pattern conversion" 2021-04-24 14:59:53 +02:00
filter Add known strings for jit autoglobals 2021-04-09 15:37:59 +02:00
ftp Fix new test wrt. removed skipif.inc 2021-04-26 16:29:43 +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 Drop -Wno-implicit-fallthrough compiler flag 2021-04-19 13:59:18 +01:00
iconv Use zend_string_equals_(literal_)ci() API more often 2021-04-09 02:34:50 +01:00
imap Merge branch 'PHP-8.0' 2021-04-27 10:11:20 +02:00
intl Make date/time type arguments of IntlDateFormatter ctor optional 2021-04-27 23:58:38 +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 Implement mysqli_fetch_column (#6798) 2021-05-01 20:11:47 +01: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 Merge branch 'PHP-8.0' 2021-04-27 22:23:22 +02:00
opcache Replay warnings during inheritance (#6928) 2021-04-29 16:37:53 +02: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 Fixed CPU detection 2021-04-27 23:00:09 +03:00
pdo Partially deprecate Serializable 2021-04-28 16:55:14 +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 Partially deprecate Serializable 2021-04-28 16:55:14 +02:00
pdo_oci Add API to fetch bool value for PDO attribute values 2021-03-17 00:58:01 +00:00
pdo_odbc Check liveness in PDO_ODBC 2021-04-26 13:03:07 +02:00
pdo_pgsql Merge branch 'PHP-8.0' 2021-04-29 12:06:11 +02:00
pdo_sqlite Add functions to convert i64/u64 to string 2021-04-13 15:43:23 +02:00
pgsql Merge branch 'PHP-8.0' 2021-04-26 19:38:57 +02:00
phar Merge branch 'PHP-8.0' 2021-04-19 16:18:03 +02: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 Improve fiber backtraces 2021-04-30 12:17:50 -05:00
session Partially deprecate Serializable 2021-04-28 16:55:14 +02:00
shmop Migrate skip checks to --EXTENSIONS--, p3 2021-04-03 15:23:25 +02:00
simplexml Merge branch 'PHP-8.0' 2021-04-26 21:03:23 -07: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 Convert error filename to zend_string 2021-04-23 11:05:14 +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 Use typed property in RegexIterator 2021-04-20 14:45:42 +02:00
sqlite3 Migrate skip checks to --EXTENSIONS--, p4 2021-04-08 10:36:44 +02:00
standard Partially deprecate Serializable 2021-04-28 16:55:14 +02: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 Re-enable observer fatal error test 2021-04-30 16:05:35 +02:00
zip Use typed properties in ext/zip 2021-04-26 13:21:17 +02:00
zlib Merge branch 'PHP-8.0' 2021-04-26 12:12:48 +02:00
ext_skel.php