php-src/ext
Jakub Zelenka f44c2d9f9e
Fix bug GHSA-q6x7-frmf-grcw: password_verify can erroneously return true
Disallow null character in bcrypt password
2024-04-09 13:38:38 -04:00
..
bcmath
bz2 Use EXTENSIONS instead of SKIPIF sections in *.phpt 2024-01-31 11:18:21 +01:00
calendar Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00
com_dotnet Use EXTENSIONS instead of SKIPIF sections in *.phpt 2024-01-31 11:18:21 +01:00
ctype Merge branch 'PHP-8.1' into PHP-8.2 2023-09-26 21:44:00 +02:00
curl CI: update freebsd 13 image. 2024-03-19 22:34:56 +00:00
date Fix test on non-UTC environments 2024-02-19 15:18:48 +01:00
dba Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00
dl_test Merge branch 'PHP-8.1' into PHP-8.2 2023-11-03 17:17:23 +00:00
dom Fix phpdoc for DOMDocument load methods 2024-03-20 17:22:04 +01:00
enchant Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
exif Use __DIR__-relative path in tests 2023-11-22 20:39:29 -06:00
ffi Fix GH-12905: FFI::new interacts badly with observers 2023-12-19 15:59:01 +01:00
fileinfo Fix GH-13344: finfo::buffer(): Failed identify data 0:(null) 2024-02-13 21:13:43 +01:00
filter Use EXTENSIONS instead of SKIPIF sections in *.phpt 2024-01-31 11:18:21 +01:00
ftp Fix compilation of ftp without openssl 2023-12-05 11:55:44 +01:00
gd Fix GH-12019: ext/gd/config.m4: don't forget GDLIB_CFLAGS in feature tests 2024-03-18 11:57:20 +01:00
gettext ext/gettext: dcgettext/dcngettext fix for stable branches. 2024-03-05 18:39:14 +00:00
gmp Implement GMP::__construct() 2023-01-19 14:13:34 +00:00
hash Fix 32-bit ext/hash build 2023-12-13 19:33:09 +01:00
iconv Fix GH-13727: macro generating invalid call test prototypes fixes. 2024-03-18 06:53:39 +00:00
imap Merge branch 'PHP-8.1' into PHP-8.2 2023-07-10 13:34:21 +02:00
intl Use EXTENSIONS instead of SKIPIF sections in *.phpt 2024-01-31 11:18:21 +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 Backport deprecation warning ignores to unbreak CI 2023-12-06 22:17:27 +01:00
mbstring Use EXTENSIONS instead of SKIPIF sections in *.phpt 2024-01-31 11:18:21 +01:00
mysqli Changed the test expected value of mysqli::info to %s (#13723) 2024-03-16 00:14:18 +09:00
mysqlnd Fix incorrect charset length in check_mb_eucjpms() 2024-03-22 11:31:36 +01:00
oci8 Update year to 2024 2024-01-04 19:26:32 +01:00
odbc Fix GH-12974: Apache crashes on shutdown when using pg_pconnect() 2023-12-27 20:14:23 +01:00
opcache Fix GH-13712: Segmentation fault for enabled observers when calling trait method of internal trait when opcache is loaded (#13735) 2024-03-18 19:02:42 +01:00
openssl [skip ci] Mark another openssl test as xfail 2024-03-10 15:15:12 +01:00
pcntl Merge branch 'PHP-8.1' into PHP-8.2 2023-09-22 10:26:01 +02:00
pcre Merge branch 'PHP-8.1' into PHP-8.2 2023-11-10 00:08:09 +01:00
pdo ext/pdo: Fix various PDORow bugs 2024-02-27 15:30:23 +00:00
pdo_dblib Merge branch 'PHP-8.1' 2022-08-26 14:59:59 +02:00
pdo_firebird Fix GH-13119 (#13125) 2024-01-17 01:12:24 +09:00
pdo_mysql Removed REPORT_EXIT_STATUS=no in libmysql tests 2024-02-29 08:41:36 +09:00
pdo_oci Unparallelize IO heavy tests 2023-03-27 16:33:36 +02:00
pdo_odbc add PDO::ATTR_AUTOCOMMIT to getAttribute 2023-12-18 00:26:32 +00:00
pdo_pgsql Use EXTENSIONS instead of SKIPIF sections in *.phpt 2024-01-31 11:18:21 +01:00
pdo_sqlite ext/pdo: Fix various PDORow bugs 2024-02-27 15:30:23 +00:00
pgsql Revert "Fix GH-13519: PGSQL_CONNECT_FORCE_RENEW with persistent connections." 2024-02-27 23:03:28 +00:00
phar Use EXTENSIONS instead of SKIPIF sections in *.phpt 2024-01-31 11:18:21 +01: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 random: Initialize the mode field when seeding in php_random_default_status() (#13690) 2024-03-13 20:13:48 +01:00
readline Merge branch 'PHP-8.1' into PHP-8.2 2023-05-26 11:39:47 +02:00
reflection Fix GH-13517: Multiple test failures when building with --with-expat 2024-02-27 21:49:01 +01:00
session Fix GH-13680: Segfault with session_decode and compilation error 2024-03-13 17:47:25 +01:00
shmop Revert "Port all internally used classes to use default_object_handlers" 2022-09-14 11:13:23 +02:00
simplexml Use EXTENSIONS instead of SKIPIF sections in *.phpt 2024-01-31 11:18:21 +01: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 Fix libxml2 2.12 build due to API breaks 2023-12-01 18:03:37 +01:00
sockets Fix GH-13603 ext/sockets: properly initialised address info data. 2024-03-06 11:37:48 +00:00
sodium Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00
spl Fix GH-13685: Unexpected null pointer in zend_string.h 2024-03-17 18:37:52 +01:00
sqlite3 Merge branch 'PHP-8.1' into PHP-8.2 2023-11-10 00:08:09 +01:00
standard Fix bug GHSA-q6x7-frmf-grcw: password_verify can erroneously return true 2024-04-09 13:38:38 -04: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 Fix GH-12980: tidynode.props.attribute is missing "Boolean Attributes" and empty attributes 2023-12-22 17:37:34 +01:00
tokenizer Merge branch 'PHP-8.1' into PHP-8.2 2022-10-27 14:42:17 +01:00
xml Fix GH-13517: Multiple test failures when building with --with-expat 2024-02-27 21:49:01 +01:00
xmlreader Use EXTENSIONS instead of SKIPIF sections in *.phpt 2024-01-31 11:18:21 +01:00
xmlwriter Merge branch 'PHP-8.1' into PHP-8.2 2023-10-24 19:36:57 +02:00
xsl Add missing DOM dependency in config.m4 for ext/xsl 2024-03-15 22:56:25 +01:00
zend_test zend_test fix copy_file_range test for linux 32 bits 2024-03-14 18:59:26 +00:00
zip Use EXTENSIONS instead of SKIPIF sections in *.phpt 2024-01-31 11:18:21 +01:00
zlib Fix GH-13217 Test failure with zlib-ng 2024-03-05 10:13:22 +01:00
ext_skel.php