Latest PECL Releases:
- swoole 5.1.7
– Fixed an issue where PostgreSQL would revert to synchronous mode under coroutine when receiving large amounts of data. @NathanFreeman- Fixed an issue where dynamically creating properties in
SwooleHttp2Request
would throw an exception. @xuanyanwow @guandeng - Fixed a memory error caused by fatal errors occurring in one-click coroutine. @matyhtf
- Fixed an issue where dynamically creating properties in
- datadog_trace 1.6.4
## Tracer
### Fixed
– Add track_error: false on ignored caught exceptions #3074
– Log fd opening on windows #3076
– Validate `DD_TRACE_AGENT_URL` #3050
## Profiler
### Fixed
– Combine thread timeout errors properly #3081
– Avoid dlclose if threads did not join #3075
– guard VERSION against CRLF characters #3049
### Chore
– Apply cargo fmt and fix feature builds #3064
### Internal
– Update dependencies #3052
– Bump libdatadog to v15 #3048
## AppSec
### Internal
– Trim CRLF chars on version file on Remote Config #3051 - swoole 6.0.1
– Fixed an issue in `SWOOLE_THREAD` mode where the process could not exit properly due to not removing the listening event. @NathanFreeman
– Fixed an issue where large file uploads failed when the `single_thread` configuration was enabled. @matyhtf
– Fixed an issue where compilation could not find the specific file path if the same variable was already defined in `config.m4`. @matyhtf
– Fixed an issue in `SwooleProcessPool` where processes could not exit properly upon timeout. @matyhtf
– Fixed an issue in `SWOOLE_THREAD` mode where calling `putenv` caused the program to crash. @matyhtf
– Fixed an issue in `SWOOLE_THREAD` mode where event callback functions could not be set for independent ports. @matyhtf
– Fixed an issue in `SWOOLE_THREAD` mode where runtime parameters could not be retrieved in events such as `onWorkerStart`. @matyhtf
– Fixed an issue where Postgresql would degrade to synchronous mode when receiving large amounts of data under coroutine. @NathanFreeman
– Optimized the parameter judgment logic of `swoole_substr_json_decode`/`swoole_substr_unserialize` functions. @Appla
– Fixed an issue with CPU affinity settings in `config.m4`. @remicollet
– In the Http service, if the process restarts, the underlying layer will send a 500 Internal Server to requests waiting in the queue, close the connection, and discard these requests after sending. @NathanFreeman
– Since the runtime configuration relied upon by the `stream factory` and `stream ops` in the PHP underlying is not thread-safe, in multi-thread mode, only the main thread is allowed to modify these runtime configurations before creating child threads. @matyhtf
– Fixed an issue in `SWOOLE_THREAD` mode where the heartbeat detection did not function properly. @matyhtf
Source: Read MoreÂ