Re: [PHP] PHP_EOL on Darwin?

2004-11-01 Thread Pierre Ancelot
\n will set the appropriate. On Monday 01 November 2004 04:53, Greg Beaver wrote: > Hi all, > > What's the standard line ending for Darwin? is it still the same as old > Mac, which I think was just \r? Or does it use \n like unix? > > Greg -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] PHP5 on IBM PowerPC; good combination?

2004-10-27 Thread Pierre Ancelot
o get it to compile. > > -Brent > - Original Message - > From: "Pierre Ancelot" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, October 27, 2004 8:09 AM > Subject: Re: [PHP] PHP5 on IBM PowerPC; good combination? > > > ye

Re: [PHP] PHP5 on IBM PowerPC; good combination?

2004-10-27 Thread Pierre Ancelot
yes, use debian: http://www.debian.org and study the apt system you'll get no problem. (php 5 is not in "sarge" which is what you should use but compiling php5 on it gives no problem.) and debian supports very well ppc... On Wednesday 27 October 2004 15:25, Aaron Gould wrote: > My company is

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

2004-10-26 Thread Pierre Ancelot
ert 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 suppo

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 w

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

2004-10-26 Thread Pierre Ancelot
: > > 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

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 e

Re: [PHP] Protecting Commercial PHP Scripts

2004-10-26 Thread Pierre Ancelot
i used turck mmcache you can googlize for it, it works very well, encrypts the code, store most used files in shared memory... in other words, it also opitimise... that's what i preconise On Tuesday 26 October 2004 13:44, Nick Wilson wrote: > Hello all, > > I was wondering if anyone might hav

[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
06:47, Robert Cummings wrote: > 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 >

Re: [PHP] php extension problem

2004-10-25 Thread Pierre Ancelot
fixed. i downloaded the source from php.net and it works now... the previous source i had came from apt system. maybe the source is patched ? if i'm not the only one to have had this problem, let me know, i'll mail the debian maintener thanks, On Monday 25 October 2004 19:19, Pier

[PHP] php extension problem

2004-10-25 Thread Pierre Ancelot
Hi ! I am having some trouble creating a php extension. as show in the documentation i did a ./ext_skel --extname=mymodule which created the directory mymodule i edited the config.m4 file to tune it to something very basic : PHP_ARG_WITH(mymodule, for mymodule support, [ --with-mymodule