Skip to main content

Blog

Guide to PHP 7.1 Blog

Guide to PHP 7.1

See PHP 7.1 EOL dates, features, and performance comparisons in this blog
PHP Development
PHP 7: Features and Performance Comparison Blog

PHP 7: Features and Performance Comparison

PHP 7 was a landmark release for PHP. See release and EOL dates, performance comparisons, and new features for PHP 7 in this blog
PHP Development
Introducing the Zend PHP Security Center Blog

Introducing the Zend 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 areas of their code might be vulnerable, and how to mitigate vulnerabilities pro-actively.
Security
Using PHPStorm With Zend Server Blog

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.
Debugging, Zend Server
What Is an Interface In PHP? Blog

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 interface can be expected to have the same behavior in terms of what can be called, how it can be called, and what will be returned.
PHP Development
What Is a PHP Class? Blog

What Is a PHP Class?

This blog is a guide to learn about a PHP class, properties, methods, inheritance, and constructors.
PHP Development
How to Connect PHP to MySQL Database Blog

How to Connect PHP to MySQL Database

PHP and MySQL are two valuable tools for bringing data to the web both through customer applications as well as existing open source solutions based on these technologies. Learn how to connect PHP and MySQL in this blog!
PHP Development
Why Development Teams Should Upgrade PHP 5.6 to 7 Blog

Why Development Teams Should Upgrade PHP 5.6 to 7

Drawing on a recent poll, this blog examines why PHP users have not upgraded from PHP 5.6 to PHP 7.x, and explains why they should.
PHP Development, Zend Server
IBM and Zend by Perforce Announcement for IBM i Users 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
Protecting PII from Unauthorized Viewing with Data Masking Blog

Protecting PII from Unauthorized Viewing with Data Masking

What Is PII?
Security, PHP Development
How to Use PHP Extensions Blog

How to Use PHP Extensions

Get an overview of PHP extensions.
PHP Development, Modernization
What Is a Foreign Function Interface (FFI) in PHP? Blog

What Is a Foreign Function Interface (FFI) in PHP?

Get an overview of a foreign function interface in PHP.
PHP Development