| 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.1.0beta1 (stable) |
Added:
- New information stored: IP, host, POST data, cookies
- Configuration to limit the depth when dumping variables (apm.dump_max_depth)
Removed:
- JSON flag for apm_get_*_events and apm_get_*_slow_requests
Changed:
- Some UI refactoring
- Minor optimizations
Fixed:
- Installation failing because of config file being named "config.php"
pecl/pear installer issue?
- Some compilation warnings
- Deffered mode taking only the *mysql* error_reporting into account
- APM not correctly linking to libmysqlclient
- Possible buffer overflows
- Compilation issues related to timelib with PHP >= 5.3.9 |
|