mirror of
https://github.com/php/php-src.git
synced 2024-12-02 14:24:10 +08:00
9a22911392
Thies C. Arntzen will look into this to actually make it work, as I don't have Oracle installed here. As I said, it is only a framework for Oracle, and it will most likely crash if you actually try to use the oracle functions before Thies (or anyone else that wants to, of course) has had a chance to look at it. # The other databases will continue to work, of course :)
7 lines
194 B
Makefile
7 lines
194 B
Makefile
|
|
LTLIBRARY_NAME = libdbx.la
|
|
LTLIBRARY_SOURCES = dbx.c dbx_mysql.c dbx_odbc.c dbx_pgsql.c dbx_mssql.c dbx_fbsql.c dbx_oci8.c
|
|
LTLIBRARY_SHARED_NAME = dbx.la
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|