![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: fopen - File too large
From: Malcolm Dew-Jones <yf110@vtn1.victoria.tc.ca>
Date: Thu Jul 14 2005 - 05:17:47 CEST
Kasper Johansen (kasper@johansen.tdcadsl.dk) wrote:
: I am trying to open a filepointer to a file which is above 2 gb. Because of
: As a workaround I have used this line of code:
: popen("cat /filenpathanddir", "r");
: My problem is that I want to jump around in the file (like fseek()), and I
: Can anyone point me in the direction of how to solve this problem?
Your copy of php does not appear to be compiled with the 64 bit integer
A problem with 64 bit integers is that many applications make assumptions
As with many applications that have this problem, you need to recompile
I notice that "http://ca.php.net/fopen", has a comment on this topic.
There are probably other references to this at the php site, I would look
-- This space not for rent.Received on Mon Oct 17 21:06:49 2005 |