Skip to main content
  • PHP 7.2: Features, Changes, and Key Dates

    In this article, we look at the details of the PHP 7.2 release, including release date, EOL dates, features, improvements, deprecations, and performance.

  • Zend COVID-19 Update

    As we all manage work during the COVID-19 outbreak, we want you to know that Zend by Perforce is here to help you keep business running.Our global teams will continue to work remotely to

  • Managing Security Risks in the PHP Engine & Web Applications

    Get expert tips for managing security risks and PHP security issues — and learn about PHP engine security.

  • Using PHPStorm With Zend Server

    This guide shows how to configure PHPStorm for use with Zend Server and how to create debugging sessions from IDE and browser.

  • What Is an Interface In PHP?

    A PHP interface defines a contract which a class must fulfill. If a PHP class is a blueprint for objects, an interface is a blueprint for classes. Any class implementing a given

  • An Easier Way to Update PHP and Secure Your Apps

    You can update PHP manually or automatically. Understand your options to update PHP versions, why its so critical from a security perspective, and sources for PHP downloads.

  • PHP Security Center

    The PHP Security Center is a tool for DevOps and developers. Developers should use it to understand what versions of PHP they should target for production, as well as to understand what

  • What’s New in PHP 7.4

    The latest PHP update introduces tools to help developers be more productive. Read to learn more about PHP 7.4 performance and new features.

  • Unleash Your Db2 Databases with PHP

    Get an overview of how to unleash your Db2 databases with PHP

  • What Is a PHP Function?

    A PHP function provides code that a PHP script can call to perform a task, such as Count(), file_get_contents(), and header(). Get PHP function examples. And learn how to get the most