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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: uorsini1 at gmail dot com
New email:
PHP Version: OS:

 

 [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: Thu Mar 28 20:01:28 2024 UTC