php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #64685 SunOS 5.9 doesn't have stdint.h
Submitted: 2013-04-20 22:52 UTC Modified: 2019-04-07 20:35 UTC
From: uorsini1 at gmail dot com Assigned: petk (profile)
Status: Closed Package: Compile Failure
PHP Version: 5.4.14 OS:
Private report: No CVE-ID: None
 [2013-04-20 22:52 UTC] uorsini1 at gmail dot com
Description:
------------
ext/standard/string.c doesn't check for HAVE_INTTYPES_H and just uses stdint.h, 
which doesn't exist on Solaris 9. It needs to select the right header, like a 
few other sources in ext do.



Patches

solaris-stdint (last revision 2013-04-20 22:53 UTC by uorsini1 at gmail dot com)

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-04-07 20:35 UTC] petk@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: petk
 [2019-04-07 20:35 UTC] petk@php.net
Hello, I'm just going through opened bugs and apologies for such a late response. After a quick check current PHP versions already include stdint.h conditionally. Also it is today part of C99 which PHP 8.0 will utilize. Probably this got fixed on the way. If this is still relevant, please open a new issue... Latest Solaris versions will be also tested for the upcoming branches one day more.

Thank you.
 [2020-04-17 04:30 UTC] wjstkddus01 at gmail dot com
The following pull request has been associated:

Patch Name: improves lookup-hack wrt. mysqli_stmt and mysqli_driver (fixes #66340)
On GitHub:  https://github.com/php/systems/pull/4
Patch:      https://github.com/php/systems/pull/4.patch
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 03:01:27 2024 UTC