Skip to main content

Blog

PHP Encryption with Libsodium Blog

PHP Encryption with Libsodium

Libsodium is a modern cryptography library. Learn how you can use the Libsodium cryptography library for PHP encryption in this blog.
Security, PHP Development
Managing Security Risks in the PHP Engine & Web Applications Blog

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.
PHP Development, Security
Update PHP: Easy Methods to Secure Critical Apps Blog

Update PHP: Easy Methods to Secure Critical 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.
Security, Zend Server
Zend COVID-19 Update Blog

Zend COVID-19 Update

Productivity, Security
Why You Should Use Asynchronous PHP Blog

Why You Should Use Asynchronous PHP

Developers rely on asynchronous PHP calls to fulfill requests without bogging down the application. See how it works and compares to synchronous PHP here.
PHP Development
Benefits of Continuous Delivery Blog

Benefits of Continuous Delivery

Continuous delivery offers many advantages, but it is not without challenges. Learn about the barriers & benefits of continuous delivery from the Zend experts.
DevOps, Zend Server
Unleash Your Db2 Databases with PHP Blog

Unleash Your Db2 Databases with PHP

Get an overview of how to unleash your Db2 databases with PHP
IBM i, PHP Development
The Evolution of Zend Framework to the Laminas Project Blog

The Evolution of Zend Framework to the Laminas Project

What Is Zend Framework?
Laminas, Zend Framework
Use PHP 7 or PHP 5? Get the Long-Term Support That You Need Blog

Use PHP 7 or PHP 5? Get the Long-Term Support That You Need

What are the ramifications of PHP 7.1's end-of-life? How can you get long-term support for PHP 7 and PHP 5? Learn more in this blog.
Migration, Zend Server
What Is PHP? Blog

What Is PHP?

Get an overview of PHP and how to use it.
PHP Development, Zend Server
What’s New in PHP 7.4 Blog

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.
PHP Development, Performance
What Is a PHP Function? Blog

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 out of PHP functions.
PHP Development