ftp_size() with size > 2^31?
From: Jonas Witt (jonas.witt_at_gmail.com)
Date: 10/21/04
- Next message: hubert: "send 1 dim array as hidden type via form"
- Previous message: AzMoo: "Recursion Bug?"
- Next in thread: Jonas Witt: "Re: ftp_size() with size > 2^31?"
- Reply: Jonas Witt: "Re: ftp_size() with size > 2^31?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 21 Oct 2004 12:42:49 -0700
Hi,
I got an 4GB file on my FTP server; the server reports the file size
correctly (4190578688 bytes). But ftp_size() only returns 2147483647
(2^31) bytes. Am I doing something wrong or is this a bug? In the
first case: how can I prevent the problem? In the latter case: is this
a known bug? I found nothing in the php bug db.
thanks,
Jonas
- Next message: hubert: "send 1 dim array as hidden type via form"
- Previous message: AzMoo: "Recursion Bug?"
- Next in thread: Jonas Witt: "Re: ftp_size() with size > 2^31?"
- Reply: Jonas Witt: "Re: ftp_size() with size > 2^31?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|