Re: [PHP-DEV] pread solutions needed

2002-09-03 Thread Dan Kalowsky
On Tue, 3 Sep 2002, Zeev Suraski wrote: > Why do we use pread in the first place? I don't know. It looks like we have options for both pread and non-pread capable systems (ext/session/mod_files.c:270). I personally don't see any specific reason to use the HAVE_PREAD version, if we have someth

Re: [PHP-DEV] pread solutions needed

2002-09-03 Thread Zeev Suraski
Why do we use pread in the first place? Zeev At 21:27 03/09/2002, Dan Kalowsky wrote: >Please read bug: > >http://bugs.php.net/bug.php?id=15983 > >As it states, currently non-i386 Linux boxen are having difficulty with >the session functionality. Mainly because of the pread/pwrite functions. >T

[PHP-DEV] pread solutions needed

2002-09-03 Thread Dan Kalowsky
Please read bug: http://bugs.php.net/bug.php?id=15983 As it states, currently non-i386 Linux boxen are having difficulty with the session functionality. Mainly because of the pread/pwrite functions. The check passes, and the HAVE_PREAD/HAVE_PWRITE flags are given. One of the users has discover