Learn about Zend PHP runtimes, how keeping up with PHP releases can present unique challenges, and the risks of running an EOL PHP version.
PHP Development
Blog
IBM and Zend by Perforce Announcement for IBM i Users
In this 2020 announcement, Zend discusses their ongoing coordination with IBM in support of the IBM i ecosystem.
IBM i
Blog
Protecting PII from Unauthorized Viewing with Data Masking
What Is PII?
Security, PHP Development
Blog
What Is a Foreign Function Interface (FFI) in PHP?
Get an overview of a foreign function interface in PHP.
PHP Development
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
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
Blog
What Is PHP?
Get an overview of PHP and how to use it.
PHP Development, Zend Server
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
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.