What is this?

This is pear.sergiocarvalho.com, a PEAR channel for PHP packages I've written that live outside of PEAR. Some of these have not yet been proposed, others have been proposed but refused for inclusion in PEAR. All code here is either LGPL-licensed or licensed under the PHP license. Feel free to use and modify, at your own risk, and with the obligation of sharing improvements.

If you find a bug, please submit a patch ;) to sergiosgc<at>gmail<dot>com. If you can't submit a patch, please email me a description at least good enough for bug reproduction.

The same logic applies for improvements. I prefer unidiff patches, but any kind will do.

Newly written buggy code, you can keep for yourself. I write enough myself.

What now?

Peruse packages by heading over to the package listing page.

Install packages by either downloading them from the package page or via pear. You need to register the channel: pear channel-discover pear.sergiocarvalho.com And then install as usual, with a channel prefix: pear install sergiosgc/DB_OO3