Go Kudo

Results 11 issues of Go Kudo

APCu works with the default serializer, even if the value set in apc.serializer is invalid. But, this is unfriendly if you are using a third party serializer such as igbinary....

PECL use is currently supported, but PECL by default does not support parallel compilation like the -j option, and huge extensions such as gRPC take a huge amount of build...

Hello, Since 2.61.0, Carbon seems to be causing significant performance degradation in the serialization and unserialization process. This can be reproduced with the following code and commands ```bench.php

needs investigation

Serializing the RNG state is very useful.

7.0 -> 7.1 - srand() / rand() function to alias for the `mt_srand()` / `mt_rand()` function. - But, `str_shuffle()` function still depends on libc. 7.1 -> 7.2 - Fixed of...

Docs
FIXME

https://github.com/zeriyoshi/php-ext-orng/blob/master/rng/glibcrand.c#L287 https://github.com/zeriyoshi/php-ext-orng/blob/master/rng/mt19937.c#L222 https://github.com/zeriyoshi/php-ext-orng/blob/master/rng/xorshift128plus.c#L176

FIXME
Refactor

We need change build structure: - https://github.com/actions/upload-artifact/issues/478

Provide a more appropriate package build method for Ubuntu using the upstream methodology and define appropriate dependencies.

### Description This PR modifies the CMake build configuration to improve jpegli integration for mobile (iOS/Android) and web (Emscripten) platforms. **Changes:** - Restructured CMake targets to expose object libraries for...