Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4617 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28596 invoked by uid 1010); 30 Sep 2003 14:57:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 28561 invoked from network); 30 Sep 2003 14:57:32 -0000 Received: from unknown (HELO smtpzilla5.xs4all.nl) (194.109.127.141) by pb1.pair.com with SMTP; 30 Sep 2003 14:57:32 -0000 Received: from tail.dwerg.net (dwerg.xs4all.nl [213.84.21.204]) by smtpzilla5.xs4all.nl (8.12.9/8.12.9) with ESMTP id h8UEvVX6090394 for ; Tue, 30 Sep 2003 16:57:31 +0200 (CEST) To: internals@lists.php.net In-Reply-To: <3F7999B3.4090505@hristov.com> References: <1064332750.15197.13.camel@tail.dwerg.net> <1064334626.25515.106.camel@blobule.suds> <1064932686.28212.20.camel@tail.dwerg.net> <3F7999B3.4090505@hristov.com> Content-Type: text/plain Message-ID: <1064934002.28212.25.camel@tail.dwerg.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 30 Sep 2003 17:00:03 +0200 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] MonetDB extension From: manfred.stienstra@dwerg.net (Manfred Stienstra) On Tue, 2003-09-30 at 16:56, Andrey Hristov wrote: > Manfred Stienstra wrote: > > >Hi, > > > >As some might remember from last week, I'm trying to develop a php > >extension, but I'm having a little trouble getting it compiled... > > > >/home/dwerg/code/2003/monetdb/php-4.3.3/ext/monet/monet.c:42: error: > >`zif_monet_connect' undeclared here (not in a function) > >/home/dwerg/code/2003/monetdb/php-4.3.3/ext/monet/monet.c:42: error: > >initializer element is not constant > > > >Does anyone know how I can fix this? > Then, please place the files somewhere on the web, so we can see the code Here are the files: http://tail.dwerg.net/monet/monet.c http://tail.dwerg.net/monet/php_monet.h http://tail.dwerg.net/monet/config.m4 Manfred