summaryrefslogtreecommitdiffstats
path: root/simple_kafka_client-version.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-04-12 08:35:15 +0200
committerRemi Collet <remi@remirepo.net>2021-04-12 08:35:15 +0200
commit612c5f548cf85ca4cc68f5ee97f0c2d3254e2d5e (patch)
tree9c6457f02bfccf8d317f0d92b57d280823ee3031 /simple_kafka_client-version.patch
New package
Diffstat (limited to 'simple_kafka_client-version.patch')
-rw-r--r--simple_kafka_client-version.patch22
1 files changed, 22 insertions, 0 deletions
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 <remi@famillecollet.com>
+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[])