Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15499 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20286 invoked by uid 1010); 19 Mar 2005 00:05:04 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 20271 invoked from network); 19 Mar 2005 00:05:04 -0000 Received: from unknown (HELO iki.fi) (127.0.0.1) by localhost with SMTP; 19 Mar 2005 00:05:04 -0000 X-Host-Fingerprint: 195.197.172.115 gw01.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.115:38924] helo=gw01.mail.saunalahti.fi) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 45/C9-00382-FAC6B324 for ; Fri, 18 Mar 2005 19:05:03 -0500 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw01.mail.saunalahti.fi (Postfix) with ESMTP id 8AC10DC390; Sat, 19 Mar 2005 01:30:39 +0200 (EET) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j2INUgYr021080; Sat, 19 Mar 2005 01:30:42 +0200 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j2INUftj021077; Sat, 19 Mar 2005 01:30:42 +0200 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Sat, 19 Mar 2005 01:30:41 +0200 (EET) Reply-To: Jani Taskinen To: "Croker, Grant" Cc: internals@lists.php.net In-Reply-To: <08237065FA027340B731E570990978540374AC9A@ukslms22.ca.com> Message-ID: References: <08237065FA027340B731E570990978540374AC9A@ukslms22.ca.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] [PATCH] Bug #32333 - Unable to perform command line build with Ingres extension From: sniper@iki.fi (Jani Taskinen) 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 >