Antony Dovgal wrote: > On 15.11.2006 20:16, Michael Wallner wrote: >> mike Wed Nov 15 17:16:05 2006 UTC >> >> Modified files: /php-src/ext/mhash mhash.c >> php_mhash.h Log: >> - unicode upgrade >> - use current parameter parsing API
...just adding [DOC] tracker for the following: >> - added keygen constants >> - Added keygen functions: mhash_keygen_count, mhash_get_keygen_name, >> mhash_keygen_uses_hash, mhash_keygen_uses_salt, >> mhash_get_keygen_salt_size, >> mhash_keygen > > This patch breaks the build: > > /local/qa/head/ext/mhash/mhash.c:68: error: conflicting types for > 'mhash_get_hash_name_static' > /usr/include/mutils/mhash.h:57: error: previous declaration of > 'mhash_get_hash_name_static' was here > > The function is declared in the header like this: > __const mutils_word8 *mhash_get_hash_name_static(hashid type); > Looks like there are headers without *and* with _different_ declarations. I'll add a header grep to the config.m4 -- thanks! -- Michael -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php