Re: [PHP] not _that_ fixed....

2004-10-26 Thread Curt Zirzow
* Thus wrote Robert Cummings: > On Tue, 2004-10-26 at 10:14, Curt Zirzow wrote: > > > > > Actually it gets easier.. > > > > cd ext/custommodule/ > > phpize > > ./configure --with-custommodule > > make > > > > Now you'll have a custommodule.so available. > > Aaah cool. When did that become avail

Re: [PHP] not _that_ fixed....

2004-10-26 Thread Curt Zirzow
You can write your program in c++, checkout this pecl extension: http://pecl.php.net/rar You might want to join the pecl mailing list, there are more developer eyes there that can answer questions about these things. * Thus wrote Pierre Ancelot: > > > in fact, i would code it in c++ but the

Re: [PHP] not _that_ fixed....

2004-10-26 Thread Pierre Ancelot
in fact, i would code it in c++ but the used compiler is gcc... i tried to change the value CC in makefile but the lib obtained is invalid and is not working with php any idea on this ? Sorry to bother again :) On Tuesday 26 October 2004 16:14, Curt Zirzow wrote: > * Thus wrote Robert Cu

Re: [PHP] not _that_ fixed....

2004-10-26 Thread Pierre Ancelot
very good question, why didn't it works the way it was described in the tut ? On Tuesday 26 October 2004 17:07, Robert Cummings wrote: > On Tue, 2004-10-26 at 10:14, Curt Zirzow wrote: > > * Thus wrote Robert Cummings: > > > On Tue, 2004-10-26 at 00:37, Pierre Ancelot wrote: > > > > in fact i got

Re: [PHP] not _that_ fixed....

2004-10-26 Thread Pierre Ancelot
It works !! thanks to you and robert, i use the phpize method, it's an excellent thing that generates all needed, no i use it in a specific folder, no need to haev the whole source around :) THANKS !! On Tuesday 26 October 2004 16:14, Curt Zirzow wrote: > * Thus wrote Robert Cummings: > > On

Re: [PHP] not _that_ fixed....

2004-10-26 Thread Robert Cummings
On Tue, 2004-10-26 at 10:14, Curt Zirzow wrote: > * Thus wrote Robert Cummings: > > On Tue, 2004-10-26 at 00:37, Pierre Ancelot wrote: > > > > > > in fact i got it in the ./configure --help : > > > > > > [EMAIL PROTECTED]:~/phpsource/php-4.3.9$ ./configure --help | grep -i spider > > > --enabl

Re: [PHP] not _that_ fixed....

2004-10-26 Thread Pierre Ancelot
no worries, i was in bed too :P trying, thanks :) On Tuesday 26 October 2004 14:01, Robert Cummings wrote: > On Tue, 2004-10-26 at 00:58, Pierre Ancelot wrote: > > humm, thank you, finaly someone that did something of that kind :) > > > > well, i want it as a dynamic extension that i could redist

Re: [PHP] not _that_ fixed....

2004-10-26 Thread Curt Zirzow
* Thus wrote Robert Cummings: > On Tue, 2004-10-26 at 00:37, Pierre Ancelot wrote: > > > > in fact i got it in the ./configure --help : > > > > [EMAIL PROTECTED]:~/phpsource/php-4.3.9$ ./configure --help | grep -i spider > > --enable-spider Enable spider support >... > > That said,

Re: [PHP] not _that_ fixed....

2004-10-26 Thread Robert Cummings
On Tue, 2004-10-26 at 00:58, Pierre Ancelot wrote: > humm, thank you, finaly someone that did something of that kind :) > > well, i want it as a dynamic extension that i could redistribute and which > wouldn't necessits recompilation, just adding it in php.in > > does what you told still would

[PHP] not _that_ fixed....

2004-10-25 Thread Pierre Ancelot
in fact i got it in the ./configure --help : [EMAIL PROTECTED]:~/phpsource/php-4.3.9$ ./configure --help | grep -i spider --enable-spider Enable spider support [EMAIL PROTECTED]:~/phpsource/php-4.3.9$ which is okay. but if i run make, i got a few lines about it like : gcc -Iext/s

Re: [PHP] not _that_ fixed....

2004-10-25 Thread Pierre Ancelot
humm, thank you, finaly someone that did something of that kind :) well, i want it as a dynamic extension that i could redistribute and which wouldn't necessits recompilation, just adding it in php.in does what you told still would works in this case ? On Tuesday 26 October 2004 06:47, Rob

Re: [PHP] not _that_ fixed....

2004-10-25 Thread Robert Cummings
On Tue, 2004-10-26 at 00:37, Pierre Ancelot wrote: > > in fact i got it in the ./configure --help : > > [EMAIL PROTECTED]:~/phpsource/php-4.3.9$ ./configure --help | grep -i spider > --enable-spider Enable spider support > [EMAIL PROTECTED]:~/phpsource/php-4.3.9$ > > which is okay.