Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.5.0beta3
?? ??? ????, PHP 8.5.0RC1


11 Sep 2025, PHP 8.5.0beta3

- Core:
. Destructing non-array values (other than NULL) using [] or list() now
Expand Down
3 changes: 3 additions & 0 deletions sapi/cli/tests/php_cli_server_ipv4_error_message.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
IPv4 address error message formatting
--SKIPIF--
<?php
if (getenv("SKIP_ONLINE_TESTS")) {
die("skip online test");
}
if (substr(PHP_OS, 0, 3) == 'WIN') {
die("skip not for Windows");
}
Expand Down