[commits] Horde branch master updated.
Michael M Slusarz
slusarz at horde.org
Mon Feb 23 19:20:32 UTC 2009
Quoting Chuck Hagenbuch <chuck at horde.org>:
> This package isn't yet updated for Horde 4. Can we please put packages
> from existing PHP 4/Horde 3 code into the hatchery for now, until they
> are rewritten?
It was rewritten. Unless I am missing out on something. Checklist:
Convert to PHP 5 (__construct, use __destruct instead of
register_shutdown_function) DONE
Convert to exception handling DONE
Convert to new PEAR package structure DONE
Autloading DONE
The only thing I didn't do is change the case of the driver names.
But that's a little trickier because it relies on config values on
users' servers rather than a code line I can change. Obviously, I can
do ucfirst()'ing, but I'd rather not bring in String:: as a dependency.
michael
--
___________________________________
Michael Slusarz [slusarz at horde.org]
More information about the commits
mailing list