php-src/ext/ingres_ii
Andrei Zmievski 7b4983c8f8 Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
  * Switched register_list_destructors() to use
    zend_register_list_destructors_ex() instead
  * Updated all relevant modules to provide the resource type name
    to register_list_destructors() call
  * Updated var_dump() to output resource type name instead of number

@- Made resource type names visible, e.g. var_dump() and
@  get_resource_type() display "file" for file resources. (Andrei)
2000-10-20 18:25:16 +00:00
..
config.m4 Made ingres extension use --with--ingres instead of --with-ii. 2000-08-31 15:10:16 +00:00
ii.c Mega-patch to get better resource information for modules. 2000-10-20 18:25:16 +00:00
ii.h Added clean up code for persistent connections to avoid some problems with 2000-09-29 09:29:06 +00:00
Makefile.in Made ingres_ii module compile with its new name 2000-07-17 23:21:42 +00:00
php_ii.h - Asked the author a long time already to change the function names to 2000-08-26 14:21:26 +00:00
README - To configure with ingres should be --with-ingres and not --with-ii 2000-08-29 18:21:07 +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 development 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-ingres to your ./configure
line. If the Ingres files are not found, use --with-ingres=DIR instead
to specify your Ingres installation directory.

Please report suggestions to henot@php.net.