From 3275e985d2b4216728dce7d770c9578c25c18572 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Jun 2018 12:13:50 +0200 Subject: add upstream patch for PHP 7.3 --- REFLECTION | 266 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 133 insertions(+), 133 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 0547822..5841930 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #180 memcached version 3.0.4 ] { +Extension [ extension #188 memcached version 3.0.4 ] { - Dependencies { Dependency [ session (Required) ] @@ -92,138 +92,138 @@ Extension [ extension #180 memcached version 3.0.4 ] { Class [ class Memcached ] { - Constants [132] { - Constant [ integer LIBMEMCACHED_VERSION_HEX ] { 16777240 } - Constant [ integer OPT_COMPRESSION ] { -1001 } - Constant [ integer OPT_COMPRESSION_TYPE ] { -1004 } - Constant [ integer OPT_PREFIX_KEY ] { -1002 } - Constant [ integer OPT_SERIALIZER ] { -1003 } - Constant [ integer OPT_USER_FLAGS ] { -1006 } - Constant [ integer OPT_STORE_RETRY_COUNT ] { -1005 } - Constant [ boolean HAVE_IGBINARY ] { 1 } - Constant [ boolean HAVE_JSON ] { 1 } - Constant [ boolean HAVE_MSGPACK ] { 1 } - Constant [ boolean HAVE_SESSION ] { 1 } - Constant [ boolean HAVE_SASL ] { 1 } - Constant [ integer OPT_HASH ] { 2 } - Constant [ integer HASH_DEFAULT ] { 0 } - Constant [ integer HASH_MD5 ] { 1 } - Constant [ integer HASH_CRC ] { 2 } - Constant [ integer HASH_FNV1_64 ] { 3 } - Constant [ integer HASH_FNV1A_64 ] { 4 } - Constant [ integer HASH_FNV1_32 ] { 5 } - Constant [ integer HASH_FNV1A_32 ] { 6 } - Constant [ integer HASH_HSIEH ] { 7 } - Constant [ integer HASH_MURMUR ] { 8 } - Constant [ integer OPT_DISTRIBUTION ] { 9 } - Constant [ integer DISTRIBUTION_MODULA ] { 0 } - Constant [ integer DISTRIBUTION_CONSISTENT ] { 1 } - Constant [ integer DISTRIBUTION_VIRTUAL_BUCKET ] { 6 } - Constant [ integer OPT_LIBKETAMA_COMPATIBLE ] { 16 } - Constant [ integer OPT_LIBKETAMA_HASH ] { 17 } - Constant [ integer OPT_TCP_KEEPALIVE ] { 32 } - Constant [ integer OPT_BUFFER_WRITES ] { 10 } - Constant [ integer OPT_BINARY_PROTOCOL ] { 18 } - Constant [ integer OPT_NO_BLOCK ] { 0 } - Constant [ integer OPT_TCP_NODELAY ] { 1 } - Constant [ integer OPT_SOCKET_SEND_SIZE ] { 4 } - Constant [ integer OPT_SOCKET_RECV_SIZE ] { 5 } - Constant [ integer OPT_CONNECT_TIMEOUT ] { 14 } - Constant [ integer OPT_RETRY_TIMEOUT ] { 15 } - Constant [ integer OPT_DEAD_TIMEOUT ] { 36 } - Constant [ integer OPT_SEND_TIMEOUT ] { 19 } - Constant [ integer OPT_RECV_TIMEOUT ] { 20 } - Constant [ integer OPT_POLL_TIMEOUT ] { 8 } - Constant [ integer OPT_CACHE_LOOKUPS ] { 6 } - Constant [ integer OPT_SERVER_FAILURE_LIMIT ] { 21 } - Constant [ integer OPT_AUTO_EJECT_HOSTS ] { 28 } - Constant [ integer OPT_HASH_WITH_PREFIX_KEY ] { 25 } - Constant [ integer OPT_NOREPLY ] { 26 } - Constant [ integer OPT_SORT_HOSTS ] { 12 } - Constant [ integer OPT_VERIFY_KEY ] { 13 } - Constant [ integer OPT_USE_UDP ] { 27 } - Constant [ integer OPT_NUMBER_OF_REPLICAS ] { 29 } - Constant [ integer OPT_RANDOMIZE_REPLICA_READ ] { 30 } - Constant [ integer OPT_REMOVE_FAILED_SERVERS ] { 35 } - Constant [ integer OPT_SERVER_TIMEOUT_LIMIT ] { 37 } - Constant [ integer RES_SUCCESS ] { 0 } - Constant [ integer RES_FAILURE ] { 1 } - Constant [ integer RES_HOST_LOOKUP_FAILURE ] { 2 } - Constant [ integer RES_UNKNOWN_READ_FAILURE ] { 7 } - Constant [ integer RES_PROTOCOL_ERROR ] { 8 } - Constant [ integer RES_CLIENT_ERROR ] { 9 } - Constant [ integer RES_SERVER_ERROR ] { 10 } - Constant [ integer RES_WRITE_FAILURE ] { 5 } - Constant [ integer RES_DATA_EXISTS ] { 12 } - Constant [ integer RES_NOTSTORED ] { 14 } - Constant [ integer RES_NOTFOUND ] { 16 } - Constant [ integer RES_PARTIAL_READ ] { 18 } - Constant [ integer RES_SOME_ERRORS ] { 19 } - Constant [ integer RES_NO_SERVERS ] { 20 } - Constant [ integer RES_END ] { 21 } - Constant [ integer RES_ERRNO ] { 26 } - Constant [ integer RES_BUFFERED ] { 32 } - Constant [ integer RES_TIMEOUT ] { 31 } - Constant [ integer RES_BAD_KEY_PROVIDED ] { 33 } - Constant [ integer RES_STORED ] { 15 } - Constant [ integer RES_DELETED ] { 22 } - Constant [ integer RES_STAT ] { 24 } - Constant [ integer RES_ITEM ] { 25 } - Constant [ integer RES_NOT_SUPPORTED ] { 28 } - Constant [ integer RES_FETCH_NOTFINISHED ] { 30 } - Constant [ integer RES_SERVER_MARKED_DEAD ] { 35 } - Constant [ integer RES_UNKNOWN_STAT_KEY ] { 36 } - Constant [ integer RES_INVALID_HOST_PROTOCOL ] { 34 } - Constant [ integer RES_MEMORY_ALLOCATION_FAILURE ] { 17 } - Constant [ integer RES_CONNECTION_SOCKET_CREATE_FAILURE ] { 11 } - Constant [ integer RES_E2BIG ] { 37 } - Constant [ integer RES_KEY_TOO_BIG ] { 39 } - Constant [ integer RES_SERVER_TEMPORARILY_DISABLED ] { 47 } - Constant [ integer RES_SERVER_MEMORY_ALLOCATION_FAILURE ] { 48 } - Constant [ integer RES_AUTH_PROBLEM ] { 40 } - Constant [ integer RES_AUTH_FAILURE ] { 41 } - Constant [ integer RES_AUTH_CONTINUE ] { 42 } - Constant [ integer RES_PAYLOAD_FAILURE ] { -1001 } - Constant [ integer SERIALIZER_PHP ] { 1 } - Constant [ integer SERIALIZER_IGBINARY ] { 2 } - Constant [ integer SERIALIZER_JSON ] { 3 } - Constant [ integer SERIALIZER_JSON_ARRAY ] { 4 } - Constant [ integer SERIALIZER_MSGPACK ] { 5 } - Constant [ integer COMPRESSION_FASTLZ ] { 2 } - Constant [ integer COMPRESSION_ZLIB ] { 1 } - Constant [ integer GET_PRESERVE_ORDER ] { 1 } - Constant [ integer GET_EXTENDED ] { 2 } - Constant [ integer ON_CONNECT ] { 0 } - Constant [ integer ON_ADD ] { 1 } - Constant [ integer ON_APPEND ] { 2 } - Constant [ integer ON_DECREMENT ] { 3 } - Constant [ integer ON_DELETE ] { 4 } - Constant [ integer ON_FLUSH ] { 5 } - Constant [ integer ON_GET ] { 6 } - Constant [ integer ON_INCREMENT ] { 7 } - Constant [ integer ON_NOOP ] { 8 } - Constant [ integer ON_PREPEND ] { 9 } - Constant [ integer ON_QUIT ] { 10 } - Constant [ integer ON_REPLACE ] { 11 } - Constant [ integer ON_SET ] { 12 } - Constant [ integer ON_STAT ] { 13 } - Constant [ integer ON_VERSION ] { 14 } - Constant [ integer RESPONSE_SUCCESS ] { 0 } - Constant [ integer RESPONSE_KEY_ENOENT ] { 1 } - Constant [ integer RESPONSE_KEY_EEXISTS ] { 2 } - Constant [ integer RESPONSE_E2BIG ] { 3 } - Constant [ integer RESPONSE_EINVAL ] { 4 } - Constant [ integer RESPONSE_NOT_STORED ] { 5 } - Constant [ integer RESPONSE_DELTA_BADVAL ] { 6 } - Constant [ integer RESPONSE_NOT_MY_VBUCKET ] { 7 } - Constant [ integer RESPONSE_AUTH_ERROR ] { 32 } - Constant [ integer RESPONSE_AUTH_CONTINUE ] { 33 } - Constant [ integer RESPONSE_UNKNOWN_COMMAND ] { 129 } - Constant [ integer RESPONSE_ENOMEM ] { 130 } - Constant [ integer RESPONSE_NOT_SUPPORTED ] { 131 } - Constant [ integer RESPONSE_EINTERNAL ] { 132 } - Constant [ integer RESPONSE_EBUSY ] { 133 } - Constant [ integer RESPONSE_ETMPFAIL ] { 134 } - Constant [ boolean GET_ERROR_RETURN_VALUE ] { } + Constant [ public integer LIBMEMCACHED_VERSION_HEX ] { 16777240 } + Constant [ public integer OPT_COMPRESSION ] { -1001 } + Constant [ public integer OPT_COMPRESSION_TYPE ] { -1004 } + Constant [ public integer OPT_PREFIX_KEY ] { -1002 } + Constant [ public integer OPT_SERIALIZER ] { -1003 } + Constant [ public integer OPT_USER_FLAGS ] { -1006 } + Constant [ public integer OPT_STORE_RETRY_COUNT ] { -1005 } + Constant [ public boolean HAVE_IGBINARY ] { 1 } + Constant [ public boolean HAVE_JSON ] { 1 } + Constant [ public boolean HAVE_MSGPACK ] { 1 } + Constant [ public boolean HAVE_SESSION ] { 1 } + Constant [ public boolean HAVE_SASL ] { 1 } + Constant [ public integer OPT_HASH ] { 2 } + Constant [ public integer HASH_DEFAULT ] { 0 } + Constant [ public integer HASH_MD5 ] { 1 } + Constant [ public integer HASH_CRC ] { 2 } + Constant [ public integer HASH_FNV1_64 ] { 3 } + Constant [ public integer HASH_FNV1A_64 ] { 4 } + Constant [ public integer HASH_FNV1_32 ] { 5 } + Constant [ public integer HASH_FNV1A_32 ] { 6 } + Constant [ public integer HASH_HSIEH ] { 7 } + Constant [ public integer HASH_MURMUR ] { 8 } + Constant [ public integer OPT_DISTRIBUTION ] { 9 } + Constant [ public integer DISTRIBUTION_MODULA ] { 0 } + Constant [ public integer DISTRIBUTION_CONSISTENT ] { 1 } + Constant [ public integer DISTRIBUTION_VIRTUAL_BUCKET ] { 6 } + Constant [ public integer OPT_LIBKETAMA_COMPATIBLE ] { 16 } + Constant [ public integer OPT_LIBKETAMA_HASH ] { 17 } + Constant [ public integer OPT_TCP_KEEPALIVE ] { 32 } + Constant [ public integer OPT_BUFFER_WRITES ] { 10 } + Constant [ public integer OPT_BINARY_PROTOCOL ] { 18 } + Constant [ public integer OPT_NO_BLOCK ] { 0 } + Constant [ public integer OPT_TCP_NODELAY ] { 1 } + Constant [ public integer OPT_SOCKET_SEND_SIZE ] { 4 } + Constant [ public integer OPT_SOCKET_RECV_SIZE ] { 5 } + Constant [ public integer OPT_CONNECT_TIMEOUT ] { 14 } + Constant [ public integer OPT_RETRY_TIMEOUT ] { 15 } + Constant [ public integer OPT_DEAD_TIMEOUT ] { 36 } + Constant [ public integer OPT_SEND_TIMEOUT ] { 19 } + Constant [ public integer OPT_RECV_TIMEOUT ] { 20 } + Constant [ public integer OPT_POLL_TIMEOUT ] { 8 } + Constant [ public integer OPT_CACHE_LOOKUPS ] { 6 } + Constant [ public integer OPT_SERVER_FAILURE_LIMIT ] { 21 } + Constant [ public integer OPT_AUTO_EJECT_HOSTS ] { 28 } + Constant [ public integer OPT_HASH_WITH_PREFIX_KEY ] { 25 } + Constant [ public integer OPT_NOREPLY ] { 26 } + Constant [ public integer OPT_SORT_HOSTS ] { 12 } + Constant [ public integer OPT_VERIFY_KEY ] { 13 } + Constant [ public integer OPT_USE_UDP ] { 27 } + Constant [ public integer OPT_NUMBER_OF_REPLICAS ] { 29 } + Constant [ public integer OPT_RANDOMIZE_REPLICA_READ ] { 30 } + Constant [ public integer OPT_REMOVE_FAILED_SERVERS ] { 35 } + Constant [ public integer OPT_SERVER_TIMEOUT_LIMIT ] { 37 } + Constant [ public integer RES_SUCCESS ] { 0 } + Constant [ public integer RES_FAILURE ] { 1 } + Constant [ public integer RES_HOST_LOOKUP_FAILURE ] { 2 } + Constant [ public integer RES_UNKNOWN_READ_FAILURE ] { 7 } + Constant [ public integer RES_PROTOCOL_ERROR ] { 8 } + Constant [ public integer RES_CLIENT_ERROR ] { 9 } + Constant [ public integer RES_SERVER_ERROR ] { 10 } + Constant [ public integer RES_WRITE_FAILURE ] { 5 } + Constant [ public integer RES_DATA_EXISTS ] { 12 } + Constant [ public integer RES_NOTSTORED ] { 14 } + Constant [ public integer RES_NOTFOUND ] { 16 } + Constant [ public integer RES_PARTIAL_READ ] { 18 } + Constant [ public integer RES_SOME_ERRORS ] { 19 } + Constant [ public integer RES_NO_SERVERS ] { 20 } + Constant [ public integer RES_END ] { 21 } + Constant [ public integer RES_ERRNO ] { 26 } + Constant [ public integer RES_BUFFERED ] { 32 } + Constant [ public integer RES_TIMEOUT ] { 31 } + Constant [ public integer RES_BAD_KEY_PROVIDED ] { 33 } + Constant [ public integer RES_STORED ] { 15 } + Constant [ public integer RES_DELETED ] { 22 } + Constant [ public integer RES_STAT ] { 24 } + Constant [ public integer RES_ITEM ] { 25 } + Constant [ public integer RES_NOT_SUPPORTED ] { 28 } + Constant [ public integer RES_FETCH_NOTFINISHED ] { 30 } + Constant [ public integer RES_SERVER_MARKED_DEAD ] { 35 } + Constant [ public integer RES_UNKNOWN_STAT_KEY ] { 36 } + Constant [ public integer RES_INVALID_HOST_PROTOCOL ] { 34 } + Constant [ public integer RES_MEMORY_ALLOCATION_FAILURE ] { 17 } + Constant [ public integer RES_CONNECTION_SOCKET_CREATE_FAILURE ] { 11 } + Constant [ public integer RES_E2BIG ] { 37 } + Constant [ public integer RES_KEY_TOO_BIG ] { 39 } + Constant [ public integer RES_SERVER_TEMPORARILY_DISABLED ] { 47 } + Constant [ public integer RES_SERVER_MEMORY_ALLOCATION_FAILURE ] { 48 } + Constant [ public integer RES_AUTH_PROBLEM ] { 40 } + Constant [ public integer RES_AUTH_FAILURE ] { 41 } + Constant [ public integer RES_AUTH_CONTINUE ] { 42 } + Constant [ public integer RES_PAYLOAD_FAILURE ] { -1001 } + Constant [ public integer SERIALIZER_PHP ] { 1 } + Constant [ public integer SERIALIZER_IGBINARY ] { 2 } + Constant [ public integer SERIALIZER_JSON ] { 3 } + Constant [ public integer SERIALIZER_JSON_ARRAY ] { 4 } + Constant [ public integer SERIALIZER_MSGPACK ] { 5 } + Constant [ public integer COMPRESSION_FASTLZ ] { 2 } + Constant [ public integer COMPRESSION_ZLIB ] { 1 } + Constant [ public integer GET_PRESERVE_ORDER ] { 1 } + Constant [ public integer GET_EXTENDED ] { 2 } + Constant [ public integer ON_CONNECT ] { 0 } + Constant [ public integer ON_ADD ] { 1 } + Constant [ public integer ON_APPEND ] { 2 } + Constant [ public integer ON_DECREMENT ] { 3 } + Constant [ public integer ON_DELETE ] { 4 } + Constant [ public integer ON_FLUSH ] { 5 } + Constant [ public integer ON_GET ] { 6 } + Constant [ public integer ON_INCREMENT ] { 7 } + Constant [ public integer ON_NOOP ] { 8 } + Constant [ public integer ON_PREPEND ] { 9 } + Constant [ public integer ON_QUIT ] { 10 } + Constant [ public integer ON_REPLACE ] { 11 } + Constant [ public integer ON_SET ] { 12 } + Constant [ public integer ON_STAT ] { 13 } + Constant [ public integer ON_VERSION ] { 14 } + Constant [ public integer RESPONSE_SUCCESS ] { 0 } + Constant [ public integer RESPONSE_KEY_ENOENT ] { 1 } + Constant [ public integer RESPONSE_KEY_EEXISTS ] { 2 } + Constant [ public integer RESPONSE_E2BIG ] { 3 } + Constant [ public integer RESPONSE_EINVAL ] { 4 } + Constant [ public integer RESPONSE_NOT_STORED ] { 5 } + Constant [ public integer RESPONSE_DELTA_BADVAL ] { 6 } + Constant [ public integer RESPONSE_NOT_MY_VBUCKET ] { 7 } + Constant [ public integer RESPONSE_AUTH_ERROR ] { 32 } + Constant [ public integer RESPONSE_AUTH_CONTINUE ] { 33 } + Constant [ public integer RESPONSE_UNKNOWN_COMMAND ] { 129 } + Constant [ public integer RESPONSE_ENOMEM ] { 130 } + Constant [ public integer RESPONSE_NOT_SUPPORTED ] { 131 } + Constant [ public integer RESPONSE_EINTERNAL ] { 132 } + Constant [ public integer RESPONSE_EBUSY ] { 133 } + Constant [ public integer RESPONSE_ETMPFAIL ] { 134 } + Constant [ public boolean GET_ERROR_RETURN_VALUE ] { } } - Static properties [0] { -- cgit