Skip to content

Commit 192ff17

Browse files
author
Julien Pauli
committed
First extension. PHP functions
1 parent e5df15a commit 192ff17

File tree

4 files changed

+540
-0
lines changed

4 files changed

+540
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Extension skeleton
2+
==================
3+
4+
Here we detail what a PHP extension look like, and how to generate a skeleton using some tools. That will allow us to
5+
use a skeleton code and hack into it, instead of creating every needed piece by hand from scratch.
6+
7+
We'll also detail how you could/should organize your extension files.

0 commit comments

Comments
 (0)