Popular just now

ad1

Showing posts with label skeleton. Show all posts
Showing posts with label skeleton. Show all posts

How to build a PHP extension


The ext_skel script

A PHP extension is composed of several files common to all extensions. As the details of many of those files are similar from extension to extension, it can be laborious to duplicate the content for each one. Fortunately, there is a script which can do all of the initial setup for you. It's called ext_skel, and it's been distributed with PHP since 4.0.