PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

PDO_INFORMIX DSN> <ifxus_write_slob
Last updated: Sat, 24 Mar 2007

view this page in

LXVIII. Informix Functions (PDO_INFORMIX)

Úvod

PDO_INFORMIX is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to Informix databases.

Instalace

To build the PDO_INFORMIX extension, the Informix Client SDK 2.81 UC1 or higher must be installed on the same system as PHP. The Informix Client SDK is available from the » IBM Informix Support Site.

PDO_INFORMIX is a » PECL extension, so follow the instructions in 7 – „Installation of PECL extensions to install the PDO_INFORMIX extension. Issue the configure command to point to the location of your Informix Client SDK header files and libraries as follows:


   bash$ ./configure --with-pdo-informix=/path/to/SDK[,shared]

  
The configure command defaults to the value of the INFORMIXDIR environment variable.

Scrollable cursors

PDO_INFORMIX supports scrollable cursors; however, they are not enabled by default. To enable scrollable cursor support, you must either set ENABLESCROLLABLECURSORS=1 in the corresponding ODBC connection settings in odbc.ini or pass the EnableScrollableCursors=1 clause in the DSN connection string.

Obsah

PDO_INFORMIX DSN — Connecting to Informix databases


add a note add a note User Contributed Notes
Informix Functions (PDO_INFORMIX)
alan dot acosta at gps dot com dot co
19-Sep-2007 04:01
Take care, with php-5.2.4 --with-pdo-informix=shared,/home/informix
 doesn't work, just says:
Notice: Following unknown configure options were used:
--with-pdo-informix=shared,/home/informix
jgp at iiug dot org
24-Mar-2006 07:27
IIUG (International Informix Users Group) has made the Windows driver available on its site (wwww.iiug.org), as it is not included in v5.1.2.

hih

PDO_INFORMIX DSN> <ifxus_write_slob
Last updated: Sat, 24 Mar 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites