From:             [EMAIL PROTECTED]
Operating system: 
PHP version:      4.2.0
PHP Bug Type:     Documentation problem
Bug description:  dio_fcntl arg key should be whence not wenth

this call was failing everytime with a -1.
i looked at ext/dio/dio.c to figure this out.

when i changed the key name to whence it didn't solve 
my problem completely.

to make the call work i had to change the way i called
the function from:
dio_fcntl($fd, F_SETLKW, array('start'  => 0, 'length' => 0, 
'whence' => SEEK_SET,'type' => F_WRLCK))
to:
dio_fcntl($fd, F_SETLKW, F_WRLCK)

it appears there is still a problem with argument handling
that i couldn't quite figure out right away.  if i find out i'll try to
reply back to this document.

i am using 4.2.0rc4

-- 
Edit bug report at http://bugs.php.net/?id=16707&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16707&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16707&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16707&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16707&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16707&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16707&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16707&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16707&r=submittedtwice

Reply via email to