AM
> To: Sam Liddicott
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP-DEV] HAVE_FLOCK on solaris survey
>
>
> On Mon, 15 Jan 2001, Sam Liddicott wrote:
>
> >Could Solaris users please make me the output of:
> >
> >grep HAVE_FLOCK main/php_config.h
>
> --
>
On Mon, 15 Jan 2001, Sam Liddicott wrote:
>Could Solaris users please make me the output of:
>
>grep HAVE_FLOCK main/php_config.h
--
# uname -a
SunOS phys-staff2 5.6 Generic_105181-23 sun4u sparc SUNW,Ultra-2
# grep HAVE_FLOCK main/php_config.h
/* #undef HAVE_FLOCK */
--
# uname -a
SunOS
On PHP 4.0.4, Solaris 2.7, I get:
/* #undef HAVE_FLOCK */
- Tim
- Original Message -
From: "Sam Liddicott" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 15, 2001 10:26 AM
Subject: [PHP-DEV] HAVE_FLOCK on solaris survey
> Could Solaris
Could Solaris users please make me the output of:
grep HAVE_FLOCK main/php_config.h
after running their ./configure please.
For some reason our system always does:
#define HAVE_FLOCK 1
when we need
#undef HAVE_FLOCK
in order to compile and I'm trying to get to the bottom of it.
thanks
Sam