php-src/ext/ingres_ii
2000-07-18 22:34:42 +00:00
..
config.m4 Made ingres_ii module compile with its new name 2000-07-17 23:21:42 +00:00
ii.c Fix building ingres_ii as a shared module 2000-07-18 22:34:42 +00:00
ii.h Added extension ii for Ingres II native support. 2000-07-17 21:29:30 +00:00
Makefile.in Made ingres_ii module compile with its new name 2000-07-17 23:21:42 +00:00
php_ii.h Added new function ii_autocommit() 2000-07-17 23:57:36 +00:00
README Added extension ii for Ingres II native support. 2000-07-17 21:29:30 +00:00

Ingres II extension for PHP 4.0
===============================

This extension provides access to Ingres II servers from PHP 4.0.
It is still in developpement and has been only quickly tested on
linux (Mandrake 5.3 for intel), so you should avoid using it with
critical data.

To enable the extension just add --with-ii to your ./configure
line. If the Ingres files are not found, use --with-ii=DIR instead
to specify your Ingres installation directory.

Please report suggestions to henot@php.net.