-I have knowledge of c/c++ and php,
-I want to make my own " .so " extension so that I may used it
dl("my_extension.so").
-From where do I start building ....what the first step.
Building own .so extension/library
Moderator: General Moderators
taking a look at existing extensions is probably the best way to start.
the bz2-module is quite simple, then maybe tokenizer and then perhaps exif.
After you have some clue of what's going on there, read README.EXT_SKEL from the source code package. It describes an easy way to build an empty skeleton of an extension.
the bz2-module is quite simple, then maybe tokenizer and then perhaps exif.
After you have some clue of what's going on there, read README.EXT_SKEL from the source code package. It describes an easy way to build an empty skeleton of an extension.