forked from SeasX/SeasLog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
342 lines (342 loc) · 13 KB
/
package.xml
File metadata and controls
342 lines (342 loc) · 13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>SeasLog</name>
<channel>pecl.php.net</channel>
<summary>A effective,fast,stable log extension for PHP.</summary>
<description>
A effective,fast,stable log extension for PHP.
- In the PHP project, for convenient record log
- The default log directory and module configuration.
- Specify the log directory and get the current configuration
- Analysis of early warning framework preliminary
- Buffer debug efficient log buffer, convenient
- With PSR-3 Logger interface
- Error and exception automatic logging
</description>
<lead>
<name>Chitao Gao</name>
<user>neeke</user>
<email>neeke@php.net</email>
<active>yes</active>
</lead>
<date>2015-12-07</date>
<time>00:24:00</time>
<version>
<release>1.5.0</release>
<api>1.5.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Support PHP 7.
- Fixed issue #63 Fixed trace_exception and trace_error recovery;
</notes>
<contents>
<dir name="/">
<file role="doc" name="CREDITS" />
<file role="doc" name="README.md" />
<file role="doc" name="LICENSE" />
<file role="src" name="config.m4" />
<file role="src" name="config.w32" />
<file role="src" name="EXPERIMENTAL" />
<file role="src" name="php_seaslog.h" />
<file role="src" name="seaslog.c" />
<dir name="CodeTips">
<file role="src" name="SeasLogCodeTips.php"/>
</dir>
<dir name="tests">
<file role="src" name="001.phpt" />
<file role="src" name="seaslog.test.php" />
<file role="src" name="SeasLogVSlog4php.png" />
</dir>
<dir name="Analyzer">
<file role="src" name="SeasLogAnalyzer.php"/>
<dir name="config">
<file role="src" name="autoload.php" />
<file role="doc" name="config.ini" />
</dir>
<dir name="constant">
<file role="src" name="config.php"/>
<file role="src" name="mailTpl.php"/>
</dir>
<dir name="core">
<dir name="analyzer">
<file role="src" name="analyzerBase.php" />
<file role="src" name="pcntl.php" />
<file role="src" name="single.php" />
</dir>
<file role="src" name="analyzer.php"/>
</dir>
<dir name="lib">
<dir name="mailer">
<file role="src" name="PHPMailer.php"/>
<file role="src" name="class.pop3.php"/>
<file role="src" name="class.smtp.php"/>
<file role="src" name="phpmailerException.php"/>
</dir>
<file role="src" name="alarmer.php"/>
</dir>
</dir>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.2.0</min>
</php>
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>SeasLog</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2014-07-28</date>
<time>23:00:00</time>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>- First version for pecl.net</notes>
</release>
<release>
<date>2014-08-13</date>
<time>12:00:00</time>
<version>
<release>1.0.2</release>
<api>1.0.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Add buffer_size config bar,when buffer_size full will write log
- Code format remove tab to 4space
</notes>
</release>
<release>
<date>2014-08-17</date>
<time>16:00:00</time>
<version>
<release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- fixed Mac under the compiler error
- Buffer optimization methods, improve operation efficiency
- Optimization of the internal structure, concurrent fault
</notes>
</release>
<release>
<date>2014-08-20</date>
<time>12:00:00</time>
<version>
<release>1.1.4</release>
<api>1.1.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Define some function at header for C99 Standard
- Remove some superfluous comment
- Fixed SeasLog::log() function warning
- Fixed config "seaslog.level = 0" in Readme
</notes>
</release>
<release>
<date>2014-12-30</date>
<time>14:30:00</time>
<version>
<release>1.1.6</release>
<api>1.1.6</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Fixed SeasLog::analyzerCount() function add query by key_word
- Fixed SeasLog::analyzerDetail() function add query by key_word,paging by start,limit
</notes>
</release>
<release>
<date>2015-03-20</date>
<time>17:12:00</time>
<version>
<release>1.1.8</release>
<api>1.1.8</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Fixed init config error with ZTS
- Fixed SeasLog::analyzerDetail() function compatible with CentOS
</notes>
</release>
<release>
<date>2015-06-29</date>
<time>11:00:00</time>
<version>
<release>1.2.0</release>
<api>1.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Fixed SeasLog::analyzerDetail() function compatible with MAC
- Fixed memory leak
- Support windows
</notes>
</release>
<release>
<date>2015-06-30</date>
<time>14:05:00</time>
<version>
<release>1.2.2</release>
<api>1.2.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Fixed Logger bug with PHP-Version -ge 5.4
- Fixed SeasLog::log('level','message','content',['logger']) bug
- Support SeasLog::analyzerDetail("all")
- Support SeasLog::analyzerCount("all")
</notes>
</release>
<release>
<date>2015-07-01</date>
<time>09:38:00</time>
<version>
<release>1.2.3</release>
<api>1.2.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Fixed issue #44 Seaslog::analyzerDetail([with out 'all'])
- Support CONST SEASLOG_ALL
</notes>
</release>
<release>
<date>2015-09-15</date>
<time>00:01:00</time>
<version>
<release>1.4.0</release>
<api>1.4.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Fixed issue #42 support error and exception automatic logging.
- Optimization performance, update is_dir with access.
</notes>
</release>
<release>
<date>2015-09-15</date>
<time>22:17:00</time>
<version>
<release>1.4.2</release>
<api>1.4.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Fixed issue #47 support trace_error and trace_exception switch.
- Fixed issue #48 Ignore notice or warning, but error automatic logging.
</notes>
</release>
<release>
<date>2015-09-23</date>
<time>19:15:00</time>
<version>
<release>1.4.4</release>
<api>1.4.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Fixed issue #50 Fix error and exception hook dead loop.
- Fixed support windows with new version.
- Fixed trace_error default enable and trace_exception default disable.
</notes>
</release>
<release>
<date>2015-10-23</date>
<time>20:05:00</time>
<version>
<release>1.4.6</release>
<api>1.4.6</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Fixed issue #52 update README fixed SEASLOG_ERRO and company list from.
- Fixed issue #53 Add function flushBuffer,support independent refresh by manual.
- Fixed issue #57 and #58 Update analyzerDetail by desc and fixed limit value.
</notes>
</release>
<release>
<date>2015-11-10</date>
<time>15:00:00</time>
<version>
<release>1.4.8</release>
<api>1.4.8</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Fixed issue #60 Fixed use_buffer and buffer_size in config error;
- Fixed issue #61 Fixed trace_exception where exception code get error.
</notes>
</release>
</changelog>
</package>