File tree Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 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 >
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 =" /" >
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 >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ PHP_METHOD(RdKafka, __construct);
3333extern 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
3838extern zend_object_handlers kafka_default_object_handlers ;
3939extern zend_class_entry * ce_kafka_exception ;
You can’t perform that action at this time.
0 commit comments