skywalking_agent 0.2.0

Apache SkyWalking PHP Agent.


The PHP Agent for Apache SkyWalking, which provides the native tracing abilities for PHP project.

License: Apache-2.0

Changes

## What's Changed
* Update PECL user by @heyanlong in https://github.com/apache/skywalking-php/pull/12
* Start up 0.2.0 by @heyanlong in https://github.com/apache/skywalking-php/pull/13
* Update compiling project document. by @jmjoy in https://github.com/apache/skywalking-php/pull/14
* Add PDO plugin, and switch unix datagram to stream. by @jmjoy in https://github.com/apache/skywalking-php/pull/15
* Update readme about creating issue. by @jmjoy in https://github.com/apache/skywalking-php/pull/17
* Fix package.xml role error by @heyanlong in https://github.com/apache/skywalking-php/pull/16
* Add swoole support. by @jmjoy in https://github.com/apache/skywalking-php/pull/19
* Add .fleet to .gitignore by @heyanlong in https://github.com/apache/skywalking-php/pull/20
* [Feature] Add Mysql Improved Extension by @heyanlong in https://github.com/apache/skywalking-php/pull/18
* Add predis plugin. by @jmjoy in https://github.com/apache/skywalking-php/pull/21
* Take care of PDO false and DSN tailing semicolons. by @phanalpha in https://github.com/apache/skywalking-php/pull/22
* Add container by @heyanlong in https://github.com/apache/skywalking-php/pull/23
* Save PDO exceptions. by @phanalpha in https://github.com/apache/skywalking-php/pull/24
* Update minimal supported PHP version to 7.2. by @jmjoy in https://github.com/apache/skywalking-php/pull/25
* Utilize UnixListener for the worker process to accept reports. by @phanalpha in https://github.com/apache/skywalking-php/pull/26
* Kill the worker on module shutdown. by @phanalpha in https://github.com/apache/skywalking-php/pull/28
* Add plugin for memcached. by @jmjoy in https://github.com/apache/skywalking-php/pull/27
* Upgrade rust mini version to 1.65. by @jmjoy in https://github.com/apache/skywalking-php/pull/30
* Add plugin for phpredis. by @jmjoy in https://github.com/apache/skywalking-php/pull/29
* Add missing request_id. by @jmjoy in https://github.com/apache/skywalking-php/pull/31
* Adapt virtual cache. by @jmjoy in https://github.com/apache/skywalking-php/pull/32
* Fix permission denied of unix socket. by @jmjoy in https://github.com/apache/skywalking-php/pull/33
* Bump to 0.2.0. by @jmjoy in https://github.com/apache/skywalking-php/pull/34

## New Contributors
* @phanalpha made their first contribution in https://github.com/apache/skywalking-php/pull/22

**Full Changelog**: https://github.com/apache/skywalking-php/compare/v0.1.0...v0.2.0