• Non ci sono risultati.

Database

Nel documento PHP Manual (pagine 58-62)

Ecommerce

Graphics

Miscellaneous

Networking

PHP Behaviour

Server

Text and language

XML

Database

-with-adabas[=DIR]

PHP 3, PHP 4: Include Adabas D support. DIR is the Adabas base install directory, defaults to /usr/local.

Adabas home page (http://www.adabas.com/)

-enable-dba=shared

PHP 3: Option not available in PHP 3

PHP 4: Build DBA as a shared module

-enable-dbase

PHP 3: Option not available; use–with-dbaseinstead.

PHP 4: Enable the bundled dbase library. No external libraries are required.

-with-dbase

PHP 3: Include the bundled dbase library. No external libraries are required.

PHP 4: Option not available; use–enable-dbaseinstead.

-with-db2[=DIR]

PHP 3, PHP 4: Include Berkeley DB2 support -with-db3[=DIR]

PHP 3: Option not available in PHP 3 PHP 4: Include Berkeley DB3 support

-with-dbm[=DIR]

PHP 3, PHP 4: Include DBM support -with-dbmaker[=DIR]

PHP 3: Option not available in PHP 3

PHP 4: Include DBMaker support. DIR is the DBMaker base install directory, defaults to where the latest version of DBMaker is installed (such as /home/dbmaker/3.6).

-with-empress[=DIR]

PHP 3, PHP 4: Include Empress support. DIR is the Empress base install directory, defaults to $EMPRESSPATH -enable-filepro

PHP 3: Option not available; use–with-fileproinstead.

PHP 4: Enable the bundled read-only filePro support. No external libraries are required.

-with-filepro

PHP 3: Include the bundled read-only filePro support. No external libraries are required.

PHP 4: Option not available; use–enable-fileproinstead.

-with-gdbm[=DIR]

PHP 3, PHP 4: Include GDBM support -with-hyperwave

PHP 3, PHP 4: Include Hyperwave support

Chapter 2. Installation

-with-ibm-db2[=DIR]

PHP 3, PHP 4: Include IBM DB2 support. DIR is the DB2 base install directory, defaults to /home/db2inst1/sqllib.

IBM DB2 home page (http://www.ibm.com/db2/)

-with-informix[=DIR]

PHP 3, PHP 4: Include Informix support. DIR is the Informix base install directory, defaults to nothing.

-with-ingres[=DIR]

PHP 3: Option not available in PHP 3

PHP 4: Include Ingres II support. DIR is the Ingres base directory (default /II/ingres)

-with-interbase[=DIR]

PHP 3, PHP 4: Include InterBase support. DIR is the InterBase base install directory, which defaults to /usr/interbase.

Interbase functions

Interbase home page (http://www.interbase.com/)

-with-ldap[=DIR]

PHP 3: Include LDAP support. DIR is the LDAP base install directory. Defaults to/usrand/usr/local PHP 4: Include LDAP support. DIR is the LDAP base install directory.

This provides LDAP (Lightweight Directory Access Protocol support). The parameter is the LDAP base install directory, defaults to/usr/local/ldap.

More information about LDAP can be found in RFC1777 (http://www.faqs.org/rfcs/rfc1777.html) and RFC1778 (http://www.faqs.org/rfcs/rfc1778.html).

-with-msql[=DIR]

PHP 3, PHP 4: Enables mSQL support. The parameter to this option is the mSQL install directory and defaults to /usr/local/Hughes. This is the default directory of the mSQL 2.0 distribution. configure automatically detects which mSQL version you are running and PHP supports both 1.0 and 2.0, but if you compile PHP with mSQL 1.0, you can only access mSQL 1.0 databases, and vice-versa.

See alsomSQL ConfigurationDirectives in theconfiguration file.

mSQL home page (http://www.hughes.com.au/)

-with-mysql[=DIR]

PHP 3: Include MySQL support. DIR is the MySQL base install directory, defaults to searching through a number of common places for the MySQL files.

PHP 4: Include MySQL support. DIR is the MySQL base directory. If unspecified, the bundled MySQL library will be used. This option is turned on by default.

See alsoMySQL ConfigurationDirectives in theconfiguration file.

MySQL home page (http://www.mysql.com/)

-with-ndbm[=DIR]

PHP 3, PHP 4: Include NDBM support -with-ovrimos

PHP 3, PHP 4: Include Ovrimos support.

-with-oci8[=DIR]

PHP 3: Option not available in PHP 3

PHP 4: Include Oracle-oci8 support. Default DIR is ORACLE_HOME.

-with-oracle[=DIR]

PHP 3: Include Oracle database support. DIR is Oracle’s home directory, defaults to $ORACLE_HOME.

PHP 4: Include Oracle-oci7 support. Default DIR is ORACLE_HOME.

Includes Oracle support. Has been tested and should be working at least with Oracle versions 7.0 through 7.3. The parameter is the ORACLE_HOME directory. You do not have to specify this parameter if your Oracle environment has been set up.

Oracle home page (http://www.oracle.com/)

-with-pgsql[=DIR]

PHP 3: Include PostgresSQL support. DIR is the PostgresSQL base install directory, which defaults to /usr/local/pgsql.

PHP 4: Include PostgreSQL support. DIR is the PostgreSQL base install directory, which defaults to

/usr/local/pgsql. Set DIR to shared to build as a dl, or shared,DIR to build as a dl and still specify DIR.

See alsoPostgres ConfigurationDirectives in theconfiguration file.

PostgreSQL home page (http://www.postgresql.org/)

-with-solid[=DIR]

PHP 3, PHP 4: Include Solid support. DIR is the Solid base install directory, defaults to /usr/local/solid Solid home page (http://www.solidtech.com/)

-with-sybase-ct[=DIR]

PHP 3, PHP 4: Include Sybase-CT support. DIR is the Sybase home directory, defaults to /home/sybase.

See alsoSybase-CT ConfigurationDirectives in theconfiguration file.

-with-sybase[=DIR]

PHP 3, PHP 4: Include Sybase-DB support. DIR is the Sybase home directory, which defaults to/home/sybase. See alsoSybase ConfigurationDirectives in theconfiguration file.

Sybase home page (http://www.sybase.com/)

-with-openlink[=DIR]

PHP 3, PHP 4: Include OpenLink ODBC support. DIR is the OpenLink base install directory, defaults to /usr/local/openlink.

Chapter 2. Installation

OpenLink Software’s home page (http://www.openlinksw.com/)

-with-iodbc[=DIR]

PHP 3, PHP 4: Include iODBC support. DIR is the iODBC base install directory, defaults to/usr/local. This feature was first developed for iODBC Driver Manager, a freely redistributable ODBC driver manager which runs under many flavors of UNIX.

FreeODBC home page (http://users.ids.net/~bjepson/freeODBC/) or iODBC home page (http://www.iodbc.org/)

-with-custom-odbc[=DIR]

PHP 3, PHP 4: Includes support for an arbitrary custom ODBC library. The parameter is the base directory and defaults to/usr/local.

This option implies that you have defined CUSTOM_ODBC_LIBS when you run the configure script. You also must have a valid odbc.h header somewhere in your include path. If you don’t have one, create it and include your specific header from there. Your header may also require some extra definitions, particularly when it is multiplatform. Define them in CFLAGS.

For example, you can use Sybase SQL Anywhere on QNX as following: CFLAGS=-DODBC_QNX LDFLAGS=-lunix CUSTOM_ODBC_LIBS="-ldblib -lodbc" ./configure -with-custom-odbc=/usr/lib/sqlany50

-disable-unified-odbc

PHP 3: Disable unified ODBC support. Only applicable if iODBC, Adabas, Solid, Velocis or a custom ODBC interface is enabled.

PHP 4: Option not available in PHP 4

The Unified ODBC module, which is a common interface to all the databases with ODBC-based interfaces, such as Solid, IBM DB2 and Adabas D. It also works for normal ODBC libraries. Has been tested with iODBC, Solid, Adabas D, IBM DB2 and Sybase SQL Anywhere. Requires that one (and only one) of these extensions or the Velocis extension is enabled, or a custom ODBC library specified. This option is only applicable if one of the following options is used:–with-iodbc,–with-solid,–with-ibm-db2,–with-adabas,–with-velocis, or–with-custom-odbc.

See alsoUnified ODBC ConfigurationDirectives in theconfiguration file.

-with-unixODBC[=DIR]

PHP 3: Option not available in PHP 3

PHP 4: Include unixODBC support. DIR is the unixODBC base install directory, defaults to /usr/local.

-with-velocis[=DIR]

PHP 3, PHP 4: Include Velocis support. DIR is the Velocis base install directory, defaults to /usr/local/velocis.

Velocis home page (http://www.raima.com/)

Nel documento PHP Manual (pagine 58-62)

Documenti correlati