php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #73961 Build issue in hash_sha3.c
Submitted: 2017-01-19 18:38 UTC Modified: -
From: j dot david dot lists at gmail dot com Assigned:
Status: Closed Package: hash related
PHP Version: 7.1.1 OS: FreeBSD
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: j dot david dot lists at gmail dot com
New email:
PHP Version: OS:

 

 [2017-01-19 18:38 UTC] j dot david dot lists at gmail dot com
Description:
------------
In our local build of PHP, we ran into a compile error on hash_sha3.c.

hash_sha3.c includes php_hash_sha3.h which includes "ext/hash/php_hash.h" which is not valid.

This is corrected by the attached (trivial) patch, which changes hash_sha3.c to be like the other files in the extension, which include php_hash.h first.  Doing so eliminates the environmental build dependency.






Patches

php_hash_sha3.patch (last revision 2017-01-19 18:38 UTC by j dot david dot lists at gmail dot com)

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-01-21 07:47 UTC] krakjoe@php.net
Automatic comment on behalf of krakjoe
Revision: http://git.php.net/?p=php-src.git;a=commit;h=1ff27053f9ffc7c68cf71b6cfb072583e2e7a610
Log: Fix bug #73961 environmental build dependency in hash sha3 source
 [2017-01-21 07:47 UTC] krakjoe@php.net
-Status: Open +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 19:01:29 2024 UTC