<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns="http://purl.org/rss/1.0/"
        xmlns:dc="http://purl.org/dc/elements/1.1/">

    <channel rdf:about="https://pecl.php.net">
        <link>https://pecl.php.net</link>
        <dc:creator>php-webmaster@lists.php.net</dc:creator>
        <dc:publisher>php-webmaster@lists.php.net</dc:publisher>
        <dc:language>en-us</dc:language>
        <items>
            <rdf:Seq>

                                    <rdf:li rdf:resource="https://pecl.php.net/package-changelog.php?package=yaconf&amp;amp;release=1.1.3"/>
                                    <rdf:li rdf:resource="https://pecl.php.net/package-changelog.php?package=yar&amp;amp;release=2.4.0"/>
                                    <rdf:li rdf:resource="https://pecl.php.net/package-changelog.php?package=protobuf&amp;amp;release=5.36.0RC2"/>
                                    <rdf:li rdf:resource="https://pecl.php.net/package-changelog.php?package=pdo_sqlsrv&amp;amp;release=5.13.2"/>
                                    <rdf:li rdf:resource="https://pecl.php.net/package-changelog.php?package=sqlsrv&amp;amp;release=5.13.2"/>
                                    <rdf:li rdf:resource="https://pecl.php.net/package-changelog.php?package=phalcon&amp;amp;release=5.18.0"/>
                                    <rdf:li rdf:resource="https://pecl.php.net/package-changelog.php?package=datadog_trace&amp;amp;release=1.23.3"/>
                                    <rdf:li rdf:resource="https://pecl.php.net/package-changelog.php?package=datadog_trace&amp;amp;release=1.23.2"/>
                                    <rdf:li rdf:resource="https://pecl.php.net/package-changelog.php?package=gRPC&amp;amp;release=1.83.0"/>
                                    <rdf:li rdf:resource="https://pecl.php.net/package-changelog.php?package=phalcon&amp;amp;release=5.17.0"/>
                
            </rdf:Seq>
        </items>

        <title>PECL: Latest releases</title>
        <description>The latest releases in PECL.</description>
    </channel>

            <item rdf:about="https://pecl.php.net/package-changelog.php?package=yaconf&amp;release=1.1.3">
            <title>yaconf 1.1.3</title>
            <link>https://pecl.php.net/package-changelog.php?package=yaconf&amp;amp;release=1.1.3</link>
            <description>
                - Fixed memory leak with PHP 8.1
- Fixed garbage value being returned when an INI file is unreadable
- Fixed Yaconf::get() with paths deeper than a scalar value
- Fixed section inheritance from numeric section names
- Fixed fatal error and a memory leak in the startup scan            </description>
            <dc:date>2026-08-06T07:47:22-05:00</dc:date>
        </item>
            <item rdf:about="https://pecl.php.net/package-changelog.php?package=yar&amp;release=2.4.0">
            <title>yar 2.4.0</title>
            <link>https://pecl.php.net/package-changelog.php?package=yar&amp;amp;release=2.4.0</link>
            <description>
                - Added yar.ssl_verify to make TLS certificate verification configurable
- Kept persistent curl connections in the persistent resource list
- Rejected non-public methods in the server dispatcher
- Fixed use-after-free (dangling offset) in REALLOC_BUF_IF_EXCEED
- Fixed size_t underflow when request body is shorter than the protocol header
- Hardened protocol parsing: body length clamping, bounds checks, payload type checks
- Fixed YAR_OPT_PROXY passing the connect timeout to CURLOPT_PROXY
- Fixed issue #175 where Yar_Server::Info returns garbled output.            </description>
            <dc:date>2026-08-06T05:20:47-05:00</dc:date>
        </item>
            <item rdf:about="https://pecl.php.net/package-changelog.php?package=protobuf&amp;release=5.36.0RC2">
            <title>protobuf 5.36.0RC2</title>
            <link>https://pecl.php.net/package-changelog.php?package=protobuf&amp;amp;release=5.36.0RC2</link>
            <description>
                * See github.com/protocolbuffers/protobuf/releases/tag/v36.0-rc2 for release notes.            </description>
            <dc:date>2026-08-03T20:09:05-05:00</dc:date>
        </item>
            <item rdf:about="https://pecl.php.net/package-changelog.php?package=pdo_sqlsrv&amp;release=5.13.2">
            <title>pdo_sqlsrv 5.13.2</title>
            <link>https://pecl.php.net/package-changelog.php?package=pdo_sqlsrv&amp;amp;release=5.13.2</link>
            <description>
                Added
