a5c226010f
This module generates a bunch of php4 extensions as shared modules, and seperates them out into multiple packages. End result is that you can pkg_add individual modules now without getting into the mess of flavors that we've had in the past. Work by wilfried@ and me, espie@ ok
6 lines
335 B
Plaintext
6 lines
335 B
Plaintext
In addition to normal ODBC support, the Unified ODBC functions in
|
|
PHP allow you to access several databases that have borrowed the
|
|
semantics of the ODBC API to implement their own API. Instead of
|
|
maintaining multiple database drivers that were all nearly identical,
|
|
these drivers have been unified into a single set of ODBC functions.
|