diff --git a/images/php8/logo_php8_2.svg b/images/php8/logo_php8_2.svg new file mode 100644 index 0000000000..5bfb8df725 --- /dev/null +++ b/images/php8/logo_php8_2.svg @@ -0,0 +1,32 @@ + + + diff --git a/include/header.inc b/include/header.inc index cce62a85ed..f6568ad1fd 100644 --- a/include/header.inc +++ b/include/header.inc @@ -105,8 +105,8 @@ if (!isset($config["languages"])) {
A popular general-purpose scripting language that is especially suited to web development.
Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.
null
, false
, and true
as stand-alone types
+ RFC
+ RFC
+ #[AllowDynamicProperties]
attribute on classes that should still allow those
+ properties.
+ ${}
string interpolation
+ RFC
+ mysqli_execute_query
function and mysqli::execute_query
method.
+ #[AllowDynamicProperties]
and #[\SensitiveParameter]
attributes.
+ curl_upkeep
function.ZipArchive::getStreamIndex
, ZipArchive::getStreamName
, and ZipArchive::clearError
+ methods.
+ memory_reset_peak_usage
function.sodium_crypto_stream_xchacha20_xor_ic
function.utf8_encode
and utf8_decode
functions.DateTime::createFromImmutable
and DateTimeImmutable::createFromMutable
+ has a tentative return type of static
.
+ ODBC
and PDO_ODBC
escapes the username and password.strtolower
and strtoupper
are locale-sensitive.SplFileInfo::_bad_state_ex
, SplFileObject::getCsvControl
,
+ SplFileObject::fflush
,
+ SplFileObject::ftell
, SplFileObject::fgetc
,and SplFileObject::fpassthru
+ enforces their signature.
+ SplFileObject::hasChildren
has a tentative return type of false
.
+ SplFileObject::getChildren
has a tentative return type of null
.
+