Sorry, this entry is only available in Português.
Archive of posts tagged augeas
PHP Augeas extension released
A few weeks ago I did the first release of augeas, my first PECL extension. Augeas is a configuration editing tool that provides an unified API to different configuration file formats. Quoting the official website: Augeas is a configuration editing tool. It parses configuration files in their native formats and transforms them into a tree. [...]
Resources on how to write your own PHP extension
A few days ago I started to write my first PHP extension, and I have to admit it was a pain in the beginning. Actually it still is, but I’m the one to blame for lacking some C skills. Anyway, my advice is: if you want to write your own extension you’d better have a [...]