Go Kudo

Results 12 comments of Go Kudo
trafficstars

@tianon Yes, I too believe that this feature should originally be implemented in pecl. However, since PECL is already in maintenance mode and deprecated, I do not see any new...

I will inspect this issue using the debug built PHP at hand. Perhaps this is a bug in PHP itself.

bug reported: https://github.com/php/php-src/issues/11455

Yes, I am trying to create a case to reproduce it at a minimum :) Let me know if you can reproduce it.

+1 This is a tricky issue and often overlooked, especially when building PHP and extensions from code. What about changing the default value of ini to `default` and removing `php`?...

Sorry for the delay in response. As Tim has already explained, this appears to be a documentation issue. nit: the main cause of my delayed response was my health condition,...

in japanese: https://zenn.dev/zeriyoshi/articles/abd808d1c6d31b

For compatibility with PHP 7.3, the internal implementation of `arrayRand()` is outdated to PHP 8.0. But, it has been verified that the results to correct in tests. ```c zend_hash_real_init_packed(Z_ARRVAL_P(return_value)); ZEND_HASH_FILL_PACKED(Z_ARRVAL_P(return_value))...