ID:               21102
 Updated by:       [EMAIL PROTECTED]
 Reported By:      bonebakker at attbi dot com
-Status:           Analyzed
+Status:           Bogus
 Bug Type:         Feature/Change Request
 Operating System: any with large file support
 PHP Version:      4.4.0-dev
 New Comment:

Problem tracked in #27792.


Previous Comments:
------------------------------------------------------------------------

[2003-01-12 19:01:08] [EMAIL PROTECTED]

PHP does not support 64-bit stat'ing.
Additionally, PHP only supports signed 32-bit integers (unless your CPU
is 64-bit native).
PHP could return large file sizes as floating point numbers, but the
infrastructure for 64 bit stat is not in place at this time.

I'm changing this to a feature request, as this is the "expected"
behaviour.

------------------------------------------------------------------------

[2003-01-12 18:22:29] bonebakker at attbi dot com

Current OS is Solaris 9u1, 64 bit kernel.
Checking types.h and stat.h indicates that Solaris uses an off_t type
for the stat structure. off_t is either a long,  or a longlong_t,
defined as long long.

It seems to me that the stat structure in Solaris has the correct type.
This is also indicated by the fact that I can use the stat(2) functions
to stat the file in a simple C-program without any errors (and get the
correct file size), 
Solaris does not have a shell stat command (AFAIK).

------------------------------------------------------------------------

[2003-01-11 21:35:05] [EMAIL PROTECTED]

What version of Solaris are you running?

Many unixes (even current ones) use a signed int (32-bit) for the
st_size element of the stat struct used by their c-library's stat()
function.

Try taking a look in stat.h and/or types.h if you'd like to confirm
this on your local system.

Does the stat command (from the shell) return sensible output when run
against this file?

------------------------------------------------------------------------

[2003-01-11 20:49:47] [EMAIL PROTECTED]

Updating -> 4.4.0-dev / open

------------------------------------------------------------------------

[2003-01-11 20:10:51] bonebakker at attbi dot com

[unable to edit bug report]

latest CVS tarball does not fix the bug, example still fails with
latest release.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/21102

-- 
Edit this bug report at http://bugs.php.net/?id=21102&edit=1

Reply via email to