RE: [PHP-DEV] HAVE_FLOCK on solaris survey

2001-01-15 Thread Peter Kocks
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 > > -- >

Re: [PHP-DEV] HAVE_FLOCK on solaris survey

2001-01-15 Thread Jani Taskinen
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

Re: [PHP-DEV] HAVE_FLOCK on solaris survey

2001-01-15 Thread Tim Zickus
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

[PHP-DEV] HAVE_FLOCK on solaris survey

2001-01-15 Thread Sam Liddicott
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