-
The Elephant in The Room: Planning for Enterprise PHP Upgrades
PHP upgrades can provide big benefits to aging PHP applications on EOL PHP versions. But for large-scale PHP applications, that process can be fraught with peril. So how can enterprise
-
Zend Server Developer Edition
Need to buy or renew a Zend Server Developer Edition license? Request a license here.
-
PHP Consulting Services
Take advantage of expert PHP consulting services from Zend. Our PHP consultants will help speed time to market, boost efficiency, and cut risk for your PHP app.
-
Writing PHP Extensions: PHP Classes and Objects
Objects in PHP are represented by zend_object structure immediately followed by plain array of properties (zvals).
-
Writing PHP Extensions: Generating a PHP Extension Skeleton
Writing a basic PHP extension is not too difficult.
-
Writing PHP Extensions: Building and Installing a PHP Extension
This extension skeleton can be compiled without any changes.
-
Writing PHP Extensions: Catching Memory Leaks
Let’s try to pass array with a value of some unexpected type.
-
Writing PHP Extensions: Adding New Functionality
At this point you should already know the basic structure of a PHP extension and the building process. Now, we are going to learn how to implement new basic PHP extension features. Starting from this section, I’ll write new code in red and keep existing code black.
-
Writing PHP Extensions: FAQ
To help you learn the basics about PHP, the tutorial we just completed described how to build a very simple practice extension.