Skip to content

2.0.5

Compare
Choose a tag to compare
@kelunik kelunik released this 19 Dec 17:34
· 413 commits to 3.x since this release
v2.0.5
  • Fixed possible notices in formatStacktrace(). This is an internal API, but the notices might appear on certain stack traces when running with AMP_DEBUG=true.
  • Fixed segfault with ev, see amphp/parallel-functions#3.
  • Dropped multiple definitions of Deferred and Emitter. These were introduced as performance hack, but relied on zend.assertions being disabled to change behavior, which is bad. The performance impact is believed to be rather low, because coroutines are used a lot more than Deferred in Amp v2.