[dev] 4.0-git Kronolith (& Ansel) & ensureTypes()
Chuck Hagenbuch
chuck at horde.org
Sun Dec 19 03:20:45 UTC 2010
Quoting Rick Romero <rick at havokmon.com>:
> Installed pdo-mysql. Seems a little much for one-line of code, and FWIW,
> the 2nd additional module for MySQL (pecl's MDB2_Driver_MySQL) I've had to
> install for 4.0-git (on the same box that already runs horde 3.2.2).
>
> Granted I'm not a dev, but my first thought would be to reduce the number
> of loaded modules and just require one extension (if needed at all)...
As Michael said, but to add a bit...
- pdo-mysql is an alternative to the regular mysql extension. When H4
is released, any of the old mysql extension, mysqli, and pdo-mysql
should be sufficient
- MDB2_Driver_MySQL is a pear library (php code), not a pecl package
(C extension)
- MDB2 (and PEAR DB) will be phased out entirely by release time for H4
Right now H4 is alpha code, more or less. I'd expect dependencies to
balloon a bit while we sort out refactoring, etc. in the new version,
and then to tighten up again as we move towards release.
-chuck
More information about the dev
mailing list