if test "$PHP_INGRES" != "no"; then
AC_DEFINE(HAVE_II, 1, [Whether you have Ingres II])
- PHP_NEW_EXTENSION(ingres, ii.c, $ext_shared)
+ PHP_NEW_EXTENSION(ingres_ii, ii.c, $ext_shared)
PHP_SUBST(II_SHARED_LIBADD)
if test "$PHP_INGRES" = "yes"; then
| Contributed by ECL IP'S Software & Services |
| http://www.eclips-software.com |
| mailto://idev@eclips-software.com |
- | Author: David Hénot <henot@php.net> |
+ | Computer Associates, http://ingres.ca.com |
+ | Authors: David Hénot |
+ | Grant Croker |
+ +----------------------------------------------------------------------+
+ | Authors: David Hénot <henot@php.net> |
+ | Grant Croker <grantc@php.net> |
+----------------------------------------------------------------------+
*/
extern zend_module_entry ingres_module_entry;
#define phpext_ingres_ptr &ingres_module_entry
+/*
+ Since the buildconf/configure process difers in behaviour between
+ Linux/UNIX and Windows, the following line allows us to build on
+ both setups. It's not a perfect solution.
+*/
+#define phpext_ingres_ii_ptr &ingres_module_entry
+
#ifdef PHP_WIN32
#define PHP_II_API __declspec(dllexport)