diff options
author | Jouni Ahto <jah@php.net> | 2000-06-10 08:59:43 +0000 |
---|---|---|
committer | Jouni Ahto <jah@php.net> | 2000-06-10 08:59:43 +0000 |
commit | d09ec3261f1b2c2f88ee7fa6bff34859c1f0bc58 (patch) | |
tree | a189bb27207df68aaf29216868f238478c9f19fb /README.SELF-CONTAINED-EXTENSIONS | |
parent | f79e3fa02f126bce7cb977459ba6aed366b53ccc (diff) | |
download | php-git-d09ec3261f1b2c2f88ee7fa6bff34859c1f0bc58.tar.gz |
- Add some documentation for ext_skel and a note about it's existence.
Diffstat (limited to 'README.SELF-CONTAINED-EXTENSIONS')
-rw-r--r-- | README.SELF-CONTAINED-EXTENSIONS | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/README.SELF-CONTAINED-EXTENSIONS b/README.SELF-CONTAINED-EXTENSIONS index f3918161ca..2010d56d9d 100644 --- a/README.SELF-CONTAINED-EXTENSIONS +++ b/README.SELF-CONTAINED-EXTENSIONS @@ -107,8 +107,13 @@ fi CREATING SOURCE FILES - [You are currently alone here. There are a lot of existing modules, - use a simply module as a starting point and add your own code.] + ext_skel can be of great help when creating the common code for all modules + in PHP for you and also writing basic function definitions and C code for + handling arguments passed to your functions. See README.EXT_SKEL for further + information. + + As for the rest, you are currently alone here. There are a lot of existing + modules, use a simple module as a starting point and add your own code. CREATING THE SELF-CONTAINED EXTENSION |