﻿<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://www.hibit.dev/rss/posts/81" rel="self" type="application/rss+xml" />
        <title><![CDATA[What&#039;s new in PHP 8.2]]></title>
        <description><![CDATA[<p>PHP 8.2 has been released on December 8, 2022. We'll go through most important features, performance improvements, changes and deprecations one by one.</p><p>Read only properties were introduced in PHP 8.1. Now, PHP 8.2 is adding support to declare the entire class as read only.</p><p>If you declare a class as read only, all its properties will automatically inherit the read only feature. Thus, declaring a class read only is the same as declaring every class property as read only.</p>]]></description>
        <link><![CDATA[https://www.hibit.dev/posts/81/whats-new-in-php-82]]></link>
        <pubDate>Mon, 12 Dec 2022 09:33:08 +0000</pubDate>
        <language>en</language>
        <category>news</category>

        <image>
            <title>whats-new-in-php-82</title>
            <link><![CDATA[https://www.hibit.dev/posts/81/whats-new-in-php-82]]></link>
            <url><![CDATA[https://www.hibit.dev/images/posts/2022/headers/php82.png]]></url>
            <width>200></width>
            <height>200></height>
        </image>
    </channel>
</rss>
