Re: [PHP] Achieving 64-bit integers on 32-bit platforms

2005-06-30 Thread Dan Goodes
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?

[PHP] Achieving 64-bit integers on 32-bit platforms

2005-06-29 Thread Dan Goodes
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

Re: [PHP] Interesting question re HTTP Ranges and PHP

2003-07-17 Thread Dan Goodes
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

[PHP] Interesting question re HTTP Ranges and PHP

2003-07-16 Thread Dan Goodes
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

Re: [PHP] parse error

2003-01-02 Thread Dan Goodes
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