Binary compatibility report for the libmemcached library between 0.53 and 1.0.2 versions on x86
Test Info
Library Name | libmemcached |
Version #1 | 0.53 |
Version #2 | 1.0.2 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 61 |
Total Shared Libraries | 4 |
Total Symbols / Types | 188 / 200 |
Verdict | Incompatible (0.8%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
Removed Symbols | High | 1 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 1 |
Low | 1 |
Problems with Constants | Low | 0 |
Added Symbols (2)
touch.h,
libmemcached.so.8.0.0
memcached_touch ( memcached_st* ptr, char const* key, size_t key_length, time_t expiration )
memcached_touch_by_key ( memcached_st* ptr, char const* group_key, size_t group_key_length, char const* key, size_t key_length, time_t expiration )
to the top
Removed Symbols (1)
namespace.h,
libmemcached.so.8.0.0
memcached_get_namespace ( memcached_st* self )
to the top
Problems with Symbols, Medium Severity (1)
server.h,
libmemcached.so.8.0.0
[+] memcached_server_by_key ( memcached_st const* ptr, char const* key, size_t key_length, enum memcached_return_t* error ) (1)
changed to:memcached_server_by_key ( memcached_st* ptr, char const* key, size_t key_length, enum memcached_return_t* error )
| Change | Effect |
---|
1 | Type of 1st parameter ptr has been changed from memcached_st const* to memcached_st* (became non-const). | This function may change parameter ptr, but it will be treated as const by old client applications. This may result in crash or incorrect behavior of applications. |
to the top
Problems with Symbols, Low Severity (1)
server.h,
libmemcached.so.8.0.0
[+] memcached_server_by_key ( memcached_st const* ptr, char const* key, size_t key_length, enum memcached_return_t* error ) (1)
changed to:memcached_server_by_key ( memcached_st* ptr, char const* key, size_t key_length, enum memcached_return_t* error )
| Change | Effect |
---|
1 | Type of 1st parameter ptr has been changed from memcached_st const* to memcached_st*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Header Files (61)
algorithm.h
allocators.h
analyze.h
array.h
auto.h
basic_string.h
cache.h
callback.h
constants.h
delete.h
digest.h
dump.h
error.h
exist.h
fetch.h
flush.h
flush_buffers.h
function.h
get.h
has.h
hash.h
hashkit.h
behavior.h (libhashkit/behavior.h)
configure.h (libhashkit/configure.h)
strerror.h (libhashkit/strerror.h)
types.h (libhashkit/types.h)
visibility.h (libhashkit/visibility.h)
behavior.h (libmemcached/behavior.h)
configure.h (libmemcached/configure.h)
strerror.h (libmemcached/strerror.h)
types.h (libmemcached/types.h)
visibility.h (libmemcached/visibility.h)
memcached.h
memcached_util.h
namespace.h
options.h
parse.h
pid.h
ping.h
platform.h
pool.h
callback.h (protocol/callback.h)
protocol_binary.h
protocol_handler.h
quit.h
result.h
return.h
sasl.h
server.h
server_list.h
stats.h
storage.h
str_algorithm.h
string.h
util.h
flush.h (util/flush.h)
version.h (util/version.h)
vbucket.h
verbosity.h
version.h
watchpoint.h
to the top
Shared Libraries (4)
libhashkit.so.1.0.0
libmemcached.so.8.0.0
libmemcachedprotocol.so.0.0.0
libmemcachedutil.so.2.0.0
to the top