php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12998 ext/standard/filestat.c fails compile
Submitted: 2001-08-28 08:16 UTC Modified: 2001-08-28 11:34 UTC
From: randy at mapsurfer dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.6 OS: slack linux -- 2.0.34
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: randy at mapsurfer dot com
New email:
PHP Version: OS:

 

 [2001-08-28 08:16 UTC] randy at mapsurfer dot com
ext/standard/filestat.c fails compile at line 157.
Compiler does not know size of statfs

#include <sys/vfs.h> directly before definition of buf
allows clean compile.  May not be the appropriate or best
fix.  We'll see ...

#ifdef logic looks broken, though I do not have the time
to verify that hunch ...

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-28 11:34 UTC] sniper@php.net
This is fixed in CVS. You can verify it by grabbing
a CVS snapshot from http://snaps.php.net/

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 06:01:29 2025 UTC