Skip to content

Commit

Permalink
3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-lb committed Dec 8, 2019
1 parent 2278c12 commit 7fe2066
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
23 changes: 20 additions & 3 deletions package2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2019-07-08</date>
<date>2019-12-08</date>
<time>12:00:00</time>
<version>
<release>3.1.2</release>
<release>3.1.3</release>
<api>1.0.0</api>
</version>
<stability>
Expand All @@ -22,7 +22,8 @@
</stability>
<license uri="http://opensource.org/licenses/mit-license.php">MIT License</license>
<notes>
* Fix build
* Fix segfault during module shutdown (#293, @arnaud-lb @nick-zh)
* Fix RdKafka\Topic visibility in PHP 7.4 (#316, @nick-zh)
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -81,6 +82,22 @@
<providesextension>rdkafka</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2019-07-08</date>
<time>12:00:00</time>
<version>
<release>3.1.2</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/mit-license.php">MIT License</license>
<notes>
* Fix build
</notes>
</release>
<release>
<date>2019-07-03</date>
<time>12:00:00</time>
Expand Down
2 changes: 1 addition & 1 deletion php_rdkafka.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ PHP_METHOD(RdKafka, __construct);
extern zend_module_entry rdkafka_module_entry;
#define phpext_rdkafka_ptr &rdkafka_module_entry

#define PHP_RDKAFKA_VERSION "3.1.2"
#define PHP_RDKAFKA_VERSION "3.1.3"

extern zend_object_handlers kafka_default_object_handlers;
extern zend_class_entry * ce_kafka_exception;
Expand Down

0 comments on commit 7fe2066

Please sign in to comment.