Modified patch applied. No need to patch php_ii.h.
--Jani
On Wed, 16 Mar 2005, Croker, Grant wrote:
Hi,
Attached is a new file, config.w32, needed to build the Ingres extension
with the command line build on Windows. Using this patch you should be
able to use the following combination of flags:
--with-ingres
--with-ingres=somepath
--with-ingres=shared
--with-ingres=shared,somepath
In addition the following change needed to be made to
ext\ingres_ii\php_ii.h, also attached:
Index: ingres_ii/php_ii.h
===================================================================
RCS file: /repository/php-src/ext/ingres_ii/php_ii.h,v
retrieving revision 1.12
diff -u -b -w -B -d -r1.12 php_ii.h
--- ingres_ii/php_ii.h 8 Jan 2004 17:32:14 -0000 1.12
+++ ingres_ii/php_ii.h 16 Mar 2005 13:24:11 -0000
@@ -28,6 +28,7 @@
extern zend_module_entry ingres_ii_module_entry;
#define phpext_ingres_ii_ptr &ingres_ii_module_entry
+#define phpext_ingres_ptr &ingres_ii_module_entry
#ifdef PHP_WIN32
#define PHP_II_API __declspec(dllexport)
thanks
grant
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php