Re: [PHP-DEV] MonetDB extension

2003-09-30 Thread Manfred Stienstra
> 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

Re: [PHP-DEV] MonetDB extension

2003-09-30 Thread Andrey Hristov
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/

Re: [PHP-DEV] MonetDB extension

2003-09-30 Thread 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:

Re: [PHP-DEV] MonetDB extension

2003-09-30 Thread Andrey Hristov
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

Re: [PHP-DEV] MonetDB extension

2003-09-30 Thread Manfred Stienstra
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

Re: [PHP-DEV] MonetDB extension

2003-09-23 Thread Robert Cummings
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

[PHP-DEV] MonetDB extension

2003-09-23 Thread Manfred Stienstra
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