php-src/ext
Sammy Kaye Powers 17142eab22 Observe fake closures
Closes GH-6607.
2021-01-28 10:03:41 +01:00
..
bcmath Fixed bug #80545 2021-01-12 09:50:27 +01:00
bz2 Verify parameter names of function aliases 2020-10-16 10:56:33 +02: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 Merge branch 'PHP-7.4' into PHP-8.0 2021-01-18 11:01:01 +01:00
date Updated to version 2021.1 (2021a) 2021-01-25 10:44:06 +00:00
dba Fix stub for dba_key_split() 2020-10-22 14:50:52 +02:00
dom Add support for generating methodsynopses from stubs 2020-12-28 14:44:43 +01:00
enchant Review parameter names in ext/enchant 2020-10-02 11:55:46 +02:00
exif Review parameter names in ext/exif 2020-10-02 11:56:16 +02:00
ffi Add support for union types for internal functions 2021-01-12 10:14:41 +01:00
fileinfo Merge branch 'PHP-7.4' into PHP-8.0 2020-11-24 14:06:53 +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 Don't throw from imagecreatefromstring() with too short string 2020-12-02 10:51:55 +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 imap stubs 2021-01-03 16:15:46 +01:00
intl Fixed bug #80644: ResourceBundle::get() doesn't reset error state 2021-01-19 15:20:55 +01:00
json Inline pair production in json parser 2020-11-13 14:56:29 +01:00
ldap ldap_search() and friends can return array 2021-01-19 10:35:17 +01:00
libxml Try to fix windows build 2020-09-03 15:07:03 +02:00
mbstring Revert "Fix out-of-bounds write" 2020-10-26 15:40:12 +01:00
mysqli Make fetch_* OO same as func 2021-01-06 15:02:52 +01:00
mysqlnd Merge branch 'PHP-7.4' into PHP-8.0 2020-12-18 10:20:13 +01:00
oci8 Description typo 2020-12-21 15:46:26 +11:00
odbc Fix #80592: all floats are the same in ODBC parameters 2021-01-06 13:56:02 +01:00
opcache Fixed observer API and JIT compatibility 2021-01-26 21:31:15 +03:00
openssl Try to fix intermittent failures of stream_server_reneg_limit.phpt on macos 2021-01-04 14:31:42 +01:00
pcntl Don't leak pcntl last_error across requests 2020-10-22 14:21:22 +02:00
pcre Don't leak pcre error_code across requests 2020-10-22 11:20:02 +02:00
pdo PDO MySQL: Use mysqlnd column names 2020-12-16 15:17:13 +01:00
pdo_dblib Get rid of empty function entries 2020-08-01 10:07:05 +02:00
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 Fix default value handling of mysqli_fetch_object() 2020-10-20 16:48:12 +02:00
phar Merge branch 'PHP-7.4' into PHP-8.0 2021-01-26 19:15:37 +01: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 Fix build 2021-01-01 17:41:48 +01:00
session Fixed bug #80377 2020-11-25 11:47:05 +01:00
shmop Review parameter names in ext/shmop 2020-09-30 21:07:25 +02:00
simplexml Run tidy 2020-09-18 14:28:32 +02:00
skeleton Run tidy 2020-09-18 14:28:32 +02:00
snmp Add missing stub for SNMPException 2021-01-24 17:58:26 +01:00
soap Update ext/soap parameter names 2020-10-08 16:32:01 +02:00
sockets socket_create_pair() can no longer return NULL 2021-01-12 12:08:31 +01:00
sodium Update ext/sodium parameter names 2020-10-13 10:41:35 +02:00
spl SplFileObject::fgets() cannot return false 2021-01-18 16:47:21 +01:00
sqlite3 SQLite3::query() cannot return null 2021-01-04 12:13:06 +01:00
standard Rm unneeded function 2021-01-27 00:18:49 -08:00
sysvmsg Review parameter names in ext/sysvmsg 2020-10-01 23:08:20 +02:00
sysvsem Review parameter names in ext/sysvsem 2020-10-01 23:09:31 +02:00
sysvshm Review parameter names in ext/sysvshm 2020-10-01 23:09:56 +02: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 Rename XmlParser to XMLParser for consistency with XMLWriter/XMLReader 2020-11-30 14:08:31 +00: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 Observe fake closures 2021-01-28 10:03:41 +01:00
zip Fix #80648: Fix for bug 79296 should be based on runtime version 2021-01-20 16:20:13 +01:00
zlib Sync gzgets signature with fgets 2021-01-18 15:47:12 +01:00
ext_skel.php