ZendPHP Changelog

The list below provides the full release notes and changelogs for ZendPHP.

 

PHP 5.6 and 7.1 End of Life

As of January 31, 2023, we no longer support PHP 5.6 or 7.1, and v6 releases of RHEL-compatible operating systems.

 

ARM Support for ZendPHP Now Available
ARM support for ZendPHP and ZendHQ is now available for ZendPHP 7.2 and up. For a complete list of supported platforms and PHP versions, see our Supported Platforms. All Docker images are available from our container registry now include additional tags providing ARM variants.

 

ZendPHP Common changes in versions 5.6.40.16, 7.1.33.15, 7.2.34.10 and 7.3.33.2 (2022-06-13)

  • mysqlnd:
    • Fixed bug #81719: mysqlnd/pdo password buffer overflow. (CVE-2022-31626)(c dot fol at ambionics dot io)
  • pgsql:
    • Fixed bug #81720: Uninitialized array in pg_query_params(). (CVE-2022-31625) (cmb)