diff options
Diffstat (limited to 'simple_kafka_client-version.patch')
-rw-r--r-- | simple_kafka_client-version.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/simple_kafka_client-version.patch b/simple_kafka_client-version.patch deleted file mode 100644 index 0a863ae..0000000 --- a/simple_kafka_client-version.patch +++ /dev/null @@ -1,22 +0,0 @@ -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[]) |