> I see something bad in php_monet.h :
>
> PHP_FUNCTION(mysql_connect);
> PHP_FUNCTION(mysql_close);
>
> As you probably see this you misspelled the names.
Oops, sorry to have bothered you with this...
Manfred
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: htt
Manfred Stienstra wrote:
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/
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:
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/dwer
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
On Tue, 2003-09-23 at 11:59, Manfred Stienstra wrote:
> gcc -fpic -DCOMPILE_DL=1 -I/usr/local/include -I. -I.. -I ../..
> -I../../Zend -I../../include -I../../main -I../../TSRM -c -o monet.o
> monet.c
I had this problem myself recently before I figured out how to build the
standalone shared module
Hi,
I guess I should introduce myself first: I'm Manfred Stienstra, I'm a
parttime web application programmer and parttime student Artificial
Intelligence.
I was asked by a teacher to create a php api for MonetDB [1], I started
working on that today, and I can't find out how to create a dynamic
l