Mikhail Galanin
Mikhail Galanin
@jukylin, any chance to get that out of the "dev" stage? it is already 8.1. available but people got locked on 7.4 because the sable version wasn't updated yet
Okay, as far as I can see this is how field presence is implemented in proto3 (https://github.com/protocolbuffers/protobuf/blob/main/docs/field_presence.md) This leads us to some questions: - Is there a way to differentiate...
This is a commit from our private fork, which is the same as https://github.com/tony2001/php-judy Tony used to work for our company not I'm trying to spread his work :) We've...
It looks like there's something with the build actions. I couldn't find how I could cause this... ``` value 'BC5Compression' is missing for enum CompressionType. ```
I can be wrong but it looks like GH expects visibility to be lowercase. I think it would be better to use the same approach that is used in the...
Aha, I can see that DrawSetDensity() appeared in the latest versions of ImageMagick...
Updated the PR - now for newer versions of ImageMagick, the memleak is fixed, for the old ones nothing should be changed...
When PHP8.2 built with `--enable-debug --enable-debug-assertions`, the test `./tests/292_index_iterator.phpt` fails with: ``` php: /build/php.git/Zend/zend_execute_API.c:974: zend_call_function: Assertion `!(call->func->common.fn_flags & (1 func, fci->retval)' failed. ``` ``` (gdb) bt #0 0x00007fe217a3dacf in raise...
It may be worth adding 8.2 and 8.3 in the test runner...
Actually, no. I'm afraid I didn't see that one