Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d4c2c1c

Browse files
Add back nuked comment lines
1 parent 83f3440 commit d4c2c1c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

library.h

+5-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ PHPAPI int
4848
redis_unserialize(RedisSock *redis_sock, const char *val, int val_len, zval **return_value TSRMLS_DC);
4949

5050

51+
/*
52+
* Variant Read methods, mostly to implement eval
53+
*/
54+
5155
PHPAPI int redis_read_reply_type(RedisSock *redis_sock, REDIS_REPLY_TYPE *reply_type, int *reply_info TSRMLS_DC);
5256
PHPAPI int redis_read_variant_line(RedisSock *redis_sock, REDIS_REPLY_TYPE reply_type, zval **z_ret TSRMLS_DC);
5357
PHPAPI int redis_read_variant_bulk(RedisSock *redis_sock, int size, zval **z_ret TSRMLS_DC);
@@ -65,4 +69,4 @@ PHPAPI int redis_read_variant_reply(INTERNAL_FUNCTION_PARAMETERS, RedisSock *red
6569
#define REDIS_DOUBLE_TO_STRING(dbl_str, dbl_len, dbl) \
6670
dbl_str = _php_math_number_format(dbl, 8, '.', '\x00'); \
6771
dbl_len = strlen(dbl_str);
68-
#endif
72+
#endif

0 commit comments

Comments
 (0)