Skip to content
Archive of posts tagged php

(Português) PHP Conference 2010 – Desenvolvendo Extensões PECL

Sorry, this entry is only available in Português.

PHP API to SpamAssassin spamd Protocol

On the past few days I’ve been working on a PHP spamd client, and I think it is somewhat usable for now since it already implements all of the protocol commands. This is release 0.1.0, so you might expect some API changes for the next versions. Feedback is always welcome. I tried to make this [...]

(Português) Vídeo: Augeas no Locaweb 5o. TechDay

Sorry, this entry is only available in Português.

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 [...]