php-src/ext
Christoph M. Becker eae69fcf71 Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4:
  Fix #80817: dba_popen() may cause segfault during RSHUTDOWN
2021-03-15 18:39:26 +01:00
..
bcmath Fixed bug #80545 2021-01-12 09:50:27 +01:00
bz2 Merge branch 'PHP-7.4' into PHP-8.0 2021-02-22 15:32:17 +01:00
calendar Fix test 2020-10-07 14:58:43 +02:00
com_dotnet Add missing stub for com_exception 2021-01-24 16:06:49 +01:00
ctype Add more precise type info for stubs 2020-09-01 16:35:56 +02:00
curl Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
date Updated to version 2021.1 (2021a) 2021-01-25 10:44:06 +00:00
dba Merge branch 'PHP-7.4' into PHP-8.0 2021-03-15 18:39:26 +01:00
dom Merge branch 'PHP-7.4' into PHP-8.0 2021-02-24 21:30:44 +01:00
enchant Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
exif Review parameter names in ext/exif 2020-10-02 11:56:16 +02:00
ffi Add missing classes to stubs 2021-02-09 22:38:06 +01:00
fileinfo Make finfo_open() $magic_database nullable 2021-02-10 12:18:42 +01:00
filter Merge branch 'PHP-7.4' into PHP-8.0 2021-01-26 22:55:16 -08:00
ftp Review parameter names in ext/ftp 2020-10-02 14:26:39 +02:00
gd Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
gettext Fix #53251: bindtextdomain with null dir doesn't return old value 2021-01-25 15:44:14 +01:00
gmp Fix newly added GMP test 2021-01-04 15:27:20 +01:00
hash Update ext/spl parameter names 2020-10-07 12:26:46 +02:00
iconv Merge branch 'PHP-7.4' into PHP-8.0 2020-10-09 15:25:23 +02:00
imap Fix Bug #80800 imap_open() fails when the flags parameter includes CL_EXPUNGE 2021-02-27 13:12:22 +00:00
intl Merge branch 'PHP-7.4' into PHP-8.0 2021-02-17 17:30:47 +01:00
json Add missing classes to stubs 2021-02-09 22:38:06 +01:00
ldap ldap_search() and friends can return array 2021-01-19 10:35:17 +01:00
libxml Merge branch 'PHP-7.4' into PHP-8.0 2021-03-08 15:15:59 +01:00
mbstring Revert "Fix out-of-bounds write" 2020-10-26 15:40:12 +01:00
mysqli Merge branch 'PHP-7.4' into PHP-8.0 2021-03-15 14:38:49 +01:00
mysqlnd Merge branch 'PHP-7.4' into PHP-8.0 2021-03-15 14:38:49 +01:00
oci8 Merge branch 'PHP-7.4' into PHP-8.0 2021-02-02 16:46:52 +01:00
odbc Fix #80592: all floats are the same in ODBC parameters 2021-01-06 13:56:02 +01:00
opcache ext/opcache: fix configure output while checking mmap MAP_ANON support 2021-03-15 10:52:57 +01:00
openssl Downgrade security level in tests using TLS < 1.2 2021-03-15 14:11:12 +01:00
pcntl Don't leak pcntl last_error across requests 2020-10-22 14:21:22 +02:00
pcre Merge branch 'PHP-7.4' into PHP-8.0 2021-03-15 14:48:02 +01:00
pdo Add missing classes to stubs 2021-02-09 22:38:06 +01:00
pdo_dblib
pdo_firebird Fix #80521: Parameters with underscores no longer recognized 2020-12-16 20:04:52 +01:00
pdo_mysql PDO MySQL: Handle boolean parameter binding with libmysql 2020-12-18 11:01:26 +01:00
pdo_oci Fix PDO_OCI test 2020-12-24 17:48:39 +11:00
pdo_odbc Merge branch 'PHP-7.4' into master 2020-09-28 22:59:51 +02:00
pdo_pgsql Fixed bug #72368 2020-12-10 16:53:08 +01:00
pdo_sqlite Handle column count change in PDO MySQL 2020-12-08 16:41:35 +01:00
pgsql Merge branch 'PHP-7.4' into PHP-8.0 2021-02-08 19:00:37 +01:00
phar Fix ASAN warning (Zend/zend_string.h:165:2: runtime error: null pointer passed as argument 2 of memcpy(), which is declared to never be null) 2021-03-04 17:27:26 +03:00
posix Update ext/posix parameter names 2020-10-06 09:49:40 +02:00
pspell Fix parameter name of pspell_config_save_repl() 2020-10-22 14:54:43 +02:00
readline Merge branch 'PHP-7.4' into PHP-8.0 2021-01-07 13:48:17 +01:00
reflection Merge branch 'PHP-7.4' into PHP-8.0 2021-02-25 20:54:24 +00:00
session Merge branch 'PHP-7.4' into PHP-8.0 2021-02-22 12:35:23 +01:00
shmop Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
simplexml Run tidy 2020-09-18 14:28:32 +02:00
skeleton Run tidy 2020-09-18 14:28:32 +02:00
snmp Remove unnecessary cast in snmp_set_oid_output_format 2021-02-02 16:43:43 +01:00
soap Don't pass null action to __doRequest 2021-02-10 12:00:20 +01:00
sockets Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
sodium Add missing stub for SodiumException 2021-01-28 23:25:59 +01:00
spl Fixed bug #80802: (zend_jit_fetch_indirect_var assert failure with tracing JIT) 2021-03-01 23:57:20 +03:00
sqlite3 SQLite3::query() cannot return null 2021-01-04 12:13:06 +01:00
standard Merge branch 'PHP-7.4' into PHP-8.0 2021-03-08 14:51:45 +01:00
sysvmsg Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
sysvsem Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
sysvshm Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
tidy tidy::repairFile() and ::repairString() return string|false 2020-11-30 00:29:10 +01:00
tokenizer Fixed bug #80462 2020-12-02 10:19:32 +01:00
xml Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
xmlreader Update ext/xsl parameter names 2020-10-08 10:28:50 +02:00
xmlwriter Verify parameter names of function aliases 2020-10-16 10:56:33 +02:00
xsl Update ext/xsl parameter names 2020-10-08 10:28:50 +02:00
zend_test Add missing classes to stubs 2021-02-09 22:38:06 +01:00
zip Fix #80825: ZipArchive::isCompressionMethodSupported does not exist 2021-03-03 22:56:42 +01:00
zlib Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
ext_skel.php