Re: [PHP] > 2gb file issues

2011-02-17 Thread Steve Staples
On Thu, 2011-02-17 at 15:36 -0600, Nicholas Kell wrote: > On Feb 17, 2011, at 3:29 PM, Steve Staples wrote: > > > Is there a workaround for 32bit systems wanting to use > > fopen() > > is_file() > > filesize() > > > > and i am sure there are others.. on files that are > 2gb? > > > > My developm

Re: [PHP] > 2gb file issues

2011-02-17 Thread Nicholas Kell
On Feb 17, 2011, at 3:29 PM, Steve Staples wrote: > Is there a workaround for 32bit systems wanting to use > fopen() > is_file() > filesize() > > and i am sure there are others.. on files that are > 2gb? > > My development box is win visat 64bit, and i dont have any issues, when > i ported it