| Package Information |
| Summary |
Alternative PHP Monitor |
| Maintainers |
Patrick Allaert <patrickallaert@php.net> (lead) [details] Davide Mendolia <dmendolia@php.net> (lead) [details]
|
| License |
PHP License
|
| Description |
Monitoring extension for PHP, collects error events and send them to one of the drivers.
SQLite and MySQL drivers are storing those in a database.
More drivers to come (SNMP, e-mail, Hadoop,...). |
Release notes Version 1.0.0beta3 (beta) |
Added:
- MySQL driver
- Per driver error reporting level
- Asynchronous processing of events (config option: apm.deffered_processing)
Changed:
- Code refactored to make use of 'APM drivers'
Fixed:
- APM cannot be compiled with PHP < 5.2.2.
- Bug #17502: Drivers' rshutdown run only when slow_request tracking is enabled.
- Bug #17512: Sqlite connections aren't closed at the end of the request.
- Bug #17513: Using MySQL driver, only events of the first incoming request are stored.
- Bug #19421: apm.*_error_reporting is ignored. |
|