php-src/ext
Niels Dossche c7486130d9
Fix GHSA-w8qr-v226-r27w
We should not early-out with success status if we found an ipv6
hostname, we should keep checking the rest of the conditions.
Because integrating the if-check of the ipv6 hostname in the
"Validate domain" if-check made the code hard to read, I extracted the
condition out to a separate function. This also required to make
a few pointers const in order to have some clean code.
2024-06-04 07:39:53 -07:00
..
bcmath ext/bcmath: Fix [-Wenum-int-mismatch] compiler warning 2024-05-21 12:17:25 +01:00
bz2 Merge branch 'PHP-8.2' into PHP-8.3 2024-01-31 11:20:44 +01:00
calendar Allow easter_date to process years after 2037 on 64bit systems (#11862) 2023-08-04 16:47:04 +01:00
com_dotnet Merge branch 'PHP-8.2' into PHP-8.3 2024-05-20 23:27:51 +02:00
ctype Merge branch 'PHP-8.1' into PHP-8.2 2023-09-26 21:44:00 +02:00
curl Merge branch 'PHP-8.2' into PHP-8.3 2024-03-19 22:35:18 +00:00
date Fix test on non-UTC environments 2024-02-19 15:18:48 +01:00
dba ext/dba/tests/dba_tcadb.phpt: support pthreadless tokyocabinet (#11648) 2023-08-02 16:50:02 +01:00
dl_test Merge branch 'PHP-8.2' into PHP-8.3 2023-11-03 17:17:52 +00:00
dom Merge branch 'PHP-8.2' into PHP-8.3 2024-05-12 02:03:28 +02:00
enchant
exif Use __DIR__-relative path in tests 2023-11-22 20:39:29 -06:00
ffi ext/ffi: Fix [-Wenum-int-mismatch] compiler warning 2024-05-21 12:17:25 +01:00
fileinfo ext/fileinfo/tests/bug78987.phpt: increase a memory limit 2024-04-11 15:58:06 +02:00
filter Fix GHSA-w8qr-v226-r27w 2024-06-04 07:39:53 -07:00
ftp Merge branch 'PHP-8.2' into PHP-8.3 2023-12-05 11:56:15 +01:00
gd Merge branch 'PHP-8.2' into PHP-8.3 2024-05-21 12:21:46 +01:00
gettext Merge branch 'PHP-8.2' into PHP-8.3 2024-03-05 18:39:46 +00:00
gmp
hash Merge branch 'PHP-8.2' into PHP-8.3 2024-05-10 09:38:42 +09:00
iconv Fix GH-13727: macro generating invalid call test prototypes fixes. 2024-03-18 06:53:39 +00:00
imap Implement diagnostic ignore macro for Clang 2023-10-18 17:37:15 +02:00
intl Merge remote-tracking branch 'origin/PHP-8.2' into PHP-8.3 2024-05-10 15:08:25 -03:00
json Introduce Zend guard recursion protection 2023-08-24 13:03:14 +01:00
ldap Implement ldap_exop_sync 2023-07-18 12:59:21 +02:00
libxml Fix crashes with entity references and predefined entities 2024-01-17 19:41:22 +01:00
mbstring Fix GH-13932: Attempt to fix mbstring on windows build (msvc). 2024-04-10 10:01:11 +01:00
mysqli Merge branch 'PHP-8.2' into PHP-8.3 2024-05-17 13:13:18 +02:00
mysqlnd Merge branch 'PHP-8.2' into PHP-8.3 2024-05-17 13:13:18 +02:00
oci8 Merge branch 'PHP-8.2' into PHP-8.3 2024-01-04 19:29:37 +01:00
odbc Merge branch 'PHP-8.2' into PHP-8.3 2023-12-27 20:16:32 +01:00
opcache Merge branch 'PHP-8.2' into PHP-8.3 2024-05-06 16:02:20 +02:00
openssl Merge branch 'PHP-8.2' into PHP-8.3 2024-05-13 13:08:49 +02:00
pcntl Merge branch 'PHP-8.2' into PHP-8.3 2023-09-22 10:26:10 +02:00
pcre Merge branch 'PHP-8.2' into PHP-8.3 2023-11-10 00:12:47 +01:00
pdo Merge branch 'PHP-8.2' into PHP-8.3 2024-02-27 15:31:48 +00:00
pdo_dblib
pdo_firebird Merge branch 'PHP-8.2' into PHP-8.3 2024-01-17 01:14:33 +09:00
pdo_mysql Merge branch 'PHP-8.2' into PHP-8.3 2024-05-21 12:21:46 +01:00
pdo_oci Implement diagnostic ignore macro for Clang 2023-10-18 17:37:15 +02:00
pdo_odbc Merge branch 'PHP-8.2' into PHP-8.3 2023-12-18 00:27:58 +00:00
pdo_pgsql Merge branch 'PHP-8.2' into PHP-8.3 2024-01-31 11:20:44 +01:00
pdo_sqlite Merge branch 'PHP-8.2' into PHP-8.3 2024-04-20 22:34:31 +09:00
pgsql Merge branch 'PHP-8.2' into PHP-8.3 2024-02-27 23:03:52 +00:00
phar Merge branch 'PHP-8.2' into PHP-8.3 2024-04-08 19:31:13 +02:00
posix Merge branch 'PHP-8.2' into PHP-8.3 2024-04-16 14:19:35 +02:00
pspell
random Merge branch 'PHP-8.2' into PHP-8.3 2024-03-13 20:14:42 +01:00
readline Merge branch 'PHP-8.2' into PHP-8.3 2024-05-21 12:21:46 +01:00
reflection Merge branch 'PHP-8.2' into PHP-8.3 2024-05-06 12:48:32 +02:00
session Merge branch 'PHP-8.2' into PHP-8.3 2024-04-20 17:11:33 +01:00
shmop
simplexml Merge branch 'PHP-8.2' into PHP-8.3 2024-01-31 11:20:44 +01:00
skeleton
snmp [skip ci] Avoid running asan tests that timeout 2023-10-02 16:57:50 +02:00
soap Merge branch 'PHP-8.2' into PHP-8.3 2023-12-01 18:07:13 +01:00
sockets Merge branch 'PHP-8.2' into PHP-8.3 2024-03-31 17:01:16 +01:00
sodium More usage of known zend_str instead of C string (#11381) 2023-06-08 13:03:29 +01:00
spl Merge branch 'PHP-8.2' into PHP-8.3 2024-03-17 18:38:36 +01:00
sqlite3 Merge branch 'PHP-8.2' into PHP-8.3 2023-11-10 00:12:47 +01:00
standard Fix GHSA-9fcc-425m-g385: bypass CVE-2024-1874 2024-06-04 07:38:07 -07:00
sysvmsg
sysvsem
sysvshm
tidy Fix GH-12980: tidynode.props.attribute is missing "Boolean Attributes" and empty attributes 2023-12-22 17:37:34 +01:00
tokenizer
xml Merge branch 'PHP-8.2' into PHP-8.3 2024-05-04 14:11:00 +02:00
xmlreader Merge branch 'PHP-8.2' into PHP-8.3 2024-05-10 15:58:14 +02:00
xmlwriter Merge branch 'PHP-8.2' into PHP-8.3 2023-10-24 19:42:43 +02:00
xsl Merge branch 'PHP-8.2' into PHP-8.3 2024-03-15 22:56:40 +01:00
zend_test Merge branch 'PHP-8.2' into PHP-8.3 2024-05-14 19:52:19 +02:00
zip Merge branch 'PHP-8.2' into PHP-8.3 2024-01-31 11:20:44 +01:00
zlib Merge branch 'PHP-8.2' into PHP-8.3 2024-03-05 10:13:40 +01:00
ext_skel.php