- The drivers can now be installed with PIE (the PHP Installer for Extensions), the official replacement for the now-deprecated PECL: `pie install microsoft/sqlsrv` and `pie install microsoft/pdo_sqlsrv`.

Security
- Fixed SQL injection in PDO::lastInsertId($name) (CWE-89). The sequence-name lookup previously interpolated the caller-supplied name directly into the query text, allowing injection of arbitrary Transact-SQL. The name is now passed to a parameterized query and bound with the connection encoding, so it is always treated as a literal value. This also fixes lookups for sequence names containing non-ASCII characters ([PR #1673](https://github.com/microsoft/msphpsql/pull/1673))
- Fixed silent truncation of binary parameters containing embedded NUL (0x00) bytes when using PDO emulated prepares with PDO::SQLSRV_ENCODING_BINARY (CWE-626). All bytes are now encoded ([PR #1675](https://github.com/microsoft/msphpsql/pull/1675))

Fixed
- Fixed a Windows thread-safe (ZTS) shared build link failure (unresolved external symbol LNK2001 on _tsrm_ls_cache) when building the extensions as shared DLLs ([PR #1674](https://github.com/microsoft/msphpsql/pull/1674))
- Fixed stale unixODBC INI caching on Linux and macOS by clearing the unixODBC INI cache at module shutdown ([PR #1667](https://github.com/microsoft/msphpsql/pull/1667))
- Fixed an AddressSanitizer One Definition Rule (ODR) violation reported when both the sqlsrv and pdo_sqlsrv extensions are loaded together ([PR #1659](https://github.com/microsoft/msphpsql/pull/1659))
- Addressed CodeQL static-analysis findings ([PR #1615](https://github.com/microsoft/msphpsql/pull/1615))

Limitations
- No support for inout / output params when using sql_variant type
- No support for inout / output params when formatting decimal values
- In Linux and macOS, setlocale() only takes effect if it is invoked before the first connection. Attempting to set the locale after connecting will not work
- Always Encrypted requires [MS ODBC Driver 17+](https://docs.microsoft.com/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server)
  - Only Windows Certificate Store and Azure Key Vault are supported. Custom Keystores are not yet supported
  - Issue [#716](https://github.com/Microsoft/msphpsql/issues/716) - With Always Encrypted enabled, named parameters in subqueries are not supported
  - Issue [#1050](https://github.com/microsoft/msphpsql/issues/1050) - With Always Encrypted enabled, insertion requires the column list for any tables with identity columns
  - [Always Encrypted limitations](https://docs.microsoft.com/sql/connect/php/using-always-encrypted-php-drivers#limitations-of-the-php-drivers-when-using-always-encrypted)

Known Issues
- Connection pooling on Linux or macOS is not recommended with [unixODBC](http://www.unixodbc.org/) &lt; 2.3.7
- When pooling is enabled in Linux or macOS
  - unixODBC &lt;= 2.3.4 (Linux and macOS) might not return proper diagnostic information, such as error messages, warnings and informative messages
  - due to this unixODBC bug, fetch large data (such as xml, binary) as streams as a workaround. See the examples [here](https://github.com/Microsoft/msphpsql/wiki/Features#pooling)            </description>
            <dc:date>2026-08-03T16:51:02-05:00</dc:date>
        </item>
            <item rdf:about="https://pecl.php.net/package-changelog.php?package=sqlsrv&amp;release=5.13.2">
            <title>sqlsrv 5.13.2</title>
            <link>https://pecl.php.net/package-changelog.php?package=sqlsrv&amp;amp;release=5.13.2</link>
            <description>
                Added
- The drivers can now be installed with PIE (the PHP Installer for Extensions), the official replacement for the now-deprecated PECL: `pie install microsoft/sqlsrv` and `pie install microsoft/pdo_sqlsrv`.

Security
- Fixed SQL injection in PDO::lastInsertId($name) (CWE-89). The sequence-name lookup previously interpolated the caller-supplied name directly into the query text, allowing injection of arbitrary Transact-SQL. The name is now passed to a parameterized query and bound with the connection encoding, so it is always treated as a literal value. This also fixes lookups for sequence names containing non-ASCII characters ([PR #1673](https://github.com/microsoft/msphpsql/pull/1673))
- Fixed silent truncation of binary parameters containing embedded NUL (0x00) bytes when using PDO emulated prepares with PDO::SQLSRV_ENCODING_BINARY (CWE-626). All bytes are now encoded ([PR #1675](https://github.com/microsoft/msphpsql/pull/1675))

Fixed
- Fixed a Windows thread-safe (ZTS) shared build link failure (unresolved external symbol LNK2001 on _tsrm_ls_cache) when building the extensions as shared DLLs ([PR #1674](https://github.com/microsoft/msphpsql/pull/1674))
- Fixed stale unixODBC INI caching on Linux and macOS by clearing the unixODBC INI cache at module shutdown ([PR #1667](https://github.com/microsoft/msphpsql/pull/1667))
- Fixed an AddressSanitizer One Definition Rule (ODR) violation reported when both the sqlsrv and pdo_sqlsrv extensions are loaded together ([PR #1659](https://github.com/microsoft/msphpsql/pull/1659))
- Addressed CodeQL static-analysis findings ([PR #1615](https://github.com/microsoft/msphpsql/pull/1615))

Limitations
- No support for inout / output params when using sql_variant type
- No support for inout / output params when formatting decimal values
- In Linux and macOS, setlocale() only takes effect if it is invoked before the first connection. Attempting to set the locale after connecting will not work
- Always Encrypted requires [MS ODBC Driver 17+](https://docs.microsoft.com/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server)
  - Only Windows Certificate Store and Azure Key Vault are supported. Custom Keystores are not yet supported
  - Issue [#716](https://github.com/Microsoft/msphpsql/issues/716) - With Always Encrypted enabled, named parameters in subqueries are not supported
  - Issue [#1050](https://github.com/microsoft/msphpsql/issues/1050) - With Always Encrypted enabled, insertion requires the column list for any tables with identity columns
  - [Always Encrypted limitations](https://docs.microsoft.com/sql/connect/php/using-always-encrypted-php-drivers#limitations-of-the-php-drivers-when-using-always-encrypted)

Known Issues
- Connection pooling on Linux or macOS is not recommended with [unixODBC](http://www.unixodbc.org/) &lt; 2.3.7
- When pooling is enabled in Linux or macOS
  - unixODBC &lt;= 2.3.4 (Linux and macOS) might not return proper diagnostic information, such as error messages, warnings and informative messages
  - due to this unixODBC bug, fetch large data (such as xml, binary) as streams as a workaround. See the examples [here](https://github.com/Microsoft/msphpsql/wiki/Features#pooling)            </description>
            <dc:date>2026-08-03T16:50:52-05:00</dc:date>
        </item>
            <item rdf:about="https://pecl.php.net/package-changelog.php?package=phalcon&amp;release=5.18.0">
            <title>phalcon 5.18.0</title>
            <link>https://pecl.php.net/package-changelog.php?package=phalcon&amp;amp;release=5.18.0</link>
            <description>
                Full changelog can be found at: https://github.com/phalcon/cphalcon/blob/master/CHANGELOG-5.0.md            </description>
            <dc:date>2026-07-31T14:47:50-05:00</dc:date>
        </item>
            <item rdf:about="https://pecl.php.net/package-changelog.php?package=datadog_trace&amp;release=1.23.3">
            <title>datadog_trace 1.23.3</title>
            <link>https://pecl.php.net/package-changelog.php?package=datadog_trace&amp;amp;release=1.23.3</link>
            <description>
                ## Profiler
### Fixed
- Restore OPcache restart hook on shutdown (#4076)            </description>
            <dc:date>2026-07-29T13:03:38-05:00</dc:date>
        </item>
            <item rdf:about="https://pecl.php.net/package-changelog.php?package=datadog_trace&amp;release=1.23.2">
            <title>datadog_trace 1.23.2</title>
            <link>https://pecl.php.net/package-changelog.php?package=datadog_trace&amp;amp;release=1.23.2</link>
            <description>
                ## Tracer
### Fixed
- Prevent application error handlers from replacing successful OpenFeature
  evaluation values with code defaults #4071            </description>
            <dc:date>2026-07-28T20:35:28-05:00</dc:date>
        </item>
            <item rdf:about="https://pecl.php.net/package-changelog.php?package=gRPC&amp;release=1.83.0">
            <title>gRPC 1.83.0</title>
            <link>https://pecl.php.net/package-changelog.php?package=gRPC&amp;amp;release=1.83.0</link>
            <description>
                - gRPC Core 1.83.0 update            </description>
            <dc:date>2026-07-23T04:38:40-05:00</dc:date>
        </item>
            <item rdf:about="https://pecl.php.net/package-changelog.php?package=phalcon&amp;release=5.17.0">
            <title>phalcon 5.17.0</title>
            <link>https://pecl.php.net/package-changelog.php?package=phalcon&amp;amp;release=5.17.0</link>
            <description>
                Full changelog can be found at: https://github.com/phalcon/cphalcon/blob/master/CHANGELOG-5.0.md            </description>
            <dc:date>2026-07-20T16:33:20-05:00</dc:date>
        </item>
    
</rdf:RDF>
