ID: 27792
Comment by: trisk at earthling dot net
Reported By: kode at kodekrash dot com
Status: Assigned
Bug Type: Filesystem function related
Operating System: * (LFS)
PHP Version: 5CVS-2004-04-07
Assigned To: wez
New Comment:
I really would love to see the filesystem functions support LFS as
well. It's a pain needing to use this to find out the size of files:
shell_exec('stat -c %s "' . escapeshellcmd($filename) . '"');
I'm on PHP 5.0.3 here.
Previous Comments:
------------------------------------------------------------------------
[2004-11-12 22:09:32] jesse at boldandbusted dot com
Adding e-mail to track bug
------------------------------------------------------------------------
[2004-11-11 20:50:18] bowie at modaltone dot com
i have compiled php5 on redHat ES 3 as suggested with:
export CFLAGS="`getconf LFS_CFLAGS`" ; ./configure --
all-my-options
compile reports no errors, but any connection to apache
results in an immediate segmentation fault.
I have glibc-2.3.2-95.27
my only fix is to not set the CFLAGS, but I need LFS
support, so this will not do.
------------------------------------------------------------------------
[2004-10-22 12:48:52] [EMAIL PROTECTED]
The fix was reverted.
------------------------------------------------------------------------
[2004-10-22 01:53:04] [EMAIL PROTECTED]
This bug has been fixed in CVS.
Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
Thank you for the report, and for helping us make PHP better.
------------------------------------------------------------------------
[2004-10-19 16:39:13] [EMAIL PROTECTED]
Compile PHP with:
CFLAGS="`getconf LFS_CFLAGS`" ./configure (your configure options
here)
and it should work.
------------------------------------------------------------------------
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/27792
--
Edit this bug report at http://bugs.php.net/?id=27792&edit=1