The new PECL package APM-2.0.1 (stable) has been released at http://pecl.php.net/.
Release notes ------------- Fixed: - #10: Bad configure message (thx @RemiCollet) - #11: Bad version reported (thx @RemiCollet) - #13: ZTS build is broken (thx @RemiCollet) - APM not working with XDebug If Xdebug is enabled as in xdebug_enable() or xdebug.default_enable, APM error callback will not be called. Use xdebug.default_enable=0 or xdebug_disable() to go through APM error handling. Improved: - #12: Installation of files via pecl install - StatsD driver (thanks @0livier for the discovery!) Changed: - Web frontend located on its own repository: https://github.com/patrickallaert/php-apm-web Package Info ------------- Monitoring extension for PHP, collects error events and statistics and send them to one of his drivers: SQLite and MariaDB/MySQL drivers are storing those in a database. StatsD driver sends them to StatsD using UDP. Socket driver sends them via UDP or TCP socket using its dedicated protocol. More drivers to come (SNMP, e-mail, Hadoop,...). A web frontend exists for manipulating the data stored in database at: https://github.com/patrickallaert/php-apm-web Related Links ------------- Package home: http://pecl.php.net/package/APM Changelog: http://pecl.php.net/package-changelog.php?package=APM Download: http://pecl.php.net/get/APM-2.0.1.tgz Authors ------------- Patrick Allaert <[email protected]> (lead) Olivier Garcia (developer) Davide Mendolia <[email protected]> (lead) -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
