ID: 35538 Updated by: [EMAIL PROTECTED] Reported By: judas dot iscariote at gmail dot com -Status: Open +Status: Closed Bug Type: Compile Failure Operating System: Linux AMD 64 PHP Version: 5CVS-2005-12-03 (CVS) New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2005-12-04 00:22:59] 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:03:13] 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35538&edit=1