Skip to content

Commit 9a3ea5f

Browse files
committed
Merge branch 'PHP-8.0'
* PHP-8.0: Fix test name [ci skip] Update NEWS [ci skip] Update NEWS [ci skip] Fix order [ci skip] Unpdate NEWS Fix bug #79405 - gethostbyname() silently truncates after a null byte Fix #77423: parse_url() will deliver a wrong host to user Fix #77423: parse_url() will deliver a wrong host to user
2 parents e544992 + bf2bb39 commit 9a3ea5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/network/bug79405.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Bug #76755 (setcookie does not accept "double" type for expire time)
2+
Bug #79405 - gethostbyname() silently truncates after a null byte
33
--FILE--
44
<?php
55
$host = "localhost\0.example.com";

0 commit comments

Comments
 (0)