On Thu, 30 Jun 2005 at 00:16, Richard Lynch wrote:
> On Wed, June 29, 2005 9:02 pm, Dan Goodes said:
> > This 32-bit limitation is haunting me everywhere I turn.
> >
> > Is it possible with PHP (at compile-time if need be) to make it use large
> > (64-bit) integers?
I use
sprintf("%u", filesize($file))
as per the manual for filesize(). I get:
Warning: filesize(): Stat failed for FC4-i386-DVD.iso (errno=75 - Value too
large for defined data type)
Any thoughts/ideas/suggestions? Thanks!
Regards,
Dan Goodes : Systems Programmer : [EMAIL P
ally what i'm looking for is something similar to readfile() but with
offset and length support. Any ideas ?? I suspect the answer lies in
streams, but i could be wrong.
-Dan
On Wed, 16 Jul 2003, Chris Shiflett wrote:
> --- Dan Goodes <[EMAIL PROTECTED]> wrote:
> > What
Hi folks,
I currently have an interesting dilemma - any help is appreciated (if
possible, CC directly to [EMAIL PROTECTED] as well as the list).
What Ive got is a PHP wrapper script that performs authetication, and uses
"readfile()" to return the requested file. So a user requests
/path/to/fil
uot;");
> > echo("");
> > echo("");
> > echo("");
> > echo("");
> > echo("");
> > echo("");
> > echo("");
> > echo("");
> >
> > print($row["texto"] ."\n");
> >
> > echo("");
> > echo("");
> > echo("");
> > echo("");
> > echo("");
> > }
> >
> >?>
> >
> >
> >
> >
> >
> >
> >
> >
> >--
> >PHP General Mailing List (http://www.php.net/)
> >To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
>
>
>
--
Regards,
Dan Goodes
PlanetMirror Admin
http://planetmirror.com/
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
5 matches
Mail list logo