There are some situations when every developer encounters limitations in PHP. For some, the problem is performance, for others the lack of specific, low-level functionality. In that cases, the only solution is to write your own PHP extension that adds the missing features to the language. Unfortunately, although the documentation of the PHP language itself is excellent, the information on the prog