]> git.pld-linux.org Git - packages/php.git/commit
add lfs bcond for making large inodes not failing stat:
authorElan Ruusamäe <glen@delfi.ee>
Sat, 17 May 2014 22:52:28 +0000 (01:52 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 6 Nov 2015 11:20:53 +0000 (13:20 +0200)
commite449108c1ab4e8403abceb6b5a0ea62021662fea
treed01314a948c71c91acf059d6e87616eaf45185a4
parent34fefa8256dcc1c35d26b9cf3e70968ceb0d76c2
add lfs bcond for making large inodes not failing stat:

$ php -r 'var_dump(stat("issue_72810095"));'
PHP Warning:  stat(): stat failed for issue_72810095 in Command line code on line 1
PHP Stack trace:
PHP   1. {main}() Command line code:0
PHP   2. stat() Command line code:1
bool(false)

$ stat issue_72810095
  File: `issue_72810095'
  Size: 4096            Blocks: 8          IO Block: 32768  directory
Device: 17h/23d Inode: 5629499534939156  Links: 2
Access: (0777/drwxrwxrwx)  Uid: (   51/    http)   Gid: (   51/    http)
Access: 2015-11-06 11:41:47.266401400 +0200
Modify: 2015-11-06 11:41:47.266401400 +0200
Change: 2015-11-06 11:41:47.266401400 +0200
 Birth: -

git cherry-pick a0106ed918ffc6ff961caa33a8e27003bcfc3133

build with -D_FILE_OFFSET_BITS=64 to make php not fail on inode64 mounts

http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2014-May/023916.html
php.spec
This page took 0.036205 seconds and 4 git commands to generate.