File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ APM 2.1.1 29 Mar 2016
2+ ----------------------------
3+ Fixed:
4+ - Compilation issue with ZTS
5+
16APM 2.1.0 29 Mar 2016
27----------------------------
38Added:
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ A web frontend exists for manipulating the data stored in database at: https://g
3232 </lead >
3333 <date >2016-03-29</date >
3434 <version >
35- <release >2.1.0 </release >
35+ <release >2.1.1 </release >
3636 <api >2.0.0</api >
3737 </version >
3838 <stability >
@@ -41,12 +41,8 @@ A web frontend exists for manipulating the data stored in database at: https://g
4141 </stability >
4242 <license uri =" http://www.php.net/license" >PHP License</license >
4343 <notes >
44- Added:
45- - Support for PHP 7
46- - collecting HTTP method
47-
48- Improved:
49- - Better coexistence with Xdebug
44+ Fixed:
45+ - Compilation issue with ZTS
5046 </notes >
5147 <contents >
5248 <dir name =" /" >
@@ -90,6 +86,22 @@ Improved:
9086 <configureoption name =" enable-statsd" default =" yes" prompt =" Enable Statsd support" />
9187 </extsrcrelease >
9288 <changelog >
89+ <release >
90+ <version >
91+ <release >2.1.1</release >
92+ <api >2.0.0</api >
93+ </version >
94+ <stability >
95+ <release >beta</release >
96+ <api >stable</api >
97+ </stability >
98+ <date >2016-03-29</date >
99+ <license uri =" http://www.php.net/license" >PHP License</license >
100+ <notes >
101+ Fixed:
102+ - Compilation issue with ZTS
103+ </notes >
104+ </release >
93105 <release >
94106 <version >
95107 <release >2.1.0</release >
Original file line number Diff line number Diff line change 1919#ifndef PHP_APM_H
2020#define PHP_APM_H
2121
22- #define PHP_APM_VERSION "2.1.0 "
22+ #define PHP_APM_VERSION "2.1.1 "
2323
2424#ifdef HAVE_CONFIG_H
2525# include "config.h"
You can’t perform that action at this time.
0 commit comments