From 612c5f548cf85ca4cc68f5ee97f0c2d3254e2d5e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Apr 2021 08:35:15 +0200 Subject: New package --- simple_kafka_client-version.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 simple_kafka_client-version.patch (limited to 'simple_kafka_client-version.patch') diff --git a/simple_kafka_client-version.patch b/simple_kafka_client-version.patch new file mode 100644 index 0000000..0a863ae --- /dev/null +++ b/simple_kafka_client-version.patch @@ -0,0 +1,22 @@ +From 8efeb2c1e924bb9eb25832df00f0599fd2cb004d Mon Sep 17 00:00:00 2001 +From: Remi Collet +Date: Mon, 12 Apr 2021 08:15:12 +0200 +Subject: [PATCH] Fix version + +--- + php_simple_kafka_client_int.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/php_simple_kafka_client_int.h b/php_simple_kafka_client_int.h +index d34a19a..63b22c0 100644 +--- a/php_simple_kafka_client_int.h ++++ b/php_simple_kafka_client_int.h +@@ -143,7 +143,7 @@ extern zend_object_handlers kafka_default_object_handlers; + + #define phpext_kafka_ptr &simple_kafka_client_module_entry + +-#define PHP_KAFKA_VERSION "0.1.0" ++#define PHP_KAFKA_VERSION "0.1.1" + + + static inline void kafka_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache, zval *retval, uint32_t param_count, zval params[]) -- cgit