Christos Lytras 9/9/2017

Creating PHP 7 extensions for Linux and Windows

Read Original

This article provides a detailed tutorial on building PHP 7 extensions for Linux and Windows, addressing compatibility breaks from older PHP versions. It walks through creating an extension named 'lytrax' that binds C++ classes to PHP, including file structure, configuration files (config.m4, config.w32), and core C++/PHP source code examples for class methods and callback functions.

Creating PHP 7 extensions for Linux and Windows

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes