RE: [PHP-DEV] PHP5 on AMD64

2005-01-08 Thread Hans Zaunere
> After some fun and games I've got an AMD64 machine running with = SUSE9.1, > and now I'm looking to add PHP5. >=20 > I assume people are already running it? Yes... > Anything to watch out for ( apart from Apache2 since SUSE9.1 does not > come with Apache1 ;) ) In order to use the 64bit libs,

[PHP-DEV] PHP5 on AMD64

2005-01-08 Thread Lester Caine
After some fun and games I've got an AMD64 machine running with SUSE9.1, and now I'm looking to add PHP5. I assume people are already running it? Anything to watch out for ( apart from Apache2 since SUSE9.1 does not come with Apache1 ;) ) -- Lester Caine - L.S.Caine

Re: [PHP-DEV] Patch to PHP mail() function

2005-01-08 Thread Paul G
- Original Message - From: "Olivier Beyssac" <[EMAIL PROTECTED]> To: Sent: Friday, January 07, 2005 4:57 AM Subject: Re: [PHP-DEV] Patch to PHP mail() function > On Tue, Dec 28, 2004, Olivier Beyssac wrote: > > Please find attached a small patch to the PHP mail() function. > > I'm sorr

Re: [PHP-DEV] [PATCH] zend.h: Add ZEND_API to zend_vspprintf

2005-01-08 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > The attached patch is needed to compile ext/mysqli on Windows. No longer true. Thanks, Marcus. -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69 -- PHP Internals -

[PHP-DEV] Re: Resend with modifications: inet_getaddrfam()

2005-01-08 Thread Nicolas Bérard Nault
http://www.lapsus-engineer.org/patches/php_inetgetaddrfam.diff Thank you, Nic. On Sat, 8 Jan 2005 12:40:42 +0100 (CET), Derick Rethans <[EMAIL PROTECTED]> wrote: > On Sat, 8 Jan 2005, [ISO-8859-1] Nicolas Bïrard Nault wrote: > > > Hi, > > > > This patch adds a function for getting the family of

Re: [PHP-DEV] [PATCH] Resend with modifications: inet_getaddrfam()

2005-01-08 Thread Derick Rethans
On Sat, 8 Jan 2005, [ISO-8859-1] Nicolas Bérard Nault wrote: > Hi, > > This patch adds a function for getting the family of the address in > $Address. If $Address is not of any family, false is returned. I, > myself, need this function to verify that an ip provided by an user is > a real ip. Then,

[PHP-DEV] [PATCH] zend.h: Add ZEND_API to zend_vspprintf

2005-01-08 Thread Sebastian Bergmann
The attached patch is needed to compile ext/mysqli on Windows. -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69 Index: zend.h ===