There are 2 articles tagged as "pecl"

Communicating with Pidgin from PHP via D-Bus

on December 18, 2011. in Development, Programming. A 4 minute read.

Earlier this week I got an idea of trying to communicate with Pidgin, a chat client, via the terminal. Sounded like a fun thing to hack on, plus, could be made useful (in my head, at least), for things like logging from a web application directly to IM, or, heck, even creating something like Github’s Hubot, commanding a server or an application just via chat. Surely I wasn’t the first one to come up with this idea and after a bit of a googling found out that Pidgin’s libpurple has a nice API for that, exposed via D-Bus.

pecl install apc fails on Ubuntu

on April 10, 2011. in Development, Software. A 1 minute read.

I was just installing APC on an Ubuntu server (what else to do on a Sunday morning?) with the standard set of commands:

Continue reading pecl install apc fails on Ubuntu...