php-src/ext
Niels Dossche 31bd62865f Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1:
  Prevent int overflow on $decimals in number_format
2023-07-21 13:51:04 +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 Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00
com_dotnet Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
ctype Merge branch 'PHP-8.1' into PHP-8.2 2022-10-27 14:42:17 +01:00
curl Merge branch 'PHP-8.1' into PHP-8.2 2023-07-09 01:09:50 +02:00
date Fix bug-gh11600.phpt 2023-07-12 14:54:56 +02:00
dba Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00
dl_test Add support for validation of missing method synopses (#9491) 2022-09-07 17:40:36 +02:00
dom Merge branch 'PHP-8.1' into PHP-8.2 2023-07-13 16:12:35 +02:00
enchant Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
exif Merge branch 'PHP-8.1' into PHP-8.2 2023-05-12 23:40:54 +02:00
ffi Merge branch 'PHP-8.1' into PHP-8.2 2023-07-21 10:42:42 +02:00
fileinfo fileinfo: Backport xz detection patch 2023-07-01 18:02:46 +02:00
filter Merge branch 'PHP-8.1' into PHP-8.2 2022-10-27 14:42:17 +01:00
ftp Merge branch 'PHP-8.1' into PHP-8.2 2023-07-07 17:59:00 +02:00
gd Merge branch 'PHP-8.1' into PHP-8.2 2023-07-06 21:40:20 +02:00
gettext
gmp Implement GMP::__construct() 2023-01-19 14:13:34 +00:00
hash Merge branch 'PHP-8.1' into PHP-8.2 2023-07-18 19:23:10 +02:00
iconv Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00
imap Merge branch 'PHP-8.1' into PHP-8.2 2023-07-10 13:34:21 +02:00
intl Merge branch 'PHP-8.1' into PHP-8.2 2023-07-12 15:44:41 +01:00
json Merge branch 'PHP-8.1' into PHP-8.2 2023-05-13 18:53:35 +01:00
ldap Merge branch 'PHP-8.1' into PHP-8.2 2022-12-16 14:37:39 +01:00
libxml Merge branch 'PHP-8.1' into PHP-8.2 2023-05-06 23:10:58 +02:00
mbstring Merge branch 'PHP-8.1' into PHP-8.2 2023-07-01 21:56:40 +02:00
mysqli Merge branch 'PHP-8.1' into PHP-8.2 2023-04-20 08:45:52 +02:00
mysqlnd Merge branch 'PHP-8.1' into PHP-8.2 2023-03-24 18:06:53 +01:00
oci8 Revert "Fix GH-9967 Add support for generating custom function, class const, and property attributes in stubs" 2023-07-04 09:11:14 +02:00
odbc Update globals to use bool type 2022-09-06 10:34:10 +01:00
opcache Merge branch 'PHP-8.1' into PHP-8.2 2023-07-21 13:09:44 +02:00
openssl Merge branch 'PHP-8.1' into PHP-8.2 2023-06-09 16:50:24 +01:00
pcntl Merge branch 'PHP-8.1' into PHP-8.2 2023-07-04 10:29:14 +02:00
pcre Merge branch 'PHP-8.1' into PHP-8.2 2023-06-22 23:14:27 +02:00
pdo Merge branch 'PHP-8.1' into PHP-8.2 2023-07-17 07:09:34 +01:00
pdo_dblib Merge branch 'PHP-8.1' 2022-08-26 14:59:59 +02:00
pdo_firebird Fix test for GH-10908 2023-03-28 00:11:17 +02:00
pdo_mysql Merge branch 'PHP-8.1' into PHP-8.2 2023-07-17 07:09:34 +01:00
pdo_oci Unparallelize IO heavy tests 2023-03-27 16:33:36 +02:00
pdo_odbc Merge branch 'PHP-8.1' into PHP-8.2 2023-03-15 21:38:12 +01:00
pdo_pgsql Merge branch 'PHP-8.1' into PHP-8.2 2022-09-05 17:28:23 +02:00
pdo_sqlite Merge branch 'PHP-8.1' into PHP-8.2 2023-06-22 20:51:11 +02:00
pgsql Merge branch 'PHP-8.1' into PHP-8.2 2023-06-18 13:45:30 +01:00
phar Merge branch 'PHP-8.1' into PHP-8.2 2023-07-09 22:55:01 +02:00
posix Merge branch 'PHP-8.1' into PHP-8.2 2023-01-02 16:55:03 +00:00
pspell Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00
random Merge branch 'PHP-8.1' into PHP-8.2 2023-03-26 16:15:57 +02:00
readline Merge branch 'PHP-8.1' into PHP-8.2 2023-05-26 11:39:47 +02:00
reflection Merge branch 'PHP-8.1' into PHP-8.2 2023-07-11 17:40:21 +02:00
session Merge branch 'PHP-8.1' into PHP-8.2 2023-06-22 12:36:52 +02:00
shmop Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
simplexml Fix GH-10983: State-dependant segfault in ReflectionObject::getProperties 2023-04-01 20:19:14 +02:00
skeleton Add support for validation of missing method synopses (#9491) 2022-09-07 17:40:36 +02:00
snmp Customize the link of some constants in the manual 2023-01-19 09:05:32 +01:00
soap Revert "Fix GH-9967 Add support for generating custom function, class const, and property attributes in stubs" 2023-07-04 09:11:14 +02:00
sockets xfail socket zerocopy test on Cirrus + arm 2023-06-29 08:48:48 +02:00
sodium Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00
spl Merge branch 'PHP-8.1' into PHP-8.2 2023-05-30 17:38:18 +02:00
sqlite3 Merge branch 'PHP-8.1' into PHP-8.2 2023-07-07 10:27:42 +02:00
standard Merge branch 'PHP-8.1' into PHP-8.2 2023-07-21 13:51:04 +02:00
sysvmsg Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
sysvsem Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
sysvshm Merge branch 'PHP-8.1' into PHP-8.2 2023-03-01 23:05:17 +01:00
tidy Merge branch 'PHP-8.1' into PHP-8.2 2023-03-27 16:34:11 +02:00
tokenizer Merge branch 'PHP-8.1' into PHP-8.2 2022-10-27 14:42:17 +01:00
xml Merge branch 'PHP-8.1' into PHP-8.2 2023-05-06 23:10:58 +02:00
xmlreader Fix GH-11548 (Argument corruption when calling XMLReader::open or XMLReader::XML non-statically with observer active) 2023-06-30 15:18:37 +02:00
xmlwriter Merge branch 'PHP-8.1' into PHP-8.2 2023-01-15 15:43:34 +00:00
xsl Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
zend_test Revert "Fix GH-9967 Add support for generating custom function, class const, and property attributes in stubs" 2023-07-04 09:11:14 +02:00
zip adapt test expectation with libzip 1.10 2023-06-26 09:10:40 +02:00
zlib Merge branch 'PHP-8.1' into PHP-8.2 2023-02-23 18:48:25 +00:00
ext_skel.php