php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35538 new "hash" extensions does not compile on amd64
Submitted: 2005-12-04 00:03 UTC Modified: 2005-12-04 00:31 UTC
From: judas dot iscariote at gmail dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5CVS-2005-12-03 (CVS) OS: Linux AMD 64
Private report: No CVE-ID: None
 [2005-12-04 00:03 UTC] judas dot iscariote at gmail dot com
Description:
------------
new "hash" extension does not compile ( shared, static same result)

Reproduce code:
---------------
./configure

Expected result:
----------------
extension compiled, either static or shared.

Actual result:
--------------
/ext/hash/hash_ghost.c:251:error conflicting types for 'PHP_GOSTUpdate'
/ext/hash/php_hash_ghost:35: error previous declaration of 'PHP_GOSTUpdate'was here
make: *** [ext/hash/hash_ghost.lo] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-04 00:22 UTC] judas dot iscariote at gmail dot com
oops. correct error message is:

ext/hash/hash_gost.c:251: error: conflicting types for 'PHP_GOSTUpdate'
/ext/hash/php_hash_gost.h:35: error: previous declaration of 'PHP_GOSTUpdate' was here
make: *** [hash_gost.lo] Error 1
 [2005-12-04 00:31 UTC] tony2001@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 28 08:00:03 2025 UTC