php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #60092 inappropriate use of st_blksize and st_blocks
Submitted: 2011-10-19 13:11 UTC Modified: 2021-03-28 04:22 UTC
From: jojo at hp dot com Assigned: cmb (profile)
Status: No Feedback Package: Compile Failure
PHP Version: 5.3.8 OS: HP NonStop
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jojo at hp dot com
New email:
PHP Version: OS:

 

 [2011-10-19 13:11 UTC] jojo at hp dot com
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").


Patches

60092.patch (last revision 2011-10-20 11:48 UTC by jojo at hp dot com)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-10-20 11:48 UTC] jojo at hp dot com
Patch attached now
 [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
Is that still an issue for any of the actively supported PHP
versions[1]?  If so, consider to provide a pull request[2].

[1] <https://www.php.net/supported-versions.php>
[2] <https://github.com/php/php-src/blob/master/CONTRIBUTING.md#pull-requests>
 [2021-03-28 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 22:01:26 2024 UTC