|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patches60092.patch (last revision 2011-10-20 11:48 UTC by jojo at hp dot com)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-10-20 11:48 UTC] jojo at hp dot com
[2021-03-15 17:09 UTC] cmb@php.net
-Status: Open
+Status: Feedback
-Assigned To:
+Assigned To: cmb
[2021-03-15 17:09 UTC] cmb@php.net
[2021-03-28 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
Description: ------------ using st_blksite and st_blocks outside of HAVE_ST_BLKSIZE resp. HABE_ST_BLOCKS in several files, uses !PHP_WIN32 resp. !__BEOS__ instead: ...ext/phar/function_interceptors.c ...ext/phar/stream.c ...ext/sqlite3/libsqlite/sqlite3.c ...main/streams/memory.c This of course fails on platforms other than WIN32 or BEOS that don't have these, like uin my cace, HP NonStop ("#ifdef __TANDEM").