Tagged articles
4 articles
Page 1 of 1
Open Source Tech Hub
Open Source Tech Hub
Aug 24, 2025 · Backend Development

How PHPX 2.0 Lets You Write C++ with PHP‑Like Syntax

PHPX 2.0 is a re‑engineered extension library that lets developers write C++ code using PHP‑style dynamic syntax, offering safe memory handling, operator overloading, var‑keyword typing, and seamless integration with Composer and CMake for building high‑performance PHP extensions.

PHP extensionPHPXc++
0 likes · 13 min read
How PHPX 2.0 Lets You Write C++ with PHP‑Like Syntax
21CTO
21CTO
Jan 29, 2016 · Backend Development

Build a PHP Extension from Scratch with PHP7: A Step‑by‑Step Guide

This tutorial walks you through creating a PHP7 extension from the ground up, covering code generation, config adjustments, function implementation, compilation, installation, and testing of a simple 'say' method that outputs "hello word".

BackendPHP extensionTutorial
0 likes · 5 min read
Build a PHP Extension from Scratch with PHP7: A Step‑by‑Step Guide