[PHP-DEV] [PATCH] LFS support for PHP 5.5.1

2013-08-30 Thread X Ryl
Hi, Please find attached a patch for adding large file size support to PHP 5.5.1. Basically, it allows 32 bits machine to address file larger than 4GB, get correct results when asking for their size, allows to read and write them, etc... It does so by, from the PHP's side, getting double instea

Re: [PHP-DEV] [PATCH] LFS support for PHP 5.5.1

2013-08-30 Thread X Ryl
On Fri, Aug 30, 2013 at 4:52 PM, Johannes Schlüter wrote: > > On Fri, 2013-08-30 at 16:43 +0200, X Ryl wrote: > > Hi, > > > > > > Please find attached a patch for adding large file size support to > > PHP 5.5.1. > > The patch didn't make it. Please send as text/plain (i.e. using .txt > extension

Re: [PHP-DEV] [PATCH] LFS support for PHP 5.5.1

2013-08-30 Thread Johannes Schlüter
On Fri, 2013-08-30 at 16:43 +0200, X Ryl wrote: > Hi, > > > Please find attached a patch for adding large file size support to > PHP 5.5.1. The patch didn't make it. Please send as text/plain (i.e. using .txt extension) > It does so by, from the PHP's side, getting double instead of int for >