mirror of
https://github.com/php/php-src.git
synced 2024-12-15 21:05:51 +08:00
7b4983c8f8
* 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) |
||
---|---|---|
.. | ||
config.m4 | ||
ii.c | ||
ii.h | ||
Makefile.in | ||
php_ii.h | ||
README |
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.