Skip to content

Commit f903906

Browse files
committed
3.0.1
1 parent 4f472e8 commit f903906

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

package2.xml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<email>arnaud.lb@gmail.com</email>
1111
<active>yes</active>
1212
</lead>
13-
<date>2016-12-18</date>
13+
<date>2017-01-28</date>
1414
<time>12:00:00</time>
1515
<version>
16-
<release>3.0.0</release>
16+
<release>3.0.1</release>
1717
<api>1.0.0</api>
1818
</version>
1919
<stability>
@@ -22,8 +22,7 @@
2222
</stability>
2323
<license uri="http://opensource.org/licenses/mit-license.php">MIT License</license>
2424
<notes>
25-
* Unified code for PHP versions 5 and 7. This package builds and works on
26-
PHP 5.3 through PHP 7.x.
25+
* Fixed build on old gcc
2726
</notes>
2827
<contents>
2928
<dir name="/">
@@ -82,6 +81,23 @@
8281
<providesextension>rdkafka</providesextension>
8382
<extsrcrelease/>
8483
<changelog>
84+
<release>
85+
<date>2016-12-18</date>
86+
<time>12:00:00</time>
87+
<version>
88+
<release>3.0.0</release>
89+
<api>1.0.0</api>
90+
</version>
91+
<stability>
92+
<release>stable</release>
93+
<api>stable</api>
94+
</stability>
95+
<license uri="http://opensource.org/licenses/mit-license.php">MIT License</license>
96+
<notes>
97+
* Unified code for PHP versions 5 and 7. This package builds and works on
98+
PHP 5.3 through PHP 7.x.
99+
</notes>
100+
</release>
85101
<release>
86102
<date>2016-09-09</date>
87103
<time>12:00:00</time>

php_rdkafka.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ PHP_METHOD(RdKafka, __construct);
3333
extern zend_module_entry rdkafka_module_entry;
3434
#define phpext_rdkafka_ptr &rdkafka_module_entry
3535

36-
#define PHP_RDKAFKA_VERSION "3.0.0"
36+
#define PHP_RDKAFKA_VERSION "3.0.1"
3737

3838
extern zend_object_handlers kafka_default_object_handlers;
3939
extern zend_class_entry * ce_kafka_exception;

0 commit comments

Comments
 (0)