eddmann.com

Introduction to Creating a Basic PHP Extension

open original

Introduction to Creating a Basic PHP Extension

I recently decided to test my novice C skills in the field of building a PHP extension. However, despite some very good resources (here and here), there still seems to be a lack of beginner-friendly material on the subject. In this post I will document a simple development environment that has worked well on a fresh CentOS 6.5 installation. Once this has been set up, we will then move on to creati

via eddmann.